diff --git a/AUTHORS b/AUTHORS index e82c4f47428596..3fc70766e74c48 100644 --- a/AUTHORS +++ b/AUTHORS @@ -534,3 +534,4 @@ Paulo McNally AlexKVal João Reis Mathias Küsel +Steven Rockarts diff --git a/ChangeLog b/ChangeLog index 9d2be9618fc9d5..83ea5105016d0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/src/node_version.h b/src/node_version.h index e7d4d96d8022d4..15545cf4e8cc1c 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -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 ""