2013.08.16, Version 0.10.16 (Stable) v0.10.16
authorisaacs <i@izs.me>
Fri, 16 Aug 2013 15:31:10 +0000 (08:31 -0700)
committerisaacs <i@izs.me>
Fri, 16 Aug 2013 15:32:38 +0000 (08:32 -0700)
* v8: back-port fix for CVE-2013-2882

* npm: Upgrade to 1.3.8

* crypto: fix assert() on malformed hex input (Ben Noordhuis)

* crypto: fix memory leak in randomBytes() error path (Ben Noordhuis)

* events: fix memory leak, don't leak event names (Ben Noordhuis)

* http: Handle hex/base64 encodings properly (isaacs)

* http: improve chunked res.write(buf) performance (Ben Noordhuis)

* stream: Fix double pipe error emit (Eran Hammer)

AUTHORS
ChangeLog
src/node_version.h

diff --git a/AUTHORS b/AUTHORS
index a063d87..a9e2730 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -457,3 +457,7 @@ Veres Lajos <vlajos@gmail.com>
 Yuan Chuan <yuanchuan23@gmail.com>
 Peter Rust <peter@cornerstonenw.com>
 Shuan Wang <shuanwang@gmail.com>
+Andrew Chilton <andychilton@gmail.com>
+Wyatt Preul <wpreul@gmail.com>
+Forrest L Norvell <ogd@aoaioxxysz.net>
+Eran Hammer <eran@hueniverse.com>
index db902bc..5ffd8a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2013.08.16, Version 0.10.16 (Stable)
+
+* v8: back-port fix for CVE-2013-2882
+
+* npm: Upgrade to 1.3.8
+
+* crypto: fix assert() on malformed hex input (Ben Noordhuis)
+
+* crypto: fix memory leak in randomBytes() error path (Ben Noordhuis)
+
+* events: fix memory leak, don't leak event names (Ben Noordhuis)
+
+* http: Handle hex/base64 encodings properly (isaacs)
+
+* http: improve chunked res.write(buf) performance (Ben Noordhuis)
+
+* stream: Fix double pipe error emit (Eran Hammer)
+
+
 2013.07.25, Version 0.10.15 (Stable)
 
 * src: fix process.getuid() return value (Ben Noordhuis)
index 2798eb8..bd9532f 100644 (file)
@@ -26,7 +26,7 @@
 #define NODE_MINOR_VERSION 10
 #define NODE_PATCH_VERSION 16
 
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
 
 #ifndef NODE_TAG
 # define NODE_TAG ""