We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c5e9fc + d3492aa commit bd68784Copy full SHA for bd68784
ChangeLog
@@ -1,4 +1,15 @@
1
-2015.07.03, Version 0.12.6 (Stable)
+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
13
14
* V8: fix out-of-band write in utf8 decoder
15
src/node_version.h
@@ -26,7 +26,7 @@
26
#define NODE_MINOR_VERSION 12
27
#define NODE_PATCH_VERSION 7
28
29
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
30
31
#ifndef NODE_TAG
32
# define NODE_TAG ""
0 commit comments