summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-09-16 15:47:52 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-09-16 15:47:52 -0700
commit0fe0d121551593c23a565db8397f85f17bb0f00e (patch)
tree5ec8fd7b75be284edfbc5a14e32c4b0a0ccf78ae
parentdaca803e9e333d85213a334f692e30e556e6e146 (diff)
downloadandroid-node-v8-0fe0d121551593c23a565db8397f85f17bb0f00e.tar.gz
android-node-v8-0fe0d121551593c23a565db8397f85f17bb0f00e.tar.bz2
android-node-v8-0fe0d121551593c23a565db8397f85f17bb0f00e.zip
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)
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog19
-rw-r--r--src/node_version.h2
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 <jakob@gillich.me>
James Halliday <mail@substack.net>
Kevin Simper <kevin.simper@gmail.com>
Jackson Tian <shyvo1987@gmail.com>
+Tristan Berger <tristan.berger@gmail.com>
+Mathias Schreck <schreck.mathias@googlemail.com>
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 ""