From 70069b21a2fb5b20312ede903cbaa71b20c6d90a Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 12 May 2022 11:55:40 -0400 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/43075 --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V14.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2325c978a8ae75..3dd839f196f3bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,7 +83,8 @@ release. 16.0.0
-14.19.2
+14.19.3
+14.19.2
14.19.1
14.19.0
14.18.3
diff --git a/doc/changelogs/CHANGELOG_V14.md b/doc/changelogs/CHANGELOG_V14.md index 42ee5f6970b56e..320efb6c2a7c1f 100644 --- a/doc/changelogs/CHANGELOG_V14.md +++ b/doc/changelogs/CHANGELOG_V14.md @@ -9,6 +9,7 @@ +14.19.3
14.19.2
14.19.1
14.19.0
@@ -74,6 +75,21 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + + +## 2022-05-17, Version 14.19.3 'Fermium' (LTS), @richardlau + +### 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 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. + +### Commits + +* \[[`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) +* \[[`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) +* \[[`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) + ## 2022-05-04, Version 14.19.2 'Fermium' (LTS), @BethGriggs prepared by @juanarbol