File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ release.
35
35
</tr >
36
36
<tr >
37
37
<td valign =" top " >
38
- <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.19.0 " >20.19.0</a ></b ><br />
38
+ <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.19.1 " >20.19.1</a ></b ><br />
39
+ <a href =" doc/changelogs/CHANGELOG_V20.md#20.19.0 " >20.19.0</a ><br />
39
40
<a href =" doc/changelogs/CHANGELOG_V20.md#20.18.3 " >20.18.3</a ><br />
40
41
<a href =" doc/changelogs/CHANGELOG_V20.md#20.18.2 " >20.18.2</a ><br />
41
42
<a href =" doc/changelogs/CHANGELOG_V20.md#20.18.1 " >20.18.1</a ><br />
Original file line number Diff line number Diff line change 9
9
</tr>
10
10
<tr>
11
11
<td>
12
+ <a href="#20.19.1">20.19.1</a><br/>
12
13
<a href="#20.19.0">20.19.0</a><br/>
13
14
<a href="#20.18.3">20.18.3</a><br/>
14
15
<a href="#20.18.2">20.18.2</a><br/>
69
70
* [io.js](CHANGELOG_IOJS.md)
70
71
* [Archive](CHANGELOG_ARCHIVE.md)
71
72
73
+ <a id="20.19.1"></a>
74
+
75
+ ## 2025-04-22, Version 20.19.1 'Iron' (LTS), @UlisesGascon prepared by @RafaelGSS
76
+
77
+ ### Notable Changes
78
+
79
+ * \[[`d5e73ce0f8`](https://github.com/nodejs/node/commit/d5e73ce0f8)] - **deps**: update undici to 6.21.2 (Matteo Collina) [#57442](https://github.com/nodejs/node/pull/57442)
80
+ * \[[`e4a6323ab2`](https://github.com/nodejs/node/commit/e4a6323ab2)] - **deps**: update c-ares to v1.34.5 (Node.js GitHub Bot) [#57792](https://github.com/nodejs/node/pull/57792)
81
+
82
+ ### Commits
83
+
84
+ * \[[`d5e73ce0f8`](https://github.com/nodejs/node/commit/d5e73ce0f8)] - **deps**: update undici to 6.21.2 (Matteo Collina) [#57442](https://github.com/nodejs/node/pull/57442)
85
+ * \[[`e4a6323ab2`](https://github.com/nodejs/node/commit/e4a6323ab2)] - **deps**: update c-ares to v1.34.5 (Node.js GitHub Bot) [#57792](https://github.com/nodejs/node/pull/57792)
86
+ * \[[`b2b9eb36af`](https://github.com/nodejs/node/commit/b2b9eb36af)] - **dns**: restore dns query cache ttl (Ethan Arrowood) [#57640](https://github.com/nodejs/node/pull/57640)
87
+ * \[[`07a99a5c0b`](https://github.com/nodejs/node/commit/07a99a5c0b)] - **doc**: correct status of require(esm) warning in v20 changelog (Joyee Cheung) [#57529](https://github.com/nodejs/node/pull/57529)
88
+ * \[[`d45517ccbf`](https://github.com/nodejs/node/commit/d45517ccbf)] - **meta**: bump Mozilla-Actions/sccache-action from 0.0.8 to 0.0.9 (dependabot\[bot]) [#57720](https://github.com/nodejs/node/pull/57720)
89
+ * \[[`fa93bb2633`](https://github.com/nodejs/node/commit/fa93bb2633)] - **test**: update parallel/test-tls-dhe for OpenSSL 3.5 (Richard Lau) [#57477](https://github.com/nodejs/node/pull/57477)
90
+ * \[[`29c032403c`](https://github.com/nodejs/node/commit/29c032403c)] - **tools**: update sccache to support GH cache changes (Michaël Zasso) [#57573](https://github.com/nodejs/node/pull/57573)
91
+
72
92
<a id="20.19.0"></a>
73
93
74
94
## 2025-03-13, Version 20.19.0 'Iron' (LTS), @marco-ippolito
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 "Iron"
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