Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 0a604e9

Browse files
author
Julien Gilli
committed
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)
1 parent 202c18b commit 0a604e9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Cam Swords
9999
Carlos Campderrós
100100
Carson McDonald
101101
Carter Allen
102+
Chad Johnston
102103
Chad Rhyner
103104
Chandra Sekar S
104105
Charles
@@ -496,6 +497,7 @@ Rasmus Christian Pedersen
496497
Ray Morgan
497498
Ray Solomon
498499
Raymond Feng
500+
Rebecca Turner
499501
Refael Ackermann
500502
Reid Burke
501503
Rhys Jones

ChangeLog

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
2015.05.13, Version 0.12.3 (Stable)
1+
2015.05.22, Version 0.12.4 (Stable)
2+
3+
* npm: upgrade to 2.10.1
4+
5+
* V8: revert v8 Array.prototype.values() removal (cjihrig)
6+
7+
* win: bring back xp/2k3 support (Bert Belder)
8+
9+
10+
2015.05.13, Version 0.12.3 (Stable), 03431c7d7b4b4a3054ca8ae2cfa8009e3e84a2c7
211

312
* V8: update to 3.28.71.19
413

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 12
2727
#define NODE_PATCH_VERSION 4
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)