Skip to content

Commit e359e01

Browse files
author
Julien Gilli
committed
Merge branch 'v0.12.5-release' into v0.12
2 parents f50c37d + 61c6abf commit e359e01

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Aku Kotkavuo
1717
Alejandro Oviedo
1818
Alex Kocharin
1919
Alex Xu
20+
AlexKVal
2021
Alexander Uvarov
2122
Alexandr Emelin
2223
Alexandre Marangone
@@ -391,6 +392,7 @@ Mark Stosberg
391392
Marshall Culpepper
392393
Mathias Buus
393394
Mathias Bynens
395+
Mathias Küsel
394396
Mathias Pettersson
395397
Mathias Schreck
396398
Matt Brubeck
@@ -476,6 +478,7 @@ Paul Querna
476478
Paul Serby
477479
Paul Vorbach
478480
Paulo Matias
481+
Paulo McNally
479482
Pavel Lang
480483
Pedro Ballesteros
481484
Pedro Teixeira

ChangeLog

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
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
221

322
* npm: upgrade to 2.10.1
423

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 12
2727
#define NODE_PATCH_VERSION 5
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)