From 55ddf54adf6c3a064142ecf3eb42f105ee90da5f Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 3 Aug 2012 14:39:24 -0700 Subject: 2012.08.03 Version 0.6.21 (maintenance) * sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill) * net: make pause/resume work with connecting sockets (Bert Belder) --- ChangeLog | 9 ++++++++- src/node_version.h | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d3113c898a..d22b4d9382c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -2012.07.10 Version 0.6.20 (maintenance) +2012.08.03 Version 0.6.21 (maintenance) + +* sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill) + +* net: make pause/resume work with connecting sockets (Bert Belder) + + +2012.07.10 Version 0.6.20 (maintenance), 952e513379169ec1b40909d1db056e9bf4294899 * npm: Upgrade to 1.1.37 (isaacs) diff --git a/src/node_version.h b/src/node_version.h index da7e6d26346..e596a60900b 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 6 #define NODE_PATCH_VERSION 21 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) -- cgit v1.2.3