You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V14.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
</tr>
10
10
<tr>
11
11
<td valign="top">
12
+
<a href="#14.19.3">14.19.3</a><br/>
12
13
<a href="#14.19.2">14.19.2</a><br/>
13
14
<a href="#14.19.1">14.19.1</a><br/>
14
15
<a href="#14.19.0">14.19.0</a><br/>
@@ -74,6 +75,21 @@
74
75
* [io.js](CHANGELOG_IOJS.md)
75
76
* [Archive](CHANGELOG_ARCHIVE.md)
76
77
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.
0 commit comments