File tree 3 files changed +26
-2
lines changed
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ release.
28
28
</tr >
29
29
<tr >
30
30
<td valign="top">
31
- <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.22.10 " >12.22.10</a ></b ><br />
31
+ <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.22.11 " >12.22.11</a ></b ><br />
32
+ <a href =" doc/changelogs/CHANGELOG_V12.md#12.22.10 " >12.22.10</a ><br />
32
33
<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.9 " >12.22.9</a ><br />
33
34
<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.8 " >12.22.8</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.7 " >12.22.7</a ><br />
Original file line number Diff line number Diff line change 11
11
</tr>
12
12
<tr>
13
13
<td valign="top">
14
+ <a href="#12.22.11">12.22.11</a><br/>
14
15
<a href="#12.22.10">12.22.10</a><br/>
15
16
<a href="#12.22.9">12.22.9</a><br/>
16
17
<a href="#12.22.8">12.22.8</a><br/>
80
81
* [io.js](CHANGELOG_IOJS.md)
81
82
* [Archive](CHANGELOG_ARCHIVE.md)
82
83
84
+ <a id="12.22.11"></a>
85
+
86
+ ## 2022-03-17, Version 12.22.11 'Erbium' (LTS), @richardlau
87
+
88
+ This is a security release.
89
+
90
+ ### Notable changes
91
+
92
+ Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
93
+ * Infinite loop in BN\_mod\_sqrt() reachable when parsing certificates (High)(CVE-2022-0778)
94
+ More details are available at https://www.openssl.org/news/secadv/20220315.txt
95
+
96
+ Fix for building Node.js 12.x with Visual Studio 2019 to allow us to continue to
97
+ run CI tests.
98
+
99
+ ### Commits
100
+
101
+ * \[[`e3e5bf11ba`](https://github.com/nodejs/node/commit/e3e5bf11ba)] - **build**: pin Windows GitHub runner to windows-2019 (Richard Lau) [#42349](https://github.com/nodejs/node/pull/42349)
102
+ * \[[`f41e7771bf`](https://github.com/nodejs/node/commit/f41e7771bf)] - **build**: fix detection of Visual Studio 2019 (Richard Lau) [#42349](https://github.com/nodejs/node/pull/42349)
103
+ * \[[`c372ec207d`](https://github.com/nodejs/node/commit/c372ec207d)] - **deps**: update archs files for OpenSSL-1.1.n (Richard Lau) [#42348](https://github.com/nodejs/node/pull/42348)
104
+ * \[[`d574a1dccb`](https://github.com/nodejs/node/commit/d574a1dccb)] - **deps**: upgrade openssl sources to 1.1.1n (Richard Lau) [#42348](https://github.com/nodejs/node/pull/42348)
105
+
83
106
<a id="12.22.10"></a>
84
107
85
108
## 2022-02-01, Version 12.22.10 'Erbium' (LTS), @ruyadorno
Original file line number Diff line number Diff line change 29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Erbium"
31
31
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments