Skip to content

Commit e10fbab

Browse files
committedAug 1, 2009
bump version
1 parent 207bd3c commit e10fbab

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed
 

‎ChangeLog

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2009.08.01, Version 0.1.2
2+
3+
* Add DNS API
4+
5+
* node.tcp.Server's backlog option is now an argument to listen()
6+
7+
* Upgrade V8 to 1.3.1
8+
9+
* Bugfix: Default to chunked for client requests without C-Length.
10+
11+
* Bugfix: Line numbers in stack traces.
12+
13+
* Bugfix: negative integers in raw encoding stream
14+
15+
* Bugfix: node.fs.File was not passing args to promise callbacks.
16+
117
2009.07.27, Version 0.1.1
218

319
* Simplify and clean up ObjectWrap.

‎website/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.1, 2009.07.27
4+
Version, 0.1.2, 2009.08.01
55

66

77
== NAME

‎website/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ <h2 id="download">Download</h2>
155155
<a href="http://github.com/ry/node/tree/master">git repo</a>
156156
</p>
157157
<ul>
158+
<li>
159+
2009.08.01
160+
<a href="http://s3.amazonaws.com/four.livejournal/20090801/node-0.1.2.tar.gz">node-0.1.2.tar.gz</a>
161+
</li>
158162
<li>
159163
2009.07.27
160164
<a href="http://s3.amazonaws.com/four.livejournal/20090727/node-0.1.1.tar.gz">node-0.1.1.tar.gz</a>

‎wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from logging import fatal
66

77
import js2c
88

9-
VERSION='0.1.1'
9+
VERSION='0.1.2'
1010
APPNAME='node'
1111

1212
srcdir = '.'

0 commit comments

Comments
 (0)
Please sign in to comment.