diff --git a/AUTHORS b/AUTHORS index 42fdacc9705..dc1f547263d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -450,3 +450,6 @@ Benoit Vallée Ryuichi Okumura Brandon Frohs Nathan Zadoks +Rafael Henrique Moreira +Daniel G. Taylor +Kiyoshi Nomo diff --git a/ChangeLog b/ChangeLog index 2fb4557b94d..5eb6a5e2bbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,19 @@ -2013.05.24, Version 0.10.8 (Stable) +2013.05.30, Version 0.10.9 (Stable) + +* npm: Upgrade to 1.2.24 + +* uv: Upgrade to v0.10.9 + +* repl: fix JSON.parse error check (Brian White) + +* tls: proper .destroySoon (Fedor Indutny) + +* tls: invoke write cb only after opposite read end (Fedor Indutny) + +* tls: ignore .shutdown() syscall error (Fedor Indutny) + + +2013.05.24, Version 0.10.8 (Stable), 30d9e9fdd9d4c33d3d95a129d021cd8b5b91eddb * v8: update to 3.14.5.9 diff --git a/src/node_version.h b/src/node_version.h index 10e1eaa118c..34a85c9eef0 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 9 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG ""