From b401aa24d7ab8b1fb804844df70472c3679696b9 Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Wed, 9 Sep 2020 00:55:04 +0100 Subject: 2020-09-15, Version 10.22.1 'Dubnium' (LTS) This is a security release. Notable changes: Vulnerabilities fixed: - CVE-2020-8252: fs.realpath.native on may cause buffer overflow (Medium). PR-URL: https://github.com/nodejs-private/node-private/pull/222 --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V10.md | 16 ++++++++++++++++ src/node_version.h | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a834f2a46..d48ff8ab5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,8 @@ release. 12.0.0
-10.22.0
+10.22.1
+10.22.0
10.21.0
10.20.1
10.20.0
diff --git a/doc/changelogs/CHANGELOG_V10.md b/doc/changelogs/CHANGELOG_V10.md index a8d22ff4435..948f4874cc3 100644 --- a/doc/changelogs/CHANGELOG_V10.md +++ b/doc/changelogs/CHANGELOG_V10.md @@ -10,6 +10,7 @@ +10.22.1
10.22.0
10.21.0
10.20.1
@@ -63,6 +64,21 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2020-09-15, Version 10.22.1 'Dubnium' (LTS), @BethGriggs + +### Notable changes + +This is a security release. + +Vulnerabilities fixed: + +* **CVE-2020-8252**: fs.realpath.native on may cause buffer overflow (Medium). + +### Commits + +* [[`57badcf93e`](https://github.com/nodejs/node/commit/57badcf93e)] - **deps**: libuv: cherry-pick 0e6e8620 (Colin Ihrig) [libuv/libuv#2966](https://github.com/libuv/libuv/pull/2966) + ## 2020-07-21, Version 10.22.0 'Dubnium' (LTS), @BethGriggs prepared by @richardlau diff --git a/src/node_version.h b/src/node_version.h index 152824cbcfb..56726c8a9bd 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Dubnium" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) -- cgit v1.2.3