2013.02.15, Version 0.8.20 (Stable) v0.8.20
authorisaacs <i@izs.me>
Fri, 15 Feb 2013 17:57:32 +0000 (09:57 -0800)
committerisaacs <i@izs.me>
Fri, 15 Feb 2013 18:50:11 +0000 (10:50 -0800)
* npm: Upgrade to v1.2.11

* http: Do not let Agent hand out destroyed sockets (isaacs)

* http: Raise hangup error on destroyed socket write (isaacs)

* http: protect against response splitting attacks (Bert Belder)

AUTHORS
ChangeLog
src/node_version.h

diff --git a/AUTHORS b/AUTHORS
index c069846..8181644 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -379,3 +379,4 @@ Chris Dent <chris.dent@gmail.com>
 Dan Milon <danmilon@gmail.com>
 Jacob Gable <jacob.gable@gmail.com>
 Rick Yakubowski <richard@orpha-systems.com>
+Dan Kohn <dan@dankohn.com>
index 59d86d0..016acdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2013.02.06, Version 0.8.19 (Stable)
+2013.02.15, Version 0.8.20 (Stable)
+
+* npm: Upgrade to v1.2.11
+
+* http: Do not let Agent hand out destroyed sockets (isaacs)
+
+* http: Raise hangup error on destroyed socket write (isaacs)
+
+* http: protect against response splitting attacks (Bert Belder)
+
+
+2013.02.06, Version 0.8.19 (Stable), 53978bdf420622ff0121c63c0338c9e7c2e60869
 
 * npm: Upgrade to v1.2.10
 
index a8e6bf2..8a13737 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)