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

Commit bd68784

Browse files
author
Julien Gilli
committed
Merge branch 'v0.12.7-release' into v0.12
2 parents 9c5e9fc + d3492aa commit bd68784

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ChangeLog

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
2015.07.03, Version 0.12.6 (Stable)
1+
2015.07.09, Version 0.12.7 (Stable)
2+
3+
* openssl: upgrade to 1.0.1p
4+
5+
* npm: upgrade to 2.11.3
6+
7+
* V8: cherry-pick JitCodeEvent patch from upstream (Ben Noordhuis)
8+
9+
* win,msi: create npm folder in AppData directory (Steven Rockarts)
10+
11+
12+
2015.07.03, Version 0.12.6 (Stable), 0be9a77bb18ec15b4fb6a1fb0762f313b7351201
213

314
* V8: fix out-of-band write in utf8 decoder
415

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 12
2727
#define NODE_PATCH_VERSION 7
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)