Skip to content

Commit da00413

Browse files
committedJan 20, 2010
bump version
1 parent f88d39d commit da00413

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed
 

‎ChangeLog

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
2010.01.09, Version 0.1.25
1+
2010.01.20, Version 0.1.26
2+
3+
* Bugfix, HTTP eof causing crash (Ben Williamson)
4+
5+
* Better error message on SyntaxError
6+
7+
* API: Move Promise and EventEmitter into 'events' module
8+
9+
* API: Add process.nextTick()
10+
11+
* Allow optional params to setTimeout, setInterval
12+
(Michaeljohn Clement)
13+
14+
* API: change some Promise behavior (Felix Geisendörfer)
15+
- Removed Promise.cancel()
16+
- Support late callback binding
17+
- Make unhandled Promise errors throw an exception
18+
19+
* Upgrade V8 to 2.0.6.1
20+
21+
* Solaris port
22+
23+
24+
2010.01.09, Version 0.1.25, 39ca93549af91575ca9d4cbafd1e170fbcef3dfa
225

326
* sys.inspect() improvements (Tim Caswell)
427

‎doc/api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NODE(1)
22
=======
33
Ryan Dahl <ry@tinyclouds.org>
4-
Version, 0.1.25, 2010.01.09
4+
Version, 0.1.26, 2010.01.20
55

66

77
== NAME

‎doc/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ <h2 id="download">Download</h2>
9797
<a href="http://github.com/ry/node/tree/master">git repo</a>
9898
</p>
9999
<p>
100-
2010.01.09
100+
2010.01.20
101101
<a
102-
href="http://s3.amazonaws.com/four.livejournal/20100109/node-v0.1.25.tar.gz">node-v0.1.25.tar.gz</a>
102+
href="http://s3.amazonaws.com/four.livejournal/20100120/node-v0.1.26.tar.gz">node-v0.1.26.tar.gz</a>
103103
</p>
104104

105105
<h2 id="build">Build</h2>

‎wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
77
from logging import fatal
88

99
cwd = os.getcwd()
10-
VERSION="0.1.25"
10+
VERSION="0.1.26"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)