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

Commit 0439a28

Browse files
author
Julien Gilli
committed
2015.07.09, Version 0.10.40 (Maintenance)
* openssl: upgrade to 1.0.1p * V8: back-port JitCodeEvent patch from upstream (Ben Noordhuis) * win,msi: create npm folder in AppData directory (Steven Rockarts)
1 parent c5d7b31 commit 0439a28

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,3 +534,4 @@ Paulo McNally <[email protected]>
534534
535535
João Reis <[email protected]>
536536
Mathias Küsel <[email protected]>
537+
Steven Rockarts <[email protected]>

ChangeLog

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
2015.06.18, Version 0.10.39 (Maintenance)
1+
2015.07.09, Version 0.10.40 (Maintenance)
2+
3+
* openssl: upgrade to 1.0.1p
4+
5+
* V8: back-port JitCodeEvent patch from upstream (Ben Noordhuis)
6+
7+
* win,msi: create npm folder in AppData directory (Steven Rockarts)
8+
9+
10+
2015.06.18, Version 0.10.39 (Maintenance), 615a35ccd2cb5cba80901862aefe51a940995f44
211

312
* openssl: upgrade to 1.0.1o (Addressing multiple CVEs)
413

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 10
2727
#define NODE_PATCH_VERSION 40
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)