Skip to content

Commit 3a1d4b7

Browse files
author
Julien Gilli
committed
Merge branch 'v0.10.39-release' into v0.10
2 parents dcb7ef2 + 615a35c commit 3a1d4b7

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 <[email protected]>
530530
Florin-Cristian Gavrila <[email protected]>
531531
Tyler Anton <[email protected]>
532532
Jonas Dohse <[email protected]>
533+
Paulo McNally <[email protected]>
534+
535+
João Reis <[email protected]>
536+
Mathias Küsel <[email protected]>

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)