From c8c44fa94dc2fe96ab920bc7f07d601e2ca21ebc Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Mon, 30 May 2022 16:36:19 -0400 Subject: [PATCH] 2022-05-31, Version 17.9.1 (Maintenance) Notable changes: * Upgrade npm to 8.11.0 * Update to OpenSSL 3.0.3 PR-URL: https://github.com/nodejs/node/pull/43256 --- CHANGELOG.md | 4 +++- doc/changelogs/CHANGELOG_V17.md | 24 ++++++++++++++++++++++++ src/node_version.h | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9134a7085104cc..d9b61229e18fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,9 @@ release. -17.8.0
+17.9.1
+17.9.0
+17.8.0
17.7.2
17.7.1
17.7.0
diff --git a/doc/changelogs/CHANGELOG_V17.md b/doc/changelogs/CHANGELOG_V17.md index 46b610a27c4a15..7aa690bfbf55aa 100644 --- a/doc/changelogs/CHANGELOG_V17.md +++ b/doc/changelogs/CHANGELOG_V17.md @@ -45,6 +45,30 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + + +## 2022-05-31, Version 17.9.1 (Current), @ruyadorno + +### Notable Changes + +* Upgrade npm to 8.11.0 + +#### Update to OpenSSL 3.0.3 + +This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 17. +See for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. + +### Commits + +* \[[`17fef6ed54`](https://github.com/nodejs/node/commit/17fef6ed54)] - **deps**: upgrade npm to 8.11.0 () [#43210](https://github.com/nodejs/node/pull/43210) +* \[[`d0b53c0557`](https://github.com/nodejs/node/commit/d0b53c0557)] - **deps**: upgrade npm to 8.10.0 () [#43061](https://github.com/nodejs/node/pull/43061) +* \[[`72630d176f`](https://github.com/nodejs/node/commit/72630d176f)] - **deps**: upgrade npm to 8.9.0 (npm-robot) [#42968](https://github.com/nodejs/node/pull/42968) +* \[[`93d58c361e`](https://github.com/nodejs/node/commit/93d58c361e)] - **deps**: upgrade npm to 8.8.0 (npm-robot) [#42886](https://github.com/nodejs/node/pull/42886) +* \[[`34e6edd421`](https://github.com/nodejs/node/commit/34e6edd421)] - **deps**: upgrade npm to 8.7.0 () [#42744](https://github.com/nodejs/node/pull/42744) +* \[[`02f8b0cdad`](https://github.com/nodejs/node/commit/02f8b0cdad)] - **deps**: upgrade npm to 8.6.0 (npm team) [#42550](https://github.com/nodejs/node/pull/42550) +* \[[`871eace946`](https://github.com/nodejs/node/commit/871eace946)] - **deps**: update archs files for quictls/openssl-3.0.3 (RafaelGSS) [#43025](https://github.com/nodejs/node/pull/43025) +* \[[`05fb807ab0`](https://github.com/nodejs/node/commit/05fb807ab0)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#43025](https://github.com/nodejs/node/pull/43025) + ## 2022-04-07, Version 17.9.0 (Current), @BethGriggs prepared by @juanarbol diff --git a/src/node_version.h b/src/node_version.h index eb10e889053143..d5bfc918813d46 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_VERSION_IS_LTS 0 #define NODE_VERSION_LTS_CODENAME "" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)