From 0fe0d121551593c23a565db8397f85f17bb0f00e Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Tue, 16 Sep 2014 15:47:52 -0700 Subject: 2014.09.16, Version 0.10.32 (Stable) * npm: Update to 1.4.28 * v8: fix a crash introduced by previous release (Fedor Indutny) * configure: add --openssl-no-asm flag (Fedor Indutny) * crypto: use domains for any callback-taking method (Chris Dickinson) * http: do not send `0rnrn` in TE HEAD responses (Fedor Indutny) * querystring: fix unescape override (Tristan Berger) * url: Add support for RFC 3490 separators (Mathias Bynens) --- AUTHORS | 2 ++ ChangeLog | 19 ++++++++++++++++++- src/node_version.h | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index c329a19950..3af7fc63a2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -513,3 +513,5 @@ Jakob Gillich James Halliday Kevin Simper Jackson Tian +Tristan Berger +Mathias Schreck diff --git a/ChangeLog b/ChangeLog index fb04888b22..73f42e0dd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,21 @@ -2014.08.19, Version 0.10.31 (Stable) +2014.09.16, Version 0.10.32 (Stable) + +* npm: Update to 1.4.28 + +* v8: fix a crash introduced by previous release (Fedor Indutny) + +* configure: add --openssl-no-asm flag (Fedor Indutny) + +* crypto: use domains for any callback-taking method (Chris Dickinson) + +* http: do not send `0\r\n\r\n` in TE HEAD responses (Fedor Indutny) + +* querystring: fix unescape override (Tristan Berger) + +* url: Add support for RFC 3490 separators (Mathias Bynens) + + +2014.08.19, Version 0.10.31 (Stable), 7fabdc23d843cb705d2d0739e7bbdaaf50aa3292 * v8: backport CVE-2013-6668 diff --git a/src/node_version.h b/src/node_version.h index d31b4f73ac..a99757368f 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 32 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG "" -- cgit v1.2.3