From 0a604e92e258c5ee2752d763e50721e35053f135 Mon Sep 17 00:00:00 2001 From: Julien Gilli Date: Fri, 22 May 2015 17:40:25 -0700 Subject: 2015.05.22, Version 0.12.4 (Stable) * npm: upgrade to 2.10.1 * V8: revert v8 Array.prototype.values() removal (cjihrig) * win: bring back xp/2k3 support (Bert Belder) --- AUTHORS | 2 ++ ChangeLog | 11 ++++++++++- src/node_version.h | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index f1b94fbe5..21b9736c1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -99,6 +99,7 @@ Cam Swords Carlos Campderrós Carson McDonald Carter Allen +Chad Johnston Chad Rhyner Chandra Sekar S Charles @@ -496,6 +497,7 @@ Rasmus Christian Pedersen Ray Morgan Ray Solomon Raymond Feng +Rebecca Turner Refael Ackermann Reid Burke Rhys Jones diff --git a/ChangeLog b/ChangeLog index 900029d53..9028273a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ -2015.05.13, Version 0.12.3 (Stable) +2015.05.22, Version 0.12.4 (Stable) + +* npm: upgrade to 2.10.1 + +* V8: revert v8 Array.prototype.values() removal (cjihrig) + +* win: bring back xp/2k3 support (Bert Belder) + + +2015.05.13, Version 0.12.3 (Stable), 03431c7d7b4b4a3054ca8ae2cfa8009e3e84a2c7 * V8: update to 3.28.71.19 diff --git a/src/node_version.h b/src/node_version.h index ab5b0d4df..10113b2db 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 12 #define NODE_PATCH_VERSION 4 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG "" -- cgit v1.2.1