Skip to content

Commit 83c7a88

Browse files
committed
2016-10-18, Version 4.6.1 'Argon' (LTS)
This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/ for details on patched vulnerabilities. Notable changes: * c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at https://c-ares.haxx.se/adv_20160929.html (Daniel Stenberg) PR-URL: #9153
1 parent 107f775 commit 83c7a88

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ release.
6161
<a href="doc/changelogs/CHANGELOG_V5.md#5.0.0">5.0.0</a><br/>
6262
</td>
6363
<td valign="top">
64-
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.6.0">4.6.0</a></b><br/>
64+
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.6.1">4.6.1</a></b><br/>
65+
<a href="doc/changelogs/CHANGELOG_V4.md#4.6.0">4.6.0</a><br/>
6566
<a href="doc/changelogs/CHANGELOG_V4.md#4.5.0">4.5.0</a><br/>
6667
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.7">4.4.7</a></b>
6768
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.6">4.4.6</a></b>

doc/changelogs/CHANGELOG_V4.md

+15
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</tr>
88
<tr>
99
<td valign="top">
10+
<a href="#4.6.1">4.6.1</a><br/>
1011
<a href="#4.6.0">4.6.0</a><br/>
1112
<a href="#4.5.0">4.5.0</a><br/>
1213
<a href="#4.4.7">4.4.7</a><br/>
@@ -50,6 +51,20 @@
5051
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
5152
will be supported actively until April 2017 and maintained until April 2018.
5253

54+
<a id="4.6.1"></a>
55+
## 2016-10-18, Version 4.6.1 'Argon' (LTS), @rvagg
56+
57+
This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/ for details on patched vulnerabilities.
58+
59+
### Notable Changes
60+
61+
* **c-ares**: fix for single-byte buffer overwrite, CVE-2016-5180, more information at https://c-ares.haxx.se/adv_20160929.html (Daniel Stenberg)
62+
63+
### Commits
64+
65+
* [[`f3c63e7ccf`](https://github.com/nodejs/node/commit/f3c63e7ccf)] - **deps**: avoid single-byte buffer overwrite (Daniel Stenberg) [#8849](https://github.com/nodejs/node/pull/8849)
66+
* [[`5a0daa6c2f`](https://github.com/nodejs/node/commit/5a0daa6c2f)] - **win,build**: try multiple timeservers when signing (Rod Vagg) [#9155](https://github.com/nodejs/node/pull/9155)
67+
5368
<a id="4.6.0"></a>
5469
## 2016-09-27, Version 4.6.0 'Argon' (LTS), @rvagg
5570

0 commit comments

Comments
 (0)