Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 6, 2009
1 parent 7946e98 commit 7464d42
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
@@ -1,3 +1,21 @@
2009.08.06, Version 0.1.3

* Upgrade v8 to 1.3.2

* Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not workin

* Bugfix: node.encodeUtf8 was broken. (Connor Dunn)

* Add ranlib to udns Makefile.

* Upgrade evcom - fix accepting too many connections issue.

* Initial support for shebang

* Add simple command line switches

* Add node.version API

2009.08.01, Version 0.1.2

* Add DNS API
Expand Down
2 changes: 1 addition & 1 deletion src/node.h
Expand Up @@ -10,7 +10,7 @@

namespace node {

#define NODE_VERSION "0.1.2"
#define NODE_VERSION "0.1.3"

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


== NAME
Expand Down
4 changes: 4 additions & 0 deletions website/index.html
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.06
<a href="http://s3.amazonaws.com/four.livejournal/20090806/node-0.1.3.tar.gz">node-0.1.3.tar.gz</a>
</li>
<li>
2009.08.01
<a href="http://s3.amazonaws.com/four.livejournal/20090801/node-0.1.2.tar.gz">node-0.1.2.tar.gz</a>
Expand Down

0 comments on commit 7464d42

Please sign in to comment.