Skip to content

Commit 40ec72a

Browse files
committed
2021-07-05, Version 16.4.2 (Current)
Notable changes: Node.js 16.4.1 introduced a regression in the Windows installer on non-English locales that is being fixed in this release. There is no need to download this release if you are not using the Windows installer. PR-URL: https://github.com/nodejs/node/pull/TBD
1 parent 76e709e commit 40ec72a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ release.
3232
</tr>
3333
<tr>
3434
<td valign="top">
35-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.4.1">16.4.1</a></b><br/>
35+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.4.2">16.4.2</a></b><br/>
36+
<a href="doc/changelogs/CHANGELOG_V16.md#16.4.1">16.4.1</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V16.md#16.4.0">16.4.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V16.md#16.3.0">16.3.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V16.md#16.2.0">16.2.0</a><br/>

doc/changelogs/CHANGELOG_V16.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td>
13+
<a href="#16.4.2">16.4.2</a><br/>
1314
<a href="#16.4.1">16.4.1</a><br/>
1415
<a href="#16.4.0">16.4.0</a><br/>
1516
<a href="#16.3.0">16.3.0</a><br/>
@@ -38,6 +39,20 @@
3839
* [io.js](CHANGELOG_IOJS.md)
3940
* [Archive](CHANGELOG_ARCHIVE.md)
4041

42+
<a id="16.4.2"></a>
43+
## 2021-07-05, Version 16.4.2 (Current), @BethGriggs
44+
45+
### Notable Changes
46+
47+
Node.js 16.4.1 introduced a regression in the Windows installer on
48+
non-English locales that is being fixed in this release. There is no
49+
need to download this release if you are not using the Windows
50+
installer.
51+
52+
### Commits
53+
54+
* [[`76e709ec63`](https://github.com/nodejs/node/commit/76e709ec63)] - **win,msi**: use localized "Authenticated Users" name (Richard Lau) [#39241](https://github.com/nodejs/node/pull/39241)
55+
4156
<a id="16.4.1"></a>
4257
## 2021-07-01, Version 16.4.1 (Current), @BethGriggs
4358

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 0
3030
#define NODE_VERSION_LTS_CODENAME ""
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)

0 commit comments

Comments
 (0)