You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V4.md
+22
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
</tr>
8
8
<tr>
9
9
<tdvalign="top">
10
+
<ahref="#4.8.1">4.8.2</a><br/>
10
11
<ahref="#4.8.1">4.8.1</a><br/>
11
12
<ahref="#4.8.0">4.8.0</a><br/>
12
13
<ahref="#4.7.3">4.7.3</a><br/>
@@ -59,6 +60,27 @@
59
60
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
60
61
will be supported actively until April 2017 and maintained until April 2018.
61
62
63
+
<aid="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
+
62
84
<aid="4.8.1"></a>
63
85
## 2017-03-21, Version 4.8.1 'Argon' (LTS), @MylesBorins
0 commit comments