Skip to content

Commit f7a3118

Browse files
committed
2017-04-04, Version 4.8.2 'Argon' (Maintenance)
This is a maintenance release to fix a memory leak that was introduced in 4.8.1. It also includes an upgrade to zlib 1.2.11 to fix a number of low severity CVEs that were present in zlib 1.2.8. http://seclists.org/oss-sec/2016/q4/602 Notable changes: * crypto: - fix memory leak if certificate is revoked (Tom Atkinson) nodejs#12089 * deps: - upgrade zlib to 1.2.11 (Sam Roberts) nodejs#10980
1 parent 28f8b17 commit f7a3118

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ release.
8888
<a href="doc/changelogs/CHANGELOG_V5.md#5.0.0">5.0.0</a><br/>
8989
</td>
9090
<td valign="top">
91-
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.8.1">4.8.1</a></b><br/>
91+
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.8.2">4.8.2</a></b><br/>
92+
<a href="doc/changelogs/CHANGELOG_V4.md#4.8.1">4.8.1</a><br/>
9293
<a href="doc/changelogs/CHANGELOG_V4.md#4.8.0">4.8.0</a><br/>
9394
<a href="doc/changelogs/CHANGELOG_V4.md#4.7.3">4.7.3</a><br/>
9495
<a href="doc/changelogs/CHANGELOG_V4.md#4.7.2">4.7.2</a><br/>

doc/changelogs/CHANGELOG_V4.md

+22
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</tr>
88
<tr>
99
<td valign="top">
10+
<a href="#4.8.1">4.8.2</a><br/>
1011
<a href="#4.8.1">4.8.1</a><br/>
1112
<a href="#4.8.0">4.8.0</a><br/>
1213
<a href="#4.7.3">4.7.3</a><br/>
@@ -59,6 +60,27 @@
5960
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
6061
will be supported actively until April 2017 and maintained until April 2018.
6162

63+
<a id="4.8.2"></a>
64+
## 2017-04-04, Version 4.8.2 'Argon' (Maintenance), @MylesBorins
65+
66+
This is a maintenance release to fix a memory leak that was introduced in 4.8.1.
67+
68+
It also includes an upgrade to zlib 1.2.11 to fix a [number of low severity CVEs](http://seclists.org/oss-sec/2016/q4/602)
69+
that were present in zlib 1.2.8.
70+
71+
### Notable Changes
72+
73+
* **crypto**:
74+
- fix memory leak if certificate is revoked (Tom Atkinson) [#12089](https://github.com/nodejs/node/pull/12089)
75+
* **deps**:
76+
- upgrade zlib to 1.2.11 (Sam Roberts) [#10980](https://github.com/nodejs/node/pull/10980)
77+
78+
### Commits
79+
80+
* [[`9d7fba4de2`](https://github.com/nodejs/node/commit/9d7fba4de2)] - **crypto**: fix memory leak if certificate is revoked (Tom Atkinson) [#12089](https://github.com/nodejs/node/pull/12089)
81+
* [[`253980ff38`](https://github.com/nodejs/node/commit/253980ff38)] - **deps**: fix CLEAR_HASH macro to be usable as a single statement (Sam Roberts) [#11616](https://github.com/nodejs/node/pull/11616)
82+
* [[`2e52a2699b`](https://github.com/nodejs/node/commit/2e52a2699b)] - **deps**: upgrade zlib to 1.2.11 (Sam Roberts) [#10980](https://github.com/nodejs/node/pull/10980)
83+
6284
<a id="4.8.1"></a>
6385
## 2017-03-21, Version 4.8.1 'Argon' (LTS), @MylesBorins
6486

0 commit comments

Comments
 (0)