File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Aku Kotkavuo
17
17
Alejandro Oviedo
18
18
Alex Kocharin
19
19
Alex Xu
20
+ AlexKVal
20
21
Alexander Uvarov
21
22
Alexandr Emelin
22
23
Alexandre Marangone
@@ -391,6 +392,7 @@ Mark Stosberg
391
392
Marshall Culpepper
392
393
Mathias Buus
393
394
Mathias Bynens
395
+ Mathias Küsel
394
396
Mathias Pettersson
395
397
Mathias Schreck
396
398
Matt Brubeck
@@ -476,6 +478,7 @@ Paul Querna
476
478
Paul Serby
477
479
Paul Vorbach
478
480
Paulo Matias
481
+ Paulo McNally
479
482
Pavel Lang
480
483
Pedro Ballesteros
481
484
Pedro Teixeira
Original file line number Diff line number Diff line change 1
- 2015.05.22, Version 0.12.4 (Stable)
1
+ 2015.06.22, Version 0.12.5 (Stable)
2
+
3
+ * openssl: upgrade to 1.0.1o (Addressing multiple CVEs)
4
+
5
+ * npm: upgrade to 2.11.2
6
+
7
+ * uv: upgrade to 1.6.1
8
+
9
+ * V8: avoid deadlock when profiling is active (Dmitri Melikyan)
10
+
11
+ * install: fix source path for openssl headers (Oguz Bastemur)
12
+
13
+ * install: make sure opensslconf.h is overwritten (Oguz Bastemur)
14
+
15
+ * timers: fix timeout when added in timer's callback (Julien Gilli)
16
+
17
+ * windows: broadcast WM_SETTINGCHANGE after install (Mathias Küsel)
18
+
19
+
20
+ 2015.05.22, Version 0.12.4 (Stable), 0a604e92e258c5ee2752d763e50721e35053f135
2
21
3
22
* npm: upgrade to 2.10.1
4
23
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 12
27
27
#define NODE_PATCH_VERSION 5
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