Commit e10fbab 1 parent 207bd3c commit e10fbab Copy full SHA for e10fbab
File tree 4 files changed +22
-2
lines changed
4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
17
2009.07.27, Version 0.1.1
2
18
3
19
* Simplify and clean up ObjectWrap.
Original file line number Diff line number Diff line change 1
1
NODE(1)
2
2
=======
3
3
Ryan Dahl <ry @tinyclouds.org >
4
- Version, 0.1.1 , 2009.07.27
4
+ Version, 0.1.2 , 2009.08.01
5
5
6
6
7
7
== NAME
Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ <h2 id="download">Download</h2>
155
155
< a href ="http://github.com/ry/node/tree/master "> git repo</ a >
156
156
</ p >
157
157
< 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 >
158
162
< li >
159
163
2009.07.27
160
164
< a href ="http://s3.amazonaws.com/four.livejournal/20090727/node-0.1.1.tar.gz "> node-0.1.1.tar.gz</ a >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ from logging import fatal
6
6
7
7
import js2c
8
8
9
- VERSION = '0.1.1 '
9
+ VERSION = '0.1.2 '
10
10
APPNAME = 'node'
11
11
12
12
srcdir = '.'
You can’t perform that action at this time.
0 commit comments