summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-04-08 16:51:44 -0700
committerisaacs <i@izs.me>2013-04-08 16:51:44 -0700
commitc67f8d0500fe15637a623eb759d2ad7eb9fb3b0b (patch)
treedb936bf9c9c18c4de42014242d6ed1d9a58b7f38
parentf2f893b2a7e8d9a015c600f08acd18d2eb6eb1b0 (diff)
downloadnode-new-c67f8d0500fe15637a623eb759d2ad7eb9fb3b0b.tar.gz
2013.04.09, Version 0.8.23 (maintenance)v0.8.23v0.8.23-release
* npm: Upgrade to v1.2.18 * http: Avoid EE warning on ECONNREFUSED handling (isaacs) * tls: Re-enable check of CN-ID in cert verification (Tobias Müllerleile) * child_process: fix sending utf-8 to child process (Ben Noordhuis) * crypto: check key type in GetPeerCertificate() (Ben Noordhuis) * win/openssl: mark assembled object files as seh safe (Bert Belder) * windows/msi: fix msi build issue with WiX 3.7/3.8 (Raymond Feng)
-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 5282bedef6..47e149abd4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -382,3 +382,5 @@ Rick Yakubowski <richard@orpha-systems.com>
Dan Kohn <dan@dankohn.com>
Timothy J Fontaine <tjfontaine@gmail.com>
Eugene Girshov <eugene.girshov@nixu.com>
+Raymond Feng <enjoyjava@gmail.com>
+Tobias Müllerleile <tobias@muellerleile.net>
diff --git a/ChangeLog b/ChangeLog
index b9a0fd9f91..79096eec58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,21 @@
-2013.03.07, Version 0.8.22 (Stable)
+2013.04.09, Version 0.8.23 (maintenance)
+
+* npm: Upgrade to v1.2.18
+
+* http: Avoid EE warning on ECONNREFUSED handling (isaacs)
+
+* tls: Re-enable check of CN-ID in cert verification (Tobias Müllerleile)
+
+* child_process: fix sending utf-8 to child process (Ben Noordhuis)
+
+* crypto: check key type in GetPeerCertificate() (Ben Noordhuis)
+
+* win/openssl: mark assembled object files as seh safe (Bert Belder)
+
+* windows/msi: fix msi build issue with WiX 3.7/3.8 (Raymond Feng)
+
+
+2013.03.07, Version 0.8.22 (Stable), 67a4cb4fe8c2346e30ffb83f7178e205cc2dab33
* npm: Update to 1.2.14
diff --git a/src/node_version.h b/src/node_version.h
index 8723264c32..889e3bf14b 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -30,7 +30,7 @@
# define NODE_TAG ""
#endif
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)