From f9b237f478c372fd55e4590d7399dcd8f25f3603 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 19 Jul 2012 14:27:31 -0700 Subject: 2012.07.20, Version 0.9.0 (Unstable) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * punycode: update to v1.1.1 (Mathias Bynens) * c-ares: upgrade to 1.9.0 (Saúl Ibarra Corretgé) * dns: ignore rogue DNS servers reported by windows (Saúl Ibarra Corretgé) * unix: speed up uv_async_send() (Ben Noordhuis) * darwin: get cpu model correctly on mac (Xidorn Quan) * nextTick: Handle tick callbacks before any other I/O (isaacs) * Enable color customization of `util.inspect` (Pavel Lang) * tls: Speed and memory improvements (Fedor Indutny) * readline: Use one history item for reentered line (Vladimir Beloborodov) * Fix #3521 Make process.env more like a regular Object (isaacs) --- AUTHORS | 1 + ChangeLog | 25 ++++++++++++++++++++++++- src/node_version.h | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index fcd0c1fe3da..1a3dd885f00 100644 --- a/AUTHORS +++ b/AUTHORS @@ -350,3 +350,4 @@ Ivan Torres Philipp Hagemeister George Shank Mike Morearty +Pavel Lang diff --git a/ChangeLog b/ChangeLog index 48633a76916..6f8a82c6f67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,27 @@ -2012.07.19, Version 0.8.3 (Stable) +2012.07.20, Version 0.9.0 (Unstable) + +* punycode: update to v1.1.1 (Mathias Bynens) + +* c-ares: upgrade to 1.9.0 (Saúl Ibarra Corretgé) + +* dns: ignore rogue DNS servers reported by windows (Saúl Ibarra Corretgé) + +* unix: speed up uv_async_send() (Ben Noordhuis) + +* darwin: get cpu model correctly on mac (Xidorn Quan) + +* nextTick: Handle tick callbacks before any other I/O (isaacs) + +* Enable color customization of `util.inspect` (Pavel Lang) + +* tls: Speed and memory improvements (Fedor Indutny) + +* readline: Use one history item for reentered line (Vladimir Beloborodov) + +* Fix #3521 Make process.env more like a regular Object (isaacs) + + +2012.07.19, Version 0.8.3 (Stable), 60bf2d6cb33e4ce55604f73889ab840a9de8bdab * V8: upgrade to 3.11.10.15 diff --git a/src/node_version.h b/src/node_version.h index c310084ec0b..d140f6653f9 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -25,7 +25,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 9 #define NODE_PATCH_VERSION 0 -#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