From 53978bdf420622ff0121c63c0338c9e7c2e60869 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 6 Feb 2013 08:46:14 -0800 Subject: 2013.02.06, Version 0.8.19 (Stable) * npm: Upgrade to v1.2.10 * zlib: pass object size hint to V8 (Ben Noordhuis) * zlib: reduce memory consumption, release early (Ben Noordhuis) * buffer: slow buffer copy compatibility fix (Trevor Norris) * zlib: don't assert on malformed dictionary (Ben Noordhuis) * zlib: don't assert on missing dictionary (Ben Noordhuis) * windows: better ipv6 support (Bert Belder) * windows: add error mappings related to unsupported protocols (Bert Belder) * windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder) --- AUTHORS | 2 ++ ChangeLog | 23 ++++++++++++++++++++++- src/node_version.h | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index d83da963166..c06984646f4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -377,3 +377,5 @@ Tim Bradshaw Johannes Ewald Chris Dent Dan Milon +Jacob Gable +Rick Yakubowski diff --git a/ChangeLog b/ChangeLog index d9c443d3289..59d86d0bf53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,25 @@ -2013.01.18, Version 0.8.18 (Stable) +2013.02.06, Version 0.8.19 (Stable) + +* npm: Upgrade to v1.2.10 + +* zlib: pass object size hint to V8 (Ben Noordhuis) + +* zlib: reduce memory consumption, release early (Ben Noordhuis) + +* buffer: slow buffer copy compatibility fix (Trevor Norris) + +* zlib: don't assert on malformed dictionary (Ben Noordhuis) + +* zlib: don't assert on missing dictionary (Ben Noordhuis) + +* windows: better ipv6 support (Bert Belder) + +* windows: add error mappings related to unsupported protocols (Bert Belder) + +* windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder) + + +2013.01.18, Version 0.8.18 (Stable), 2c4eef0d972838c51999d32c0d251857a713dc18 * npm: Upgrade to v1.2.2 diff --git a/src/node_version.h b/src/node_version.h index 2b7e3777e30..f3a0f3a1ea4 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) -- cgit v1.2.3