Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 13, 2009
1 parent b41ea52 commit 0f888ed
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2009.08.13, Version 0.1.4

* Major refactor to evcom.

* Enable test-tcp-many-clients.

* Add -m32 gcc flag to udns.

* Add connection.readPause() and connection.readResume()
Add IncomingMessage.prototype.pause() and resume().

* Fix http benchmark. Wasn't correctly dispatching.

* Bugfix: response.setBodyEncoding("ascii") not working.

* Bugfix: Negative ints in HTTP's on_body and node.fs.read()

* Upgrade v8 to 1.3.4
Upgrade libev to 3.8
Upgrade http_parser to v0.2

2009.08.06, Version 0.1.3, 695f0296e35b30cf8322fd1bd934810403cca9f3

* Upgrade v8 to 1.3.2
Expand Down
2 changes: 1 addition & 1 deletion src/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace node {

#define NODE_VERSION "0.1.3"
#define NODE_VERSION "0.1.4"

#define NODE_DEFINE_CONSTANT(target, constant) \
(target)->Set(v8::String::NewSymbol(#constant), \
Expand Down
2 changes: 1 addition & 1 deletion website/api.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.3, 2009.08.06
Version, 0.1.4, 2009.08.13


== NAME
Expand Down
4 changes: 4 additions & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<ul>
<li>
2009.08.13
<a href="http://s3.amazonaws.com/four.livejournal/20090813/node-0.1.4.tar.gz">node-0.1.4.tar.gz</a>
</li>
<li>
2009.08.06
<a href="http://s3.amazonaws.com/four.livejournal/20090806/node-0.1.3.tar.gz">node-0.1.3.tar.gz</a>
Expand Down

0 comments on commit 0f888ed

Please sign in to comment.