File tree 4 files changed +23
-3
lines changed 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
- 2009.08.13, Version 0.1.4
1
+ 2009.08.21, Version 0.1.5
2
+
3
+ * Bugfix: Buggy connections could crash node.js. Now check connection
4
+ before sending data every time (Kevin van Zonneveld)
5
+
6
+ * Bugfix: stdin fd (0) being ignored by node.File. (Abe Fettig)
7
+
8
+ * API: Remove connnection.fullClose()
9
+
10
+ * API: Return the EventEmitter from addListener for chaining.
11
+
12
+ * API: tcp.Connection "disconnect" event renamed to "close"
13
+
14
+ * Upgrade evcom
15
+ Upgrade v8 to 1.3.6
16
+
17
+ 2009.08.13, Version 0.1.4, 0f888ed6de153f68c17005211d7e0f960a5e34f3
2
18
3
19
* Major refactor to evcom.
4
20
Original file line number Diff line number Diff line change 10
10
11
11
namespace node {
12
12
13
- #define NODE_VERSION " 0.1.4 "
13
+ #define NODE_VERSION " 0.1.5 "
14
14
15
15
#define NODE_DEFINE_CONSTANT (target, constant ) \
16
16
(target)->Set (v8::String::NewSymbol(#constant), \
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.4 , 2009.08.13
4
+ Version, 0.1.5 , 2009.08.21
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.21
160
+ < a href ="http://s3.amazonaws.com/four.livejournal/20090821/node-0.1.5.tar.gz "> node-0.1.5.tar.gz</ a >
161
+ </ li >
158
162
< li >
159
163
2009.08.13
160
164
< a href ="http://s3.amazonaws.com/four.livejournal/20090813/node-0.1.4.tar.gz "> node-0.1.4.tar.gz</ a >
You can’t perform that action at this time.
0 commit comments