aboutsummaryrefslogtreecommitdiff
path: root/doc/changelogs/CHANGELOG_V4.md
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2016-10-18 19:58:58 +1100
committerRod Vagg <rod@vagg.org>2016-10-19 04:01:02 +1100
commit83c7a8897c644e1eadeaaace4863a822c73359a0 (patch)
treeec6183a849b3c34ce1a00e84796249666131a29a /doc/changelogs/CHANGELOG_V4.md
parent107f77594b7ffdf47ba7b9bd79f6dc4e97272c7c (diff)
downloadandroid-node-v8-83c7a8897c644e1eadeaaace4863a822c73359a0.tar.gz
android-node-v8-83c7a8897c644e1eadeaaace4863a822c73359a0.tar.bz2
android-node-v8-83c7a8897c644e1eadeaaace4863a822c73359a0.zip
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: https://github.com/nodejs/node/pull/9153
Diffstat (limited to 'doc/changelogs/CHANGELOG_V4.md')
-rw-r--r--doc/changelogs/CHANGELOG_V4.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_V4.md b/doc/changelogs/CHANGELOG_V4.md
index 8ce1fdcfba..84ed033ad7 100644
--- a/doc/changelogs/CHANGELOG_V4.md
+++ b/doc/changelogs/CHANGELOG_V4.md
@@ -7,6 +7,7 @@
</tr>
<tr>
<td valign="top">
+<a href="#4.6.1">4.6.1</a><br/>
<a href="#4.6.0">4.6.0</a><br/>
<a href="#4.5.0">4.5.0</a><br/>
<a href="#4.4.7">4.4.7</a><br/>
@@ -50,6 +51,20 @@
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
will be supported actively until April 2017 and maintained until April 2018.
+<a id="4.6.1"></a>
+## 2016-10-18, Version 4.6.1 'Argon' (LTS), @rvagg
+
+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)
+
+### Commits
+
+* [[`f3c63e7ccf`](https://github.com/nodejs/node/commit/f3c63e7ccf)] - **deps**: avoid single-byte buffer overwrite (Daniel Stenberg) [#8849](https://github.com/nodejs/node/pull/8849)
+* [[`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)
+
<a id="4.6.0"></a>
## 2016-09-27, Version 4.6.0 'Argon' (LTS), @rvagg