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
Notable changes:
This release patches a regression in the OpenSSL upgrade to 1.1.1c that
causes intermittent hangs in machines that have low entropy.
Refs: #28932
PR-URL: #29021
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V10.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
</tr>
11
11
<tr>
12
12
<td valign="top">
13
+
<a href="#10.16.2">10.16.2</a><br/>
13
14
<a href="#10.16.1">10.16.1</a><br/>
14
15
<a href="#10.16.0">10.16.0</a><br/>
15
16
<a href="#10.15.3">10.15.3</a><br/>
@@ -53,6 +54,17 @@
53
54
* [io.js](CHANGELOG_IOJS.md)
54
55
* [Archive](CHANGELOG_ARCHIVE.md)
55
56
57
+
<a id="10.16.2"></a>
58
+
## 2019-08-06, Version 10.16.2 'Dubnium' (LTS), @BethGriggs
59
+
60
+
### Notable changes
61
+
62
+
This release patches a [regression](https://github.com/nodejs/node/issues/28932) in the OpenSSL upgrade to 1.1.1c that causes intermittent hangs in machines that have low entropy.
63
+
64
+
### Commits
65
+
66
+
* [[`894a9dd230`](https://github.com/nodejs/node/commit/894a9dd230)] - **deps**: cherry-pick c19c5a6 from openssl upstream (Ali Ijaz Sheikh) [#28983](https://github.com/nodejs/node/pull/28983)
67
+
56
68
<a id="10.16.1"></a>
57
69
## 2019-07-31, Version 10.16.1 'Dubnium' (LTS), @BethGriggs
0 commit comments