Skip to content

Commit 34eefac

Browse files
committed
2021-02-09, Version 12.20.2 'Erbium' (LTS)
Notable changes: * deps: * upgrade npm to 6.14.11 (Ruy Adorno) [#37173](#37173) * V8: backport dfcf1e86fac0 (Michaël Zasso) [#37245](#37245) * Note: Node.js is not believed to be vulnerable to CVE-2021-21148.
1 parent 97183ae commit 34eefac

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ release.
2828
</tr>
2929
<tr>
3030
<td valign="top">
31-
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.20.1">12.20.1</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.20.2">12.20.2</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V12.md#12.20.1">12.20.1</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V12.md#12.20.0">12.20.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V12.md#12.19.1">12.19.1</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V12.md#12.19.0">12.19.0</a><br/>

doc/changelogs/CHANGELOG_V12.md

+19
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#12.20.2">12.20.2</a><br/>
1415
<a href="#12.20.1">12.20.1</a><br/>
1516
<a href="#12.20.0">12.20.0</a><br/>
1617
<a href="#12.19.1">12.19.1</a><br/>
@@ -67,6 +68,24 @@
6768
* [io.js](CHANGELOG_IOJS.md)
6869
* [Archive](CHANGELOG_ARCHIVE.md)
6970

71+
<a id="12.20.2"></a>
72+
## 2021-02-09, Version 12.20.2 'Erbium' (LTS), @ruyadorno
73+
74+
### Notable changes
75+
76+
* **deps**:
77+
* upgrade npm to 6.14.11 (Ruy Adorno) [#37173](https://github.com/nodejs/node/pull/37173)
78+
* V8: backport dfcf1e86fac0 (Michaël Zasso) [#37245](https://github.com/nodejs/node/pull/37245)
79+
* **Note**: Node.js is not believed to be vulnerable to CVE-2021-21148.
80+
81+
### Commits
82+
83+
* [[`f7600066db`](https://github.com/nodejs/node/commit/f7600066db)] - **async_hooks**: fix leak in AsyncLocalStorage exit (Stephen Belanger) [#35779](https://github.com/nodejs/node/pull/35779)
84+
* [[`680496ee10`](https://github.com/nodejs/node/commit/680496ee10)] - **deps**: V8: backport dfcf1e86fac0 (Michaël Zasso) [#37245](https://github.com/nodejs/node/pull/37245)
85+
* [[`427968d266`](https://github.com/nodejs/node/commit/427968d266)] - **deps**: upgrade npm to 6.14.11 (Ruy Adorno) [#37173](https://github.com/nodejs/node/pull/37173)
86+
* [[`9a9cf1e6e6`](https://github.com/nodejs/node/commit/9a9cf1e6e6)] - **http**: do not loop over prototype in Agent (Michaël Zasso) [#36410](https://github.com/nodejs/node/pull/36410)
87+
* [[`97183ae57d`](https://github.com/nodejs/node/commit/97183ae57d)] - **http2**: check write not scheduled in scope destructor (David Halls) [#36241](https://github.com/nodejs/node/pull/36241)
88+
7089
<a id="12.20.1"></a>
7190
## 2021-01-04, Version 12.20.1 'Erbium' (LTS), @richardlau
7291

src/node_version.h

+1-1
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 "Erbium"
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)