From 6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Tue, 24 Sep 2013 14:10:33 -0700 Subject: 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) --- AUTHORS | 1 + ChangeLog | 19 ++++++++++++++++++- src/node_version.h | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index ffe022051ce..f95c14d0da7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -466,3 +466,4 @@ Eivind Uggedal Edward Hutchins Chris Wren Duan Yao +Eric Schrock diff --git a/ChangeLog b/ChangeLog index 82d67f79a6c..54cc5a2b96b 100644 --- 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 diff --git a/src/node_version.h b/src/node_version.h index e71c90266f8..d9628563783 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -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 "" -- cgit v1.2.3