2016-10-18 Version 0.12.17 (Maintenance) Release
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/9147
This commit is contained in:
parent
64b9b39f07
commit
26e2f0d9e4
@ -87,7 +87,8 @@ release.
|
||||
<a href="doc/changelogs/CHANGELOG_V4.md#4.0.0">4.0.0</a><br/>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<b><a href="doc/changelogs/CHANGELOG_V012.md#0.12.16">0.12.16</a></b><br/>
|
||||
<b><a href="doc/changelogs/CHANGELOG_V012.md#0.12.17">0.12.17</a></b><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.16">0.12.16</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.15">0.12.15</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.14">0.12.14</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.13">0.12.13</a><br/>
|
||||
|
@ -6,6 +6,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#0.12.17">0.12.17</a><br/>
|
||||
<a href="#0.12.16">0.12.16</a><br/>
|
||||
<a href="#0.12.15">0.12.15</a><br/>
|
||||
<a href="#0.12.14">0.12.14</a><br/>
|
||||
@ -39,6 +40,19 @@
|
||||
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
|
||||
will be maintained until December 31st, 2016.
|
||||
|
||||
<a id="0.12.17"></a>
|
||||
## 2016-10-18, Version 0.12.17 (Maintenance), @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:
|
||||
|
||||
* [c5b095ecf8] - deps: avoid single-byte buffer overwrite (Daniel Stenberg) https://github.com/nodejs/node/pull/8849
|
||||
|
||||
<a id="0.12.16"></a>
|
||||
## 2016-09-27, Version 0.12.16 (Maintenance), @rvagg
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user