diff --git a/ChangeLog b/ChangeLog index 04b86a7850c3e9..1392d605c70bea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009.08.21, Version 0.1.6 + + * Bugfix: Ignore SIGPIPE. + 2009.08.21, Version 0.1.5 * Bugfix: Buggy connections could crash node.js. Now check connection diff --git a/src/node.h b/src/node.h index 1ba2282ea87caa..1ce7a340009dc6 100644 --- a/src/node.h +++ b/src/node.h @@ -10,7 +10,7 @@ namespace node { -#define NODE_VERSION "0.1.5" +#define NODE_VERSION "0.1.6" #define NODE_DEFINE_CONSTANT(target, constant) \ (target)->Set(v8::String::NewSymbol(#constant), \ diff --git a/website/api.txt b/website/api.txt index 897984605c2bad..266119aecc238a 100644 --- a/website/api.txt +++ b/website/api.txt @@ -1,7 +1,7 @@ NODE(1) ======= Ryan Dahl -Version, 0.1.5, 2009.08.21 +Version, 0.1.6, 2009.08.22 == NAME diff --git a/website/index.html b/website/index.html index 4683961f821f91..d5347d0a6b31a3 100644 --- a/website/index.html +++ b/website/index.html @@ -154,56 +154,10 @@

Download

git repo

- +

+ 2009.08.22 + node-0.1.6.tar.gz +

Build