diff options
author | Myles Borins <mborins@us.ibm.com> | 2016-03-02 09:48:15 -0800 |
---|---|---|
committer | Myles Borins <mborins@us.ibm.com> | 2016-03-02 11:53:00 -0800 |
commit | c23f6087966be0b8944b71bc238d383080f87573 (patch) | |
tree | 6dfc620452f86c43e95d0bccb99cf87fbf02ea1f /src | |
parent | c133797d09256ca028162647b19f7c1fa333ab66 (diff) | |
download | nodejs-c23f6087966be0b8944b71bc238d383080f87573.tar.gz nodejs-c23f6087966be0b8944b71bc238d383080f87573.tar.bz2 nodejs-c23f6087966be0b8944b71bc238d383080f87573.zip |
2016-03-02, Version 4.3.2 'Argon' (LTS)v4.3.2
This is a security release with only a single commit, an update to openssl due to a recent security advisory. You can read more about the security advisory on the Node.js website (https://nodejs.org/en/blog/vulnerability/openssl-march-2016/)
Notable changes
* openssl
- this upgrade to openssl 1.0.2g. This fixes the security vulnerabilities that are references in this openssl announce (https://mta.openssl.org/pipermail/openssl-announce/2016-February/000063.html)
PR-URL: https://github.com/nodejs/node/pull/5526
Diffstat (limited to 'src')
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index 40f1fedf9..e90101035 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -8,7 +8,7 @@ #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Argon" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |