Skip to content

Commit 107f775

Browse files
committed
2016-10-18 Version 0.10.48 (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 (Rod Vagg) PR-URL: #9154
1 parent 26e2f0d commit 107f775

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ release.
107107
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.0">0.12.0</a><br/>
108108
</td>
109109
<td valign="top">
110-
<b><a href="doc/changelogs/CHANGELOG_V010.md#0.10.47">0.10.47</a></b><br/>
110+
<b><a href="doc/changelogs/CHANGELOG_V010.md#0.10.48">0.10.48</a></b><br/>
111+
><a href="doc/changelogs/CHANGELOG_V010.md#0.10.47">0.10.47</a><br/>
111112
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.46">0.10.46</a><br/>
112113
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.45">0.10.45</a><br/>
113114
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.44">0.10.44</a><br/>

doc/changelogs/CHANGELOG_V010.md

+16
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</tr>
77
<tr>
88
<td valign="top">
9+
<a href="#0.10.48">0.10.48</a><br/>
910
<a href="#0.10.47">0.10.47</a><br/>
1011
<a href="#0.10.46">0.10.46</a><br/>
1112
<a href="#0.10.45">0.10.45</a><br/>
@@ -72,6 +73,21 @@
7273
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
7374
will be maintained until October 2016.
7475

76+
<a id="0.10.48"></a>
77+
## 2016-10-18, Version 0.10.48 (Maintenance), @rvagg
78+
79+
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.
80+
81+
### Notable changes
82+
83+
* c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at https://c-ares.haxx.se/adv_20160929.html (Rod Vagg)
84+
85+
### Commits
86+
87+
* [a14a6a3a11] - deps: c-ares, avoid single-byte buffer overwrite (Rod Vagg) https://github.com/nodejs/node/pull/9108
88+
* [b798f598af] - tls: fix minor jslint failure (Rod Vagg) https://github.com/nodejs/node/pull/9107
89+
* [92b232ba01] - win,build: try multiple timeservers when signing (Rod Vagg) https://github.com/nodejs/node/pull/9155
90+
7591
<a id="0.10.47"></a>
7692
## 2016-09-27, Version 0.10.47 (Maintenance), @rvagg
7793

0 commit comments

Comments
 (0)