Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4cac2b9

Browse files
2025-11-17, Version 25.2.1 (Current)
Notable changes:PR-URL:#60752
1 parentff89b7b commit4cac2b9

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ release.
4141
</tr>
4242
<tr>
4343
<tdvalign="top">
44-
<b><ahref="doc/changelogs/CHANGELOG_V25.md#25.2.0">25.2.0</a></b><br/>
44+
<b><ahref="doc/changelogs/CHANGELOG_V25.md#25.2.1">25.2.1</a></b><br/>
45+
<ahref="doc/changelogs/CHANGELOG_V25.md#25.2.0">25.2.0</a><br/>
4546
<ahref="doc/changelogs/CHANGELOG_V25.md#25.1.0">25.1.0</a><br/>
4647
<ahref="doc/changelogs/CHANGELOG_V25.md#25.0.0">25.0.0</a><br/>
4748
</td>

‎doc/changelogs/CHANGELOG_V25.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<ahref="#25.2.1">25.2.1</a><br/>
1112
<ahref="#25.2.0">25.2.0</a><br/>
1213
<ahref="#25.1.0">25.1.0</a><br/>
1314
<ahref="#25.0.0">25.0.0</a><br/>
@@ -42,6 +43,19 @@
4243
*[io.js](CHANGELOG_IOJS.md)
4344
*[Archive](CHANGELOG_ARCHIVE.md)
4445

46+
<aid="25.2.1"></a>
47+
48+
##2025-11-17, Version 25.2.1 (Current),@aduh95
49+
50+
###Notable Changes
51+
52+
###Commits
53+
54+
*\[[`ff89b7b6c7`](https://github.com/nodejs/node/commit/ff89b7b6c7)] -**crypto**: ensure documented RSA-PSS saltLength default is used (Filip Skokan)[#60662](https://github.com/nodejs/node/pull/60662)
55+
*\[[`5316b580eb`](https://github.com/nodejs/node/commit/5316b580eb)] -**deps**: V8: backport 2e4c5cf9b112 (Michaël Zasso)[#60654](https://github.com/nodejs/node/pull/60654)
56+
*\[[`ca878bc90e`](https://github.com/nodejs/node/commit/ca878bc90e)] -**doc,src,lib**: clarify experimental status of Web Storage support (Antoine du Hamel)[#60708](https://github.com/nodejs/node/pull/60708)
57+
*\[[`a4dee613fd`](https://github.com/nodejs/node/commit/a4dee613fd)] -_**Revert**_ "**lib**: throw from localStorage getter on missing storage path" (Antoine du Hamel)[#60750](https://github.com/nodejs/node/pull/60750)
58+
4559
<aid="25.2.0"></a>
4660

4761
##2025-11-11, Version 25.2.0 (Current),@aduh95

‎src/node_version.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#defineNODE_VERSION_IS_LTS 0
3030
#defineNODE_VERSION_LTS_CODENAME ""
3131

32-
#defineNODE_VERSION_IS_RELEASE0
32+
#defineNODE_VERSION_IS_RELEASE1
3333

3434
#ifndefNODE_STRINGIFY
3535
#defineNODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp