diff --git a/ChangeLog b/ChangeLog index b5842bb142976e..20f43caccd27dd 100644 --- a/ChangeLog +++ b/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 diff --git a/src/node.h b/src/node.h index fd18fa3c3707b2..818b99c037b0dc 100644 --- a/src/node.h +++ b/src/node.h @@ -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), \ diff --git a/website/api.txt b/website/api.txt index 865f8558722bec..281a511423f52f 100644 --- a/website/api.txt +++ b/website/api.txt @@ -1,7 +1,7 @@ NODE(1) ======= Ryan Dahl -Version, 0.1.2, 2009.08.01 +Version, 0.1.3, 2009.08.06 == NAME diff --git a/website/index.html b/website/index.html index c4ef79b0af10ac..2306fe5d00beea 100644 --- a/website/index.html +++ b/website/index.html @@ -155,6 +155,10 @@

Download

git repo