Skip to content

Commit

Permalink
2021-04-06, Version 10.24.1 'Dubnium' (LTS)
Browse files Browse the repository at this point in the history
This is a security release

Notable changes:

Vulnerabilities fixed:

Coming Soon

PR-URL: TODO
  • Loading branch information
MylesBorins committed Apr 4, 2021
1 parent 5e526b9 commit 8a84622
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.24.0">10.24.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.24.1">10.24.1</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.24.0">10.24.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.3">10.23.3</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.2">10.23.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.1">10.23.1</a><br/>
Expand Down
18 changes: 18 additions & 0 deletions doc/changelogs/CHANGELOG_V10.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</tr>
<tr>
<td valign="top">
<a href="#10.24.1">10.24.1</a><br/>
<a href="#10.24.0">10.24.0</a><br/>
<a href="#10.23.3">10.23.3</a><br/>
<a href="#10.23.2">10.23.2</a><br/>
Expand Down Expand Up @@ -69,6 +70,23 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)

<a id="10.24.1"></a>
## 2021-04-06, Version 10.24.1 'Dubnium' (LTS), @mylesborins

This is a security release

### Notable Changes

Vulerabilties fixed:

Coming Soon

### Commits

* [[`5e526b96ce`](https://github.com/nodejs/node/commit/5e526b96ce)] - **deps**: upgrade npm to 6.14.12 (Ruy Adorno) [#37918](https://github.com/nodejs/node/pull/37918)
* [[`781cb6df5c`](https://github.com/nodejs/node/commit/781cb6df5c)] - **deps**: update archs files for OpenSSL-1.1.1k (Tobias Nießen) [#37940](https://github.com/nodejs/node/pull/37940)
* [[`5db0a05a90`](https://github.com/nodejs/node/commit/5db0a05a90)] - **deps**: upgrade openssl sources to 1.1.1k (Tobias Nießen) [#37940](https://github.com/nodejs/node/pull/37940)

<a id="10.24.0"></a>
## 2021-02-23, Version 10.24.0 'Dubnium' (LTS), @richardlau

Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8a84622

Please sign in to comment.