summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2015-05-13 17:30:45 -0700
committerJulien Gilli <julien.gilli@joyent.com>2015-05-13 17:30:45 -0700
commit03431c7d7b4b4a3054ca8ae2cfa8009e3e84a2c7 (patch)
tree7358690efe5c0b79a0178fd3f7334208d0634494
parent72188d87d090d0f0f0bfac8ef069bfb01787e69d (diff)
downloadnode-new-03431c7d7b4b4a3054ca8ae2cfa8009e3e84a2c7.tar.gz
2015.05.13, Version 0.12.3 (Stable)v0.12.3v0.12.3-release
* V8: update to 3.28.71.19 * uv: upgrade to 1.5.0 * npm: upgrade to 2.9.1 * V8: don't busy loop in v8 cpu profiler thread (Mike Tunnicliffe) * V8: fix issue with let bindings in for loops (adamk) * debugger: don't spawn child process in remote mode (Jackson Tian) * net: do not set V4MAPPED on FreeBSD (Julien Gilli) * repl: make 'Unexpected token' errors recoverable (Julien Gilli) * src: backport ignore ENOTCONN on shutdown race (Ben Noordhuis) * src: fix backport of SIGINT crash fix on FreeBSD (Julien Gilli)
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog25
-rw-r--r--src/node_version.h2
3 files changed, 28 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index e7d6120576..f1b94fbe51 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -423,6 +423,7 @@ Mikael Bourges-Sevenier
Mike Harsch
Mike Morearty
Mike Pennisi
+Mike Tunnicliffe
Mikeal Rogers
Ming Liu
Miroslav Bajtos
@@ -654,9 +655,11 @@ Yuichiro MASUI
Yuki KAN
Yunsong Guo
Yuriy Nemtsov
+Yury Semikhatsky
Zachary Scott
Zarko Stankovic
Zoran Tomicic
+adamk
ayanamist
fengmk2
h7lin
diff --git a/ChangeLog b/ChangeLog
index bbe1c2c717..900029d532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,27 @@
-2015.03.31, Version 0.12.2 (Stable)
+2015.05.13, Version 0.12.3 (Stable)
+
+* V8: update to 3.28.71.19
+
+* uv: upgrade to 1.5.0
+
+* npm: upgrade to 2.9.1
+
+* V8: don't busy loop in v8 cpu profiler thread (Mike Tunnicliffe)
+
+* V8: fix issue with let bindings in for loops (adamk)
+
+* debugger: don't spawn child process in remote mode (Jackson Tian)
+
+* net: do not set V4MAPPED on FreeBSD (Julien Gilli)
+
+* repl: make 'Unexpected token' errors recoverable (Julien Gilli)
+
+* src: backport ignore ENOTCONN on shutdown race (Ben Noordhuis)
+
+* src: fix backport of SIGINT crash fix on FreeBSD (Julien Gilli)
+
+
+2015.03.31, Version 0.12.2 (Stable), 523d445705027438b83b8d5958c9beeb1c8711d9
* uv: Upgrade to 1.4.2
diff --git a/src/node_version.h b/src/node_version.h
index 0d3fc56cd1..a991ff92f3 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 12
#define NODE_PATCH_VERSION 3
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""