diff options
author | Julien Gilli <julien.gilli@joyent.com> | 2015-03-23 12:23:33 -0700 |
---|---|---|
committer | Julien Gilli <julien.gilli@joyent.com> | 2015-03-23 12:23:33 -0700 |
commit | 0b5731a63cc40c4fe9275c79158fe0a5dd4d1609 (patch) | |
tree | 5f9665ed332c8f7a17832253edeb4e71fcd08506 | |
parent | 4b69c72b8b1725fe98539da1274bc85d3661d3a5 (diff) | |
download | nodejs-0.10.38.tar.gz nodejs-0.10.38.tar.bz2 nodejs-0.10.38.zip |
2015.03.23, Version 0.10.38 (Maintenance)v0.10.38
* openssl: upgrade to 1.0.1m (Addressing multiple CVEs)
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/node_version.h | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,9 @@ -2015.03.11, Version 0.10.37 (Maintenance) +2015.03.23, Version 0.10.38 (Maintenance) + +* openssl: upgrade to 1.0.1m (Addressing multiple CVEs) + + +2015.03.11, Version 0.10.37 (Maintenance), 7d6b5b1d5ba726331f9ccaaae59af7cd53eee82e * uv: update to 0.10.36 (CVE-2015-0278) diff --git a/src/node_version.h b/src/node_version.h index 7ff6b5f28..7a2f0e6bb 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 38 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG "" |