summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2015-01-29 20:40:30 -0800
committerJulien Gilli <julien.gilli@joyent.com>2015-01-29 22:13:10 -0800
commit8e42e5a0731040075e14cec087eea86729f2dc53 (patch)
tree7466300a2474c9101ecf5be3ad9ab15425595c78
parent59265264d56cfb7ced87f9b3666ec570152c5f47 (diff)
downloadnode-8e42e5a0731040075e14cec087eea86729f2dc53.tar.gz
2015.01.29, Version 0.11.16 (Unstable)v0.11.16v0.11.16-release
* openssl: Upgrade to 1.0.1l * npm: Upgrade to 2.3.0 * url: revert support of `path` for url.format" (Julien Gilli) * assert: use util.inspect() to create error messages (cjihrig) * net: throw on invalid socket timeouts (cjihrig) * url: fix parsing of ssh urls (Evan Lucas)
-rw-r--r--ChangeLog15
-rw-r--r--src/node_version.h2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6bd1b536..32533ff48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2015.01.29, Version 0.11.16 (Unstable)
+
+* openssl: Upgrade to 1.0.1l
+
+* npm: Upgrade to 2.3.0
+
+* url: revert support of `path` for url.format" (Julien Gilli)
+
+* assert: use util.inspect() to create error messages (cjihrig)
+
+* net: throw on invalid socket timeouts (cjihrig)
+
+* url: fix parsing of ssh urls (Evan Lucas)
+
+
2015.01.20, Version 0.11.15 (Unstable), 8a9f263a82089814e69f277f9fecd2888705101b
* v8: Upgrade to 3.28.73
diff --git a/src/node_version.h b/src/node_version.h
index 4e9e282c5..181d6b5d1 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 11
#define NODE_PATCH_VERSION 16
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""