Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f0aba06

Browse files
committedMay 31, 2022
2022-05-31, Version 17.9.1 (Current)
Notable changes: * Upgrade npm to 8.11.0 * Update to OpenSSL 3.0.3 PR-URL: #43256
1 parent 17fef6e commit f0aba06

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed
 

‎CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ release.
3333
</tr>
3434
<tr>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.8.0">17.8.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.9.1">17.9.1</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V17.md#17.9.0">17.9.0</a><br/>
38+
<a href="doc/changelogs/CHANGELOG_V17.md#17.8.0">17.8.0</a><br/>
3739
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.2">17.7.2</a><br/>
3840
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.1">17.7.1</a><br/>
3941
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.0">17.7.0</a><br/>

‎doc/changelogs/CHANGELOG_V17.md

+24
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,30 @@
4545
* [io.js](CHANGELOG_IOJS.md)
4646
* [Archive](CHANGELOG_ARCHIVE.md)
4747

48+
<a id="17.9.1"></a>
49+
50+
## 2022-05-31, Version 17.9.1 (Current), @ruyadorno
51+
52+
### Notable Changes
53+
54+
* Upgrade npm to 8.11.0
55+
56+
#### Update to OpenSSL 3.0.3
57+
58+
This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 17.
59+
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.
60+
61+
### Commits
62+
63+
* \[[`17fef6ed54`](https://github.com/nodejs/node/commit/17fef6ed54)] - **deps**: upgrade npm to 8.11.0 (<npm-cli+bot@github.com>) [#43210](https://github.com/nodejs/node/pull/43210)
64+
* \[[`d0b53c0557`](https://github.com/nodejs/node/commit/d0b53c0557)] - **deps**: upgrade npm to 8.10.0 (<npm-cli+bot@github.com>) [#43061](https://github.com/nodejs/node/pull/43061)
65+
* \[[`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)
66+
* \[[`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)
67+
* \[[`34e6edd421`](https://github.com/nodejs/node/commit/34e6edd421)] - **deps**: upgrade npm to 8.7.0 (<ops+robot@npmjs.com>) [#42744](https://github.com/nodejs/node/pull/42744)
68+
* \[[`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)
69+
* \[[`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)
70+
* \[[`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)
71+
4872
<a id="17.9.0"></a>
4973

5074
## 2022-04-07, Version 17.9.0 (Current), @BethGriggs prepared by @juanarbol

‎src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 0
3030
#define NODE_VERSION_LTS_CODENAME ""
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)
Please sign in to comment.