Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 615a35c

Browse files
author
Julien Gilli
committed
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)
1 parent dcb7ef2 commit 615a35c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,3 +530,7 @@ Amir Saboury <amir.saboury@gmail.com>
530530
Florin-Cristian Gavrila <cristi_gavrila1@yahoo.com>
531531
Tyler Anton <mtyleranton@gmail.com>
532532
Jonas Dohse <jonas@dohse.ch>
533+
Paulo McNally <paulomcnally@gmail.com>
534+
AlexKVal <alexkval@gmail.com>
535+
João Reis <reis@janeasystems.com>
536+
Mathias Küsel <mathiask@hotmail.de>

ChangeLog

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
2015.03.23, Version 0.10.38 (Maintenance)
1+
2015.06.18, Version 0.10.39 (Maintenance)
2+
3+
* openssl: upgrade to 1.0.1o (Addressing multiple CVEs)
4+
5+
* install: fix source path for openssl headers (Oguz Bastemur)
6+
7+
* install: make sure opensslconf.h is overwritten (Oguz Bastemur)
8+
9+
* timers: fix timeout when added in timer's callback (Julien Gilli)
10+
11+
* windows: broadcast WM_SETTINGCHANGE after install (Mathias Küsel)
12+
13+
14+
2015.03.23, Version 0.10.38 (Maintenance), 0b5731a63cc40c4fe9275c79158fe0a5dd4d1609
215

316
* openssl: upgrade to 1.0.1m (Addressing multiple CVEs)
417

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 10
2727
#define NODE_PATCH_VERSION 39
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)