Skip to content

Commit 70069b2

Browse files
committed
2022-05-17, Version 14.19.3 'Fermium' (LTS)
Notable changes: - This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affects other Node.js release lines. - The list of GPG keys used to sign releases has been synchronized with the main branch. PR-URL: #43075
1 parent c100f9a commit 70069b2

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ release.
8383
<a href="doc/changelogs/CHANGELOG_V16.md#16.0.0">16.0.0</a><br/>
8484
</td>
8585
<td valign="top">
86-
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.19.2">14.19.2</a></b><br/>
86+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.19.3">14.19.3</a></b><br/>
87+
<a href="doc/changelogs/CHANGELOG_V14.md#14.19.2">14.19.2</a><br/>
8788
<a href="doc/changelogs/CHANGELOG_V14.md#14.19.1">14.19.1</a><br/>
8889
<a href="doc/changelogs/CHANGELOG_V14.md#14.19.0">14.19.0</a><br/>
8990
<a href="doc/changelogs/CHANGELOG_V14.md#14.18.3">14.18.3</a><br/>

doc/changelogs/CHANGELOG_V14.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td valign="top">
12+
<a href="#14.19.3">14.19.3</a><br/>
1213
<a href="#14.19.2">14.19.2</a><br/>
1314
<a href="#14.19.1">14.19.1</a><br/>
1415
<a href="#14.19.0">14.19.0</a><br/>
@@ -74,6 +75,21 @@
7475
* [io.js](CHANGELOG_IOJS.md)
7576
* [Archive](CHANGELOG_ARCHIVE.md)
7677

78+
<a id="14.19.3"></a>
79+
80+
## 2022-05-17, Version 14.19.3 'Fermium' (LTS), @richardlau
81+
82+
### Notable Changes
83+
84+
* This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See <https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/> for more information on how the May 2022 OpenSSL releases affects other Node.js release lines.
85+
* The list of GPG keys used to sign releases has been synchronized with the main branch.
86+
87+
### Commits
88+
89+
* \[[`68397e49d9`](https://github.com/nodejs/node/commit/68397e49d9)] - **deps**: update archs files for OpenSSL-1.1.1o (RafaelGSS) [#42956](https://github.com/nodejs/node/pull/42956)
90+
* \[[`7f9a5ed4a8`](https://github.com/nodejs/node/commit/7f9a5ed4a8)] - **deps**: upgrade openssl sources to 1.1.1o (RafaelGSS) [#42956](https://github.com/nodejs/node/pull/42956)
91+
* \[[`61eba58cb6`](https://github.com/nodejs/node/commit/61eba58cb6)] - **doc**: add release key for Juan Arboleda (Juan José) [#42961](https://github.com/nodejs/node/pull/42961)
92+
7793
<a id="14.19.2"></a>
7894

7995
## 2022-05-04, Version 14.19.2 'Fermium' (LTS), @BethGriggs prepared by @juanarbol

0 commit comments

Comments
 (0)