File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff 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.0 " >14.19.0</a ></b ><br />
32+ <b ><a href =" doc/changelogs/CHANGELOG_V14.md#14.19.1 " >14.19.1</a ></b ><br />
33+ <a href =" doc/changelogs/CHANGELOG_V14.md#14.19.0 " >14.19.0</a ><br />
3334<a href =" doc/changelogs/CHANGELOG_V14.md#14.18.3 " >14.18.3</a ><br />
3435<a href =" doc/changelogs/CHANGELOG_V14.md#14.18.2 " >14.18.2</a ><br />
3536<a href =" doc/changelogs/CHANGELOG_V14.md#14.18.1 " >14.18.1</a ><br />
Original file line number Diff line number Diff line change 1111</tr>
1212<tr>
1313<td valign="top">
14+ <a href="#14.19.1">14.19.1</a><br/>
1415<a href="#14.19.0">14.19.0</a><br/>
1516<a href="#14.18.3">14.18.3</a><br/>
1617<a href="#14.18.2">14.18.2</a><br/>
7071 * [io.js](CHANGELOG_IOJS.md)
7172 * [Archive](CHANGELOG_ARCHIVE.md)
7273
74+ <a id="14.19.1"></a>
75+
76+ ## 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau
77+
78+ This is a security release.
79+
80+ ### Notable Changes
81+
82+ Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
83+ * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
84+ More details are available at https://www.openssl.org/news/secadv/20220315.txt
85+
86+ ### Commits
87+
88+ * \[[`b5c52e337e`](https://github.com/nodejs/node/commit/b5c52e337e)] - **build**: pin Windows GitHub runner to windows-2019 (Richard Lau) [#42350](https://github.com/nodejs/node/pull/42350)
89+ * \[[`3b1a0b24f0`](https://github.com/nodejs/node/commit/3b1a0b24f0)] - **deps**: update archs files for OpenSSL-1.1.1n (Richard Lau) [#42347](https://github.com/nodejs/node/pull/42347)
90+ * \[[`c83dd99e0b`](https://github.com/nodejs/node/commit/c83dd99e0b)] - **deps**: upgrade openssl sources to 1.1.1n (Richard Lau) [#42347](https://github.com/nodejs/node/pull/42347)
91+
7392<a id="14.19.0"></a>
7493
7594## 2022-02-01, Version 14.19.0 'Fermium' (LTS), @richardlau
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments