File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ release.
3737</tr >
3838<tr >
3939 <td valign =" top " >
40- <b ><a href =" doc/changelogs/CHANGELOG_V22.md#22.23.0 " >22.23.0</a ></b ><br />
40+ <b ><a href =" doc/changelogs/CHANGELOG_V22.md#22.23.1 " >22.23.1</a ></b ><br />
41+ <a href =" doc/changelogs/CHANGELOG_V22.md#22.23.0 " >22.23.0</a ><br />
4142<a href =" doc/changelogs/CHANGELOG_V22.md#22.22.3 " >22.22.3</a ><br />
4243<a href =" doc/changelogs/CHANGELOG_V22.md#22.22.2 " >22.22.2</a ><br />
4344<a href =" doc/changelogs/CHANGELOG_V22.md#22.22.1 " >22.22.1</a ><br />
Original file line number Diff line number Diff line change 99</tr>
1010<tr>
1111<td>
12+ <a href="#22.23.1">22.23.1</a><br/>
1213<a href="#22.23.0">22.23.0</a><br/>
1314<a href="#22.22.3">22.22.3</a><br/>
1415<a href="#22.22.2">22.22.2</a><br/>
7273 * [io.js](CHANGELOG_IOJS.md)
7374 * [Archive](CHANGELOG_ARCHIVE.md)
7475
76+ <a id="22.23.1"></a>
77+
78+ ## 2026-06-23, Version 22.23.1 'Jod' (LTS), @RafaelGSS
79+
80+ This release includes a fix for an unexpected behavior introduced
81+ by the recent security release (22.23.0).
82+
83+ ### Commits
84+
85+ * \[[`41d2ee13be`](https://github.com/nodejs/node/commit/41d2ee13be)] - **build**: switch coverage-windows to `windows-2022` (Richard Lau) [#63940](https://github.com/nodejs/node/pull/63940)
86+ * \[[`eaa292549e`](https://github.com/nodejs/node/commit/eaa292549e)] - **http**: avoid stream listeners on idle agent sockets (Matteo Collina) [#64004](https://github.com/nodejs/node/pull/64004)
87+
7588<a id="22.23.0"></a>
7689
7790## 2026-06-18, Version 22.23.0 'Jod' (LTS), @aduh95
Original file line number Diff line number Diff line change 2929#define NODE_VERSION_IS_LTS 1
3030#define NODE_VERSION_LTS_CODENAME "Jod"
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