Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 1, 2009
1 parent 207bd3c commit e10fbab
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2009.08.01, Version 0.1.2

* Add DNS API

* node.tcp.Server's backlog option is now an argument to listen()

* Upgrade V8 to 1.3.1

* Bugfix: Default to chunked for client requests without C-Length.

* Bugfix: Line numbers in stack traces.

* Bugfix: negative integers in raw encoding stream

* Bugfix: node.fs.File was not passing args to promise callbacks.

2009.07.27, Version 0.1.1

* Simplify and clean up ObjectWrap.
Expand Down
2 changes: 1 addition & 1 deletion website/api.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.1, 2009.07.27
Version, 0.1.2, 2009.08.01


== NAME
Expand Down
4 changes: 4 additions & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<ul>
<li>
2009.08.01
<a href="http://s3.amazonaws.com/four.livejournal/20090801/node-0.1.2.tar.gz">node-0.1.2.tar.gz</a>
</li>
<li>
2009.07.27
<a href="http://s3.amazonaws.com/four.livejournal/20090727/node-0.1.1.tar.gz">node-0.1.1.tar.gz</a>
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from logging import fatal

import js2c

VERSION='0.1.1'
VERSION='0.1.2'
APPNAME='node'

srcdir = '.'
Expand Down

0 comments on commit e10fbab

Please sign in to comment.