File tree 3 files changed +21
-2
lines changed 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ release.
39
39
</tr >
40
40
<tr >
41
41
<td valign =" top " >
42
- <b ><a href =" doc/changelogs/CHANGELOG_V23.md#23.11.0 " >23.11.0</a ></b ><br />
42
+ <b ><a href =" doc/changelogs/CHANGELOG_V23.md#23.11.1 " >23.11.1</a ></b ><br />
43
+ <a href =" doc/changelogs/CHANGELOG_V23.md#23.11.0 " >23.11.0</a ><br />
43
44
<a href =" doc/changelogs/CHANGELOG_V23.md#23.10.0 " >23.10.0</a ><br />
44
45
<a href =" doc/changelogs/CHANGELOG_V23.md#23.9.0 " >23.9.0</a ><br />
45
46
<a href =" doc/changelogs/CHANGELOG_V23.md#23.8.0 " >23.8.0</a ><br />
Original file line number Diff line number Diff line change 8
8
</tr >
9
9
<tr >
10
10
<td >
11
+ <a href =" #23.11.1 " >23.11.1</a ><br />
11
12
<a href =" #23.11.0 " >23.11.0</a ><br />
12
13
<a href =" #23.10.0 " >23.10.0</a ><br />
13
14
<a href =" #23.9.0 " >23.9.0</a ><br />
50
51
* [ io.js] ( CHANGELOG_IOJS.md )
51
52
* [ Archive] ( CHANGELOG_ARCHIVE.md )
52
53
54
+ <a id =" 23.11.1 " ></a >
55
+
56
+ ## 2025-05-14, Version 23.11.1 (Current), @RafaelGSS
57
+
58
+ This is a security release.
59
+
60
+ ### Notable Changes
61
+
62
+ src:
63
+
64
+ * (CVE-2025 -23166) fix error handling on async crypto operation
65
+
66
+ ### Commits
67
+
68
+ * \[ [ ` a271810ce2 ` ] ( https://github.com/nodejs/node/commit/a271810ce2 )] - ** deps** : update c-ares to v1.34.5 (Node.js GitHub Bot) [ #57792 ] ( https://github.com/nodejs/node/pull/57792 )
69
+ * \[ [ ` a12107f0dd ` ] ( https://github.com/nodejs/node/commit/a12107f0dd )] - ** (CVE-2025 -23166)** ** src** : fix error handling on async crypto operations (RafaelGSS) [ nodejs-private/node-private #688 ] ( https://github.com/nodejs-private/node-private/pull/688 )
70
+
53
71
<a id =" 23.11.0 " ></a >
54
72
55
73
## 2025-04-01, Version 23.11.0 (Current), @aduh95
Original file line number Diff line number Diff line change 29
29
#define NODE_VERSION_IS_LTS 0
30
30
#define NODE_VERSION_LTS_CODENAME ""
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