Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2022-05-30 23:36:19 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2022-06-02 03:35:21 +0300
commitb984017899dca202408d203babcd8ae60fd15a01 (patch)
tree6d3eb71e03e6f786cbf40b718dfc4418ac6d6974
parent18d3c33f3a3f5bdbe48f736ee8afa1281255a77b (diff)
2022-06-01, Version 17.9.1 (Current)
Notable changes: * Upgrade npm to 8.11.0 * Update to OpenSSL 3.0.3 PR-URL: https://github.com/nodejs/node/pull/43256
-rw-r--r--CHANGELOG.md4
-rw-r--r--doc/changelogs/CHANGELOG_V17.md25
2 files changed, 28 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7e776b0c3d..b89b6a2b68a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,7 +40,9 @@ release.
<a href="doc/changelogs/CHANGELOG_V18.md#18.0.0">18.0.0</a><br/>
</td>
<td valign="top">
-<b><a href="doc/changelogs/CHANGELOG_V17.md#17.8.0">17.8.0</a></b><br/>
+<b><a href="doc/changelogs/CHANGELOG_V17.md#17.9.1">17.9.1</a></b><br/>
+<a href="doc/changelogs/CHANGELOG_V17.md#17.9.0">17.9.0</a><br/>
+<a href="doc/changelogs/CHANGELOG_V17.md#17.8.0">17.8.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.2">17.7.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.1">17.7.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.0">17.7.0</a><br/>
diff --git a/doc/changelogs/CHANGELOG_V17.md b/doc/changelogs/CHANGELOG_V17.md
index 25f5f267b4a..1a8fad1a35b 100644
--- a/doc/changelogs/CHANGELOG_V17.md
+++ b/doc/changelogs/CHANGELOG_V17.md
@@ -8,6 +8,7 @@
</tr>
<tr>
<td>
+<a href="#17.9.1">17.9.1</a><br/>
<a href="#17.9.0">17.9.0</a><br/>
<a href="#17.8.0">17.8.0</a><br/>
<a href="#17.7.2">17.7.2</a><br/>
@@ -46,6 +47,30 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
+<a id="17.9.1"></a>
+
+## 2022-06-01, 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 <https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/> 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 (npm team) [#43210](https://github.com/nodejs/node/pull/43210)
+* \[[`d0b53c0557`](https://github.com/nodejs/node/commit/d0b53c0557)] - **deps**: upgrade npm to 8.10.0 (npm team) [#43061](https://github.com/nodejs/node/pull/43061)
+* \[[`72630d176f`](https://github.com/nodejs/node/commit/72630d176f)] - **deps**: upgrade npm to 8.9.0 (npm team) [#42968](https://github.com/nodejs/node/pull/42968)
+* \[[`93d58c361e`](https://github.com/nodejs/node/commit/93d58c361e)] - **deps**: upgrade npm to 8.8.0 (npm team) [#42886](https://github.com/nodejs/node/pull/42886)
+* \[[`34e6edd421`](https://github.com/nodejs/node/commit/34e6edd421)] - **deps**: upgrade npm to 8.7.0 (npm team) [#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)
+
<a id="17.9.0"></a>
## 2022-04-07, Version 17.9.0 (Current), @BethGriggs prepared by @juanarbol