File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed
Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1+ 2009.08.13, Version 0.1.4
2+
3+ * Major refactor to evcom.
4+
5+ * Enable test-tcp-many-clients.
6+
7+ * Add -m32 gcc flag to udns.
8+
9+ * Add connection.readPause() and connection.readResume()
10+ Add IncomingMessage.prototype.pause() and resume().
11+
12+ * Fix http benchmark. Wasn't correctly dispatching.
13+
14+ * Bugfix: response.setBodyEncoding("ascii") not working.
15+
16+ * Bugfix: Negative ints in HTTP's on_body and node.fs.read()
17+
18+ * Upgrade v8 to 1.3.4
19+ Upgrade libev to 3.8
20+ Upgrade http_parser to v0.2
21+
1222009.08.06, Version 0.1.3, 695f0296e35b30cf8322fd1bd934810403cca9f3
223
324 * Upgrade v8 to 1.3.2
Original file line number Diff line number Diff line change 1010
1111namespace node {
1212
13- #define NODE_VERSION " 0.1.3 "
13+ #define NODE_VERSION " 0.1.4 "
1414
1515#define NODE_DEFINE_CONSTANT (target, constant ) \
1616 (target)->Set (v8::String::NewSymbol(#constant), \
Original file line number Diff line number Diff line change 11NODE(1)
22=======
33Ryan Dahl <ry @tinyclouds.org >
4- Version, 0.1.3 , 2009.08.06
4+ Version, 0.1.4 , 2009.08.13
55
66
77== NAME
Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ <h2 id="download">Download</h2>
155155 < a href ="https://github.com/ry/node/tree/master "> git repo</ a >
156156 </ p >
157157 < ul >
158+ < li >
159+ 2009.08.13
160+ < a href ="http://s3.amazonaws.com/four.livejournal/20090813/node-0.1.4.tar.gz "> node-0.1.4.tar.gz</ a >
161+ </ li >
158162 < li >
159163 2009.08.06
160164 < a href ="http://s3.amazonaws.com/four.livejournal/20090806/node-0.1.3.tar.gz "> node-0.1.3.tar.gz</ a >
You can’t perform that action at this time.
0 commit comments