mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
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: https://github.com/nodejs/node/pull/32768
This commit is contained in:
parent
57aba5e454
commit
8d93df41b0
@ -73,7 +73,8 @@ release.
|
||||
<a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.20.0">10.20.0</a></b><br/>
|
||||
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.20.1">10.20.1</a></b><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V10.md#10.20.0">10.20.0</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V10.md#10.19.0">10.19.0</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V10.md#10.18.1">10.18.1</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V10.md#10.18.0">10.18.0</a><br/>
|
||||
|
@ -10,6 +10,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<a href="#10.20.1">10.20.1</a><br/>
|
||||
<a href="#10.20.0">10.20.0</a><br/>
|
||||
<a href="#10.19.0">10.19.0</a><br/>
|
||||
<a href="#10.18.1">10.18.1</a><br/>
|
||||
@ -63,6 +64,20 @@
|
||||
* [io.js](CHANGELOG_IOJS.md)
|
||||
* [Archive](CHANGELOG_ARCHIVE.md)
|
||||
|
||||
<a id="10.20.1"></a>
|
||||
## 2020-04-12, Version 10.20.1 'Dubnium' (LTS), @BethGriggs
|
||||
|
||||
### 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.
|
||||
|
||||
<a id="10.20.0"></a>
|
||||
## 2020-04-08, Version 10.20.0 'Dubnium' (LTS), @BethGriggs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user