Browse Source

2016-06-23, Version 4.4.6 'Argon' (LTS)

This is an important security release. All Node.js users should consult
the security release summary at nodejs.org for details on patched
vulnerabilities.

This release is specifically related to a Buffer overflow vulnerability
discovered in v8, more details can be found in the CVE
https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1669

PR-URL: https://github.com/nodejs/node-private/pull/41
v4.x v4.4.6
Myles Borins 9 years ago
committed by Myles Borins
parent
commit
a4d9beb28a
  1. 10
      CHANGELOG.md
  2. 2
      src/node_version.h

10
CHANGELOG.md

@ -1,5 +1,15 @@
# Node.js ChangeLog
## 2016-06-22, Version 4.4.6 'Argon' (LTS), @thealphanerd
This is an important security release. All Node.js users should consult the security release summary at nodejs.org for details on patched vulnerabilities.
This release is specifically related to a Buffer overflow vulnerability discovered in v8, more details can be found [in the CVE](https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1669)
### Commits
* [[`134c3b3977`](https://github.com/nodejs/node/commit/134c3b3977)] - **deps**: backport 3a9bfec from v8 upstream (Ben Noordhuis) [nodejs/node-private#38](https://github.com/nodejs/node-private/pull/38)
## 2016-05-24, Version 4.4.5 'Argon' (LTS), @thealphanerd
### Notable Changes

2
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)

Loading…
Cancel
Save