Skip to content

Commit

Permalink
Merge branch 'v0.10.40-release' into v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Gilli committed Jul 9, 2015
2 parents c5d7b31 + 0439a28 commit 26bb1ad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -534,3 +534,4 @@ Paulo McNally <paulomcnally@gmail.com>
AlexKVal <alexkval@gmail.com>
João Reis <reis@janeasystems.com>
Mathias Küsel <mathiask@hotmail.de>
Steven Rockarts <srockarts@invidi.com>
11 changes: 10 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
2015.06.18, Version 0.10.39 (Maintenance)
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)


2015.06.18, Version 0.10.39 (Maintenance), 615a35ccd2cb5cba80901862aefe51a940995f44

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

Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 40

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_TAG
# define NODE_TAG ""
Expand Down

0 comments on commit 26bb1ad

Please sign in to comment.