Skip to content

Commit 0f888ed

Browse files
committed
bump version
1 parent b41ea52 commit 0f888ed

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
2009.08.06, Version 0.1.3, 695f0296e35b30cf8322fd1bd934810403cca9f3
223

324
* Upgrade v8 to 1.3.2

src/node.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace 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), \

website/api.txt

Lines changed: 1 addition & 1 deletion
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.3, 2009.08.06
4+
Version, 0.1.4, 2009.08.13
55

66

77
== NAME

website/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)