summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-06-18 09:50:53 -0700
committerisaacs <i@izs.me>2013-06-18 09:50:53 -0700
commita088cf4f930d3928c97d239adf950ab43e7794aa (patch)
tree81e3c2e79cbdb373c2a1282274621e22a51fcf68
parent9195455637be7ac68274c4e9a83003470efdb0c0 (diff)
downloadnode-new-v0.10.12-release.tar.gz
2013.06.18, Version 0.10.12 (Stable)v0.10.12v0.10.12-release
* npm: Upgrade to 1.2.32 * readline: make `ctrl + L` clear the screen (Yuan Chuan) * v8: add setVariableValue debugger command (Ben Noordhuis) * net: Do not destroy socket mid-write (isaacs) * v8: fix build for mips32r2 architecture (Andrei Sedoi) * configure: fix cross-compilation host_arch_cc() (Andrei Sedoi)
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog17
-rw-r--r--src/node_version.h2
3 files changed, 18 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index f9eabfd184..6e78a42d3c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -454,3 +454,4 @@ Rafael Henrique Moreira <rafadev7@gmail.com>
Daniel G. Taylor <dan@programmer-art.org>
Kiyoshi Nomo <tokyoincidents.g@gmail.com>
Veres Lajos <vlajos@gmail.com>
+Yuan Chuan <yuanchuan23@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index 4183e1ab2b..8761e58ea0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
-2013.06.13, Version 0.10.11 (Stable)
+2013.06.18, Version 0.10.12 (Stable)
+
+* npm: Upgrade to 1.2.32
+
+* readline: make `ctrl + L` clear the screen (Yuan Chuan)
+
+* v8: add setVariableValue debugger command (Ben Noordhuis)
+
+* net: Do not destroy socket mid-write (isaacs)
+
+* v8: fix build for mips32r2 architecture (Andrei Sedoi)
+
+* configure: fix cross-compilation host_arch_cc() (Andrei Sedoi)
+
+
+2013.06.13, Version 0.10.11 (Stable), d9d5bc465450ae5d60da32e9ffcf71c2767f1fad
* uv: upgrade to 0.10.11
diff --git a/src/node_version.h b/src/node_version.h
index 6209f6bf65..99665837da 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 12
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""