Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2015-02-06 23:04:23 +0300
committerJulien Gilli <julien.gilli@joyent.com>2015-02-06 23:04:23 +0300
commit2b18916ff054309a07408719b62e2b6a4f1e056a (patch)
tree6de891a14c7cf6054160d6e4d1179d874ad682fb
parent087a7519cea9b8aed23f4c03111da724cf20a94f (diff)
2015.02.06, Version 0.12.0 (Stable)v0.12.0
* npm: Upgrade to 2.5.1 * mdb_v8: update for v0.12 (Dave Pacheco)
-rw-r--r--ChangeLog9
-rw-r--r--src/node_version.h2
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 32533ff4803..33eb8dbe7b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2015.01.29, Version 0.11.16 (Unstable)
+2015.02.06, Version 0.12.0 (Stable)
+
+* npm: Upgrade to 2.5.1
+
+* mdb_v8: update for v0.12 (Dave Pacheco)
+
+
+2015.01.29, Version 0.11.16 (Unstable), 8e42e5a0731040075e14cec087eea86729f2dc53
* openssl: Upgrade to 1.0.1l
diff --git a/src/node_version.h b/src/node_version.h
index bf3ccda7537..3450714c1ec 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 12
#define NODE_PATCH_VERSION 0
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""