2013.09.24, Version 0.10.19 (Stable) v0.10.19
authorTimothy J Fontaine <tjfontaine@gmail.com>
Tue, 24 Sep 2013 21:10:33 +0000 (14:10 -0700)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Tue, 24 Sep 2013 21:10:33 +0000 (14:10 -0700)
* uv: Upgrade to v0.10.17

* npm: upgrade to 1.3.11

* readline: handle input starting with control chars (Eric Schrock)

* configure: add mips-float-abi (soft, hard) option (Andrei Sedoi)

* stream: objectMode transforms allow falsey values (isaacs)

* tls: prevent duplicate values returned from read (Nathan Rajlich)

* tls: NPN protocols are now local to connections (Fedor Indutny)

AUTHORS
ChangeLog
src/node_version.h

diff --git a/AUTHORS b/AUTHORS
index ffe0220..f95c14d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -466,3 +466,4 @@ Eivind Uggedal <eivind@uggedal.com>
 Edward Hutchins <eahutchins@gmail.com>
 Chris Wren <cthewren@gmail.com>
 Duan Yao <duanyao@ustc.edu>
+Eric Schrock <Eric.Schrock@delphix.com>
index 82d67f7..54cc5a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,21 @@
-2013.09.04, Version 0.10.18 (Stable)
+2013.09.24, Version 0.10.19 (Stable)
+
+* uv: Upgrade to v0.10.17
+
+* npm: upgrade to 1.3.11
+
+* readline: handle input starting with control chars (Eric Schrock)
+
+* configure: add mips-float-abi (soft, hard) option (Andrei Sedoi)
+
+* stream: objectMode transforms allow falsey values (isaacs)
+
+* tls: prevent duplicate values returned from read (Nathan Rajlich)
+
+* tls: NPN protocols are now local to connections (Fedor Indutny)
+
+
+2013.09.04, Version 0.10.18 (Stable), 67a1f0c52e0708e2596f3f2134b8386d6112561e
 
 * uv: Upgrade to v0.10.15
 
index e71c902..d962856 100644 (file)
@@ -26,7 +26,7 @@
 #define NODE_MINOR_VERSION 10
 #define NODE_PATCH_VERSION 19
 
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
 
 #ifndef NODE_TAG
 # define NODE_TAG ""