Browse Source

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)
v0.10.39-release v0.10.39
Julien Gilli 10 years ago
parent
commit
615a35ccd2
  1. 4
      AUTHORS
  2. 15
      ChangeLog
  3. 2
      src/node_version.h

4
AUTHORS

@ -530,3 +530,7 @@ Amir Saboury <amir.saboury@gmail.com>
Florin-Cristian Gavrila <cristi_gavrila1@yahoo.com> Florin-Cristian Gavrila <cristi_gavrila1@yahoo.com>
Tyler Anton <mtyleranton@gmail.com> Tyler Anton <mtyleranton@gmail.com>
Jonas Dohse <jonas@dohse.ch> Jonas Dohse <jonas@dohse.ch>
Paulo McNally <paulomcnally@gmail.com>
AlexKVal <alexkval@gmail.com>
João Reis <reis@janeasystems.com>
Mathias Küsel <mathiask@hotmail.de>

15
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) * openssl: upgrade to 1.0.1m (Addressing multiple CVEs)

2
src/node_version.h

@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10 #define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 39 #define NODE_PATCH_VERSION 39
#define NODE_VERSION_IS_RELEASE 0 #define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG #ifndef NODE_TAG
# define NODE_TAG "" # define NODE_TAG ""

Loading…
Cancel
Save