From 5deb1672f2b5794f8be19498a425ea4dc0b0711f Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 14 May 2013 11:42:16 -0700 Subject: [PATCH] 2013.05.14, Version 0.10.6 (Stable) * module: Deprecate require.extensions (isaacs) * stream: make Readable.wrap support objectMode, empty streams (Daniel Moore) * child_process: fix handle delivery (Ben Noordhuis) * crypto: Fix performance regression (isaacs) * src: DRY string encoding/decoding (isaacs) --- AUTHORS | 5 +++++ ChangeLog | 15 ++++++++++++++- src/node_version.h | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index dbdf9247bde9c3..63f04692dd4f32 100644 --- a/AUTHORS +++ b/AUTHORS @@ -442,3 +442,8 @@ Kelly Gerber Ryan Doenges Sean Silva Miroslav Bajtoš +Sam Roberts +Kevin Locke +Daniel Moore +Robert Kowalski +Benoit Vallée diff --git a/ChangeLog b/ChangeLog index 6439ef11b58277..cd00e9b5dcede0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,17 @@ -2013.04.23, Version 0.10.5 (Stable) +2013.05.14, Version 0.10.6 (Stable) + +* module: Deprecate require.extensions (isaacs) + +* stream: make Readable.wrap support objectMode, empty streams (Daniel Moore) + +* child_process: fix handle delivery (Ben Noordhuis) + +* crypto: Fix performance regression (isaacs) + +* src: DRY string encoding/decoding (isaacs) + + +2013.04.23, Version 0.10.5 (Stable), deeaf8fab978e3cadb364e46fb32dafdebe5f095 * uv: Upgrade to 0.10.5 (isaacs) diff --git a/src/node_version.h b/src/node_version.h index 65b1176d277e83..401d9cec243e95 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 6 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG ""