node-linux-s390x 22.23.0 → 22.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/bin/node +0 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#22.23.1">22.23.1</a><br/>
|
|
12
13
|
<a href="#22.23.0">22.23.0</a><br/>
|
|
13
14
|
<a href="#22.22.3">22.22.3</a><br/>
|
|
14
15
|
<a href="#22.22.2">22.22.2</a><br/>
|
|
@@ -72,6 +73,18 @@
|
|
|
72
73
|
* [io.js](CHANGELOG_IOJS.md)
|
|
73
74
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
74
75
|
|
|
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
|
+
|
|
75
88
|
<a id="22.23.0"></a>
|
|
76
89
|
|
|
77
90
|
## 2026-06-18, Version 22.23.0 'Jod' (LTS), @aduh95
|
package/bin/node
CHANGED
|
Binary file
|