From: Timothy J Fontaine Date: Wed, 4 Sep 2013 17:51:53 +0000 (-0700) Subject: 2013.09.04, Version 0.10.18 (Stable) X-Git-Tag: v0.10.18^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67a1f0c52e0708e2596f3f2134b8386d6112561e;p=platform%2Fupstream%2Fnodejs.git 2013.09.04, Version 0.10.18 (Stable) * uv: Upgrade to v0.10.15 * stream: Don't crash on unset _events property (isaacs) * stream: Pass 'buffer' encoding with decoded writable chunks (isaacs) --- diff --git a/ChangeLog b/ChangeLog index dcc2f3e..82d67f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ -2013.08.21, Version 0.10.17 (Stable) +2013.09.04, Version 0.10.18 (Stable) + +* uv: Upgrade to v0.10.15 + +* stream: Don't crash on unset _events property (isaacs) + +* stream: Pass 'buffer' encoding with decoded writable chunks (isaacs) + + +2013.08.21, Version 0.10.17 (Stable), 469a4a5091a677df62be319675056b869c31b35c * uv: Upgrade v0.10.14 diff --git a/src/node_version.h b/src/node_version.h index 7c083a6..bad9db2 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 18 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG ""