From d3492aa7b386946e3a156440cad346e5b0a82838 Mon Sep 17 00:00:00 2001 From: Julien Gilli Date: Thu, 9 Jul 2015 15:40:56 -0700 Subject: 2015.07.09, Version 0.12.7 (Stable) * openssl: upgrade to 1.0.1p (CVE-2015-1793) * npm: upgrade to 2.11.3 * V8: cherry-pick JitCodeEvent patch from upstream (Ben Noordhuis) * win,msi: create npm folder in AppData directory (Steven Rockarts) --- ChangeLog | 13 ++++++++++++- src/node_version.h | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7fceb1ce9..67dfca526 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -2015.07.03, Version 0.12.6 (Stable) +2015.07.09, Version 0.12.7 (Stable) + +* openssl: upgrade to 1.0.1p + +* npm: upgrade to 2.11.3 + +* V8: cherry-pick JitCodeEvent patch from upstream (Ben Noordhuis) + +* win,msi: create npm folder in AppData directory (Steven Rockarts) + + +2015.07.03, Version 0.12.6 (Stable), 0be9a77bb18ec15b4fb6a1fb0762f313b7351201 * V8: fix out-of-band write in utf8 decoder diff --git a/src/node_version.h b/src/node_version.h index 20574ce7f..c1fda2585 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 12 #define NODE_PATCH_VERSION 7 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG "" -- cgit v1.2.1