From 47c891d3d292183f78ec87720a0e8cb441190be5 Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Tue, 6 Aug 2019 16:26:31 +0100 Subject: 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: https://github.com/nodejs/node/issues/28932 PR-URL: https://github.com/nodejs/node/pull/29021 --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V10.md | 12 ++++++++++++ src/node_version.h | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d09fc92b07..e3d15e48b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,8 @@ release. 12.0.0
-10.16.1
+10.16.2
+10.16.1
10.16.0
10.15.3
10.15.2
diff --git a/doc/changelogs/CHANGELOG_V10.md b/doc/changelogs/CHANGELOG_V10.md index c9107dd7299..4f635b4b09c 100644 --- a/doc/changelogs/CHANGELOG_V10.md +++ b/doc/changelogs/CHANGELOG_V10.md @@ -10,6 +10,7 @@ +10.16.2
10.16.1
10.16.0
10.15.3
@@ -53,6 +54,17 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2019-08-06, Version 10.16.2 'Dubnium' (LTS), @BethGriggs + +### Notable changes + +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. + +### Commits + +* [[`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) + ## 2019-07-31, Version 10.16.1 'Dubnium' (LTS), @BethGriggs diff --git a/src/node_version.h b/src/node_version.h index a490faf490b..5885a161503 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Dubnium" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) -- cgit v1.2.3