Skip to content

Commit 47c891d

Browse files
committed
2019-08-06, Version 10.16.2 'Dubnium' (LTS)
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
1 parent 894a9dd commit 47c891d

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
<a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/>
3434
</td>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.16.1">10.16.1</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.16.2">10.16.2</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V10.md#10.16.1">10.16.1</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V10.md#10.16.0">10.16.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V10.md#10.15.3">10.15.3</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V10.md#10.15.2">10.15.2</a><br/>

doc/changelogs/CHANGELOG_V10.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td valign="top">
13+
<a href="#10.16.2">10.16.2</a><br/>
1314
<a href="#10.16.1">10.16.1</a><br/>
1415
<a href="#10.16.0">10.16.0</a><br/>
1516
<a href="#10.15.3">10.15.3</a><br/>
@@ -53,6 +54,17 @@
5354
* [io.js](CHANGELOG_IOJS.md)
5455
* [Archive](CHANGELOG_ARCHIVE.md)
5556

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+
5668
<a id="10.16.1"></a>
5769
## 2019-07-31, Version 10.16.1 'Dubnium' (LTS), @BethGriggs
5870

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Dubnium"
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)