Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jan 20, 2010
1 parent f88d39d commit da00413
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
25 changes: 24 additions & 1 deletion ChangeLog
@@ -1,4 +1,27 @@
2010.01.09, Version 0.1.25
2010.01.20, Version 0.1.26

* Bugfix, HTTP eof causing crash (Ben Williamson)

* Better error message on SyntaxError

* API: Move Promise and EventEmitter into 'events' module

* API: Add process.nextTick()

* Allow optional params to setTimeout, setInterval
(Michaeljohn Clement)

* API: change some Promise behavior (Felix Geisendörfer)
- Removed Promise.cancel()
- Support late callback binding
- Make unhandled Promise errors throw an exception

* Upgrade V8 to 2.0.6.1

* Solaris port


2010.01.09, Version 0.1.25, 39ca93549af91575ca9d4cbafd1e170fbcef3dfa

* sys.inspect() improvements (Tim Caswell)

Expand Down
2 changes: 1 addition & 1 deletion doc/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.25, 2010.01.09
Version, 0.1.26, 2010.01.20


== NAME
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Expand Up @@ -97,9 +97,9 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2010.01.09
2010.01.20
<a
href="http://s3.amazonaws.com/four.livejournal/20100109/node-v0.1.25.tar.gz">node-v0.1.25.tar.gz</a>
href="http://s3.amazonaws.com/four.livejournal/20100120/node-v0.1.26.tar.gz">node-v0.1.26.tar.gz</a>
</p>

<h2 id="build">Build</h2>
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
from logging import fatal

cwd = os.getcwd()
VERSION="0.1.25"
VERSION="0.1.26"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit da00413

Please sign in to comment.