This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -530,3 +530,7 @@ Amir Saboury <amir.saboury@gmail.com>
530
530
Florin-Cristian Gavrila <cristi_gavrila1@yahoo.com>
531
531
Tyler Anton <mtyleranton@gmail.com>
532
532
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>
Original file line number Diff line number Diff line change 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
2
15
3
16
* openssl: upgrade to 1.0.1m (Addressing multiple CVEs)
4
17
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 10
27
27
#define NODE_PATCH_VERSION 39
28
28
29
- #define NODE_VERSION_IS_RELEASE 0
29
+ #define NODE_VERSION_IS_RELEASE 1
30
30
31
31
#ifndef NODE_TAG
32
32
# define NODE_TAG ""
You can’t perform that action at this time.
0 commit comments