2013.05.30, Version 0.10.9 (Stable) v0.10.9
authorisaacs <i@izs.me>
Thu, 30 May 2013 17:31:07 +0000 (10:31 -0700)
committerisaacs <i@izs.me>
Thu, 30 May 2013 17:31:07 +0000 (10:31 -0700)
* 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)

AUTHORS
ChangeLog
src/node_version.h

diff --git a/AUTHORS b/AUTHORS
index 42fdacc..dc1f547 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -450,3 +450,6 @@ Benoit VallĂ©e <github@benoitvallee.net>
 Ryuichi Okumura <okuryu@okuryu.com>
 Brandon Frohs <bfrohs@gmail.com>
 Nathan Zadoks <nathan@nathan7.eu>
+Rafael Henrique Moreira <rafadev7@gmail.com>
+Daniel G. Taylor <dan@programmer-art.org>
+Kiyoshi Nomo <tokyoincidents.g@gmail.com>
index 2fb4557..5eb6a5e 100644 (file)
--- 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
 
index 10e1eaa..34a85c9 100644 (file)
@@ -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 ""