Skip to content

Commit 73d23a2

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 61eba58 commit 73d23a2

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ release.
2929
</tr>
3030
<tr>
3131
<td valign="top">
32-
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.19.2">14.19.2</a></b><br/>
32+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.19.3">14.19.3</a></b><br/>
33+
<a href="doc/changelogs/CHANGELOG_V14.md#14.19.2">14.19.2</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V14.md#14.19.1">14.19.1</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V14.md#14.19.0">14.19.0</a><br/>
3536
<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
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#14.19.3">14.19.3</a><br/>
1415
<a href="#14.19.2">14.19.2</a><br/>
1516
<a href="#14.19.1">14.19.1</a><br/>
1617
<a href="#14.19.0">14.19.0</a><br/>
@@ -72,6 +73,21 @@
7273
* [io.js](CHANGELOG_IOJS.md)
7374
* [Archive](CHANGELOG_ARCHIVE.md)
7475

76+
<a id="14.19.3"></a>
77+
78+
## 2022-05-17, Version 14.19.3 'Fermium' (LTS), @richardlau
79+
80+
### Notable Changes
81+
82+
* 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.
83+
* The list of GPG keys used to sign releases has been synchronized with the main branch.
84+
85+
### Commits
86+
87+
* \[[`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)
88+
* \[[`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)
89+
* \[[`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)
90+
7591
<a id="14.19.2"></a>
7692

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

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Fermium"
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)