Skip to content

Commit 26e2f0d

Browse files
committed
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: #9147
1 parent 64b9b39 commit 26e2f0d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ release.
8787
<a href="doc/changelogs/CHANGELOG_V4.md#4.0.0">4.0.0</a><br/>
8888
</td>
8989
<td valign="top">
90-
<b><a href="doc/changelogs/CHANGELOG_V012.md#0.12.16">0.12.16</a></b><br/>
90+
<b><a href="doc/changelogs/CHANGELOG_V012.md#0.12.17">0.12.17</a></b><br/>
91+
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.16">0.12.16</a><br/>
9192
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.15">0.12.15</a><br/>
9293
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.14">0.12.14</a><br/>
9394
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.13">0.12.13</a><br/>

doc/changelogs/CHANGELOG_V012.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</tr>
77
<tr>
88
<td>
9+
<a href="#0.12.17">0.12.17</a><br/>
910
<a href="#0.12.16">0.12.16</a><br/>
1011
<a href="#0.12.15">0.12.15</a><br/>
1112
<a href="#0.12.14">0.12.14</a><br/>
@@ -39,6 +40,19 @@
3940
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
4041
will be maintained until December 31st, 2016.
4142

43+
<a id="0.12.17"></a>
44+
## 2016-10-18, Version 0.12.17 (Maintenance), @rvagg
45+
46+
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.
47+
48+
### Notable changes:
49+
50+
* c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at https://c-ares.haxx.se/adv_20160929.html (Daniel Stenberg)
51+
52+
### Commits:
53+
54+
* [c5b095ecf8] - deps: avoid single-byte buffer overwrite (Daniel Stenberg) https://github.com/nodejs/node/pull/8849
55+
4256
<a id="0.12.16"></a>
4357
## 2016-09-27, Version 0.12.16 (Maintenance), @rvagg
4458

0 commit comments

Comments
 (0)