2013.03.07, Version 0.8.22 (Stable) v0.8.22
authorisaacs <i@izs.me>
Wed, 6 Mar 2013 23:47:29 +0000 (15:47 -0800)
committerisaacs <i@izs.me>
Wed, 6 Mar 2013 23:47:29 +0000 (15:47 -0800)
* npm: Update to 1.2.14

* cluster: propagate bind errors (Ben Noordhuis)

* crypto: don't assert when calling Cipher#final() twice (Ben Noordhuis)

* build, windows: disable SEH (Ben Noordhuis)

AUTHORS
ChangeLog
src/node_version.h

diff --git a/AUTHORS b/AUTHORS
index bf784aa..5282bed 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -381,3 +381,4 @@ Jacob Gable <jacob.gable@gmail.com>
 Rick Yakubowski <richard@orpha-systems.com>
 Dan Kohn <dan@dankohn.com>
 Timothy J Fontaine <tjfontaine@gmail.com>
+Eugene Girshov <eugene.girshov@nixu.com>
index 769f62f..b9a0fd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2013.02.25, Version 0.8.21 (Stable)
+2013.03.07, Version 0.8.22 (Stable)
+
+* npm: Update to 1.2.14
+
+* cluster: propagate bind errors (Ben Noordhuis)
+
+* crypto: don't assert when calling Cipher#final() twice (Ben Noordhuis)
+
+* build, windows: disable SEH (Ben Noordhuis)
+
+
+2013.02.25, Version 0.8.21 (Stable), 530d8c05d4c546146f18e5ba811d7eb3b7b7c0c5
 
 * http: Do not free the wrong parser on socket close (isaacs)
 
index bc68933..5d318d9 100644 (file)
@@ -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)