From 615a35ccd2cb5cba80901862aefe51a940995f44 Mon Sep 17 00:00:00 2001 From: Julien Gilli Date: Thu, 18 Jun 2015 22:57:52 -0700 Subject: 2015.06.18, Version 0.10.39 (Maintenance) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * openssl: upgrade to 1.0.1o (Addressing multiple CVEs) * install: fix source path for openssl headers (Oguz Bastemur) * install: make sure opensslconf.h is overwritten (Oguz Bastemur) * timers: fix timeout when added in timer's callback (Julien Gilli) * windows: broadcast WM_SETTINGCHANGE after install (Mathias Küsel) --- AUTHORS | 4 ++++ ChangeLog | 15 ++++++++++++++- src/node_version.h | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index aab71df33..e82c4f474 100644 --- a/AUTHORS +++ b/AUTHORS @@ -530,3 +530,7 @@ Amir Saboury Florin-Cristian Gavrila Tyler Anton Jonas Dohse +Paulo McNally +AlexKVal +João Reis +Mathias Küsel diff --git a/ChangeLog b/ChangeLog index 69502ebf2..9d2be9618 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,17 @@ -2015.03.23, Version 0.10.38 (Maintenance) +2015.06.18, Version 0.10.39 (Maintenance) + +* openssl: upgrade to 1.0.1o (Addressing multiple CVEs) + +* install: fix source path for openssl headers (Oguz Bastemur) + +* install: make sure opensslconf.h is overwritten (Oguz Bastemur) + +* timers: fix timeout when added in timer's callback (Julien Gilli) + +* windows: broadcast WM_SETTINGCHANGE after install (Mathias Küsel) + + +2015.03.23, Version 0.10.38 (Maintenance), 0b5731a63cc40c4fe9275c79158fe0a5dd4d1609 * openssl: upgrade to 1.0.1m (Addressing multiple CVEs) diff --git a/src/node_version.h b/src/node_version.h index 094c81c37..259ed84a1 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 39 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG "" -- cgit v1.2.1