Skip to content

Commit f08441e

Browse files
committed
2020-04-12 Node.js v10.20.1 'Dubnium' (LTS) Release
Notable changes: Due to release process failures, Node.js v10.20.0 shipped with source and header tarballs that did not properly match the final release commit that was used to build the binaries. We recommend that Node.js v10.20.0 not be used, particularly in any applications using native add-ons or where compiling Node.js from source is involved. Node.js v10.20.1 is a clean release with the correct sources and is strongly recommended in place of v10.20.0. PR-URL: #32768
1 parent 670f3db commit f08441e

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
@@ -33,7 +33,8 @@ release.
3333
<a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/>
3434
</td>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.20.0">10.20.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.20.1">10.20.1</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V10.md#10.20.0">10.20.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V10.md#10.19.0">10.19.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V10.md#10.18.1">10.18.1</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V10.md#10.18.0">10.18.0</a><br/>

doc/changelogs/CHANGELOG_V10.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 valign="top">
13+
<a href="#10.20.1">10.20.1</a><br/>
1314
<a href="#10.20.0">10.20.0</a><br/>
1415
<a href="#10.19.0">10.19.0</a><br/>
1516
<a href="#10.18.1">10.18.1</a><br/>
@@ -60,6 +61,20 @@
6061
* [io.js](CHANGELOG_IOJS.md)
6162
* [Archive](CHANGELOG_ARCHIVE.md)
6263

64+
<a id="10.20.1"></a>
65+
## 2020-04-12, Version 10.20.1 'Dubnium' (LTS), @BethGriggs
66+
67+
### Notable changes
68+
69+
Due to release process failures, Node.js v10.20.0 shipped with source
70+
and header tarballs that did not properly match the final release
71+
commit that was used to build the binaries. We recommend that Node.js
72+
v10.20.0 not be used, particularly in any applications using native
73+
add-ons or where compiling Node.js from source is involved.
74+
75+
Node.js v10.20.1 is a clean release with the correct sources and is
76+
strongly recommended in place of v10.20.0.
77+
6378
<a id="10.20.0"></a>
6479
## 2020-04-08, Version 10.20.0 'Dubnium' (LTS), @BethGriggs
6580

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 1
3030
#define NODE_VERSION_LTS_CODENAME "Dubnium"
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)