From c1a1ab067721ea17ef7b05ec5c68b01321017f05 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 3 Jun 2013 16:53:09 -0700 Subject: [PATCH] 2013.06.04, Version 0.8.24 (maintenance) * npm: Upgrade to v1.2.24 * url: Properly parse certain oddly formed urls (isaacs) * http: Don't try to destroy nonexistent sockets (isaacs) * handle_wrap: fix NULL pointer dereference (Ben Noordhuis) --- ChangeLog | 13 ++++++++++++- src/node_version.h | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79096eec58eeca..23686815e14caa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -2013.04.09, Version 0.8.23 (maintenance) +2013.06.04, Version 0.8.24 (maintenance) + +* npm: Upgrade to v1.2.24 + +* url: Properly parse certain oddly formed urls (isaacs) + +* http: Don't try to destroy nonexistent sockets (isaacs) + +* handle_wrap: fix NULL pointer dereference (Ben Noordhuis) + + +2013.04.09, Version 0.8.23 (maintenance), c67f8d0500fe15637a623eb759d2ad7eb9fb3b0b * npm: Upgrade to v1.2.18 diff --git a/src/node_version.h b/src/node_version.h index b00bc3638575d8..74e51c31cc0941 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)