Skip to content

Commit a9c34ae

Browse files
author
Myles Borins
committed
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
1 parent 79f961a commit a9c34ae

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ release.
5353
<a href="doc/changelogs/CHANGELOG_V5.md#5.0.0">5.0.0</a><br/>
5454
</td>
5555
<td valign="top">
56-
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.4.5">4.4.5</a></b><br/>
56+
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.4.6">4.4.6</a></b><br/>
57+
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.5">4.4.5</a></b>
5758
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.4">4.4.4</a><br/>
5859
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.3">4.4.3</a><br/>
5960
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.2">4.4.2</a><br/>
@@ -156,6 +157,10 @@ release.
156157
----
157158
----
158159

160+
## 2016-06-23, Version 4.4.6 'Argon' (LTS), @thealphanerd
161+
162+
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.6">Moved to doc/changelogs/CHANGELOG_V4.md#4.4.6</a>.
163+
159164
## 2016-05-06, Version 0.12.14 (Maintenance), @rvagg
160165

161166
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.14">Moved to doc/changelogs/CHANGELOG_V012.md#0.12.14</a>.

doc/changelogs/CHANGELOG_V4.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</tr>
88
<tr>
99
<td valign="top">
10+
<a href="#4.4.6">4.4.6</a><br/>
1011
<a href="#4.4.5">4.4.5</a><br/>
1112
<a href="#4.4.4">4.4.4</a><br/>
1213
<a href="#4.4.3">4.4.3</a><br/>
@@ -46,6 +47,18 @@
4647
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
4748
will be supported actively until April 2017 and maintained until April 2018.
4849

50+
<a id="4.4.6"></a>
51+
52+
## 2016-06-23, Version 4.4.6 'Argon' (LTS), @thealphanerd
53+
54+
This is an important security release. All Node.js users should consult the security release summary at nodejs.org for details on patched vulnerabilities.
55+
56+
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)
57+
58+
### Commits
59+
60+
* [[`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)
61+
4962
<a id="4.4.5"></a>
5063
## 2016-05-24, Version 4.4.5 'Argon' (LTS), @thealphanerd
5164

0 commit comments

Comments
 (0)