From e10c75579b536581ddd7ae4e2c3bf8a9d550d343 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 15 Feb 2013 09:57:32 -0800 Subject: [PATCH] 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) --- AUTHORS | 1 + ChangeLog | 13 ++++++++++++- src/node_version.h | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index c06984646f4340..8181644e1a411e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -379,3 +379,4 @@ Chris Dent Dan Milon Jacob Gable Rick Yakubowski +Dan Kohn diff --git a/ChangeLog b/ChangeLog index 59d86d0bf53fa8..016acdc1af551c 100644 --- 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 diff --git a/src/node_version.h b/src/node_version.h index a8e6bf2694cb56..8a13737d2c0ad7 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)