2023-03-15, Version 19.8.1 (Current)

Notable changes:

This release contains a single revert of a change that was introduced in v19.8.0
and introduced application crashes.

Fixes: https://github.com/nodejs/node/issues/47096
PR-URL: https://github.com/nodejs/node/pull/47104
This commit is contained in:
Michaël Zasso 2023-03-15 15:44:27 +01:00
parent 124bda90e9
commit fa8465794d
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600
2 changed files with 19 additions and 2 deletions

View File

@ -35,7 +35,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.8.0">19.8.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.8.1">19.8.1</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.8.0">19.8.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.7.0">19.7.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.6.1">19.6.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.6.0">19.6.0</a><br/>

View File

@ -8,7 +8,8 @@
</tr>
<tr>
<td>
<b><a href="#19.8.0">19.8.0</a></b><br/>
<b><a href="#19.8.1">19.8.1</a></b><br/>
<a href="#19.8.0">19.8.0</a><br/>
<a href="#19.7.0">19.7.0</a><br/>
<a href="#19.6.1">19.6.1</a><br/>
<a href="#19.6.0">19.6.0</a><br/>
@ -44,6 +45,21 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
<a id="19.8.1"></a>
## 2023-03-15, Version 19.8.1 (Current), @targos
### Notable Changes
This release contains a single revert of a change that was introduced in v19.8.0
and introduced application crashes.
Fixes: <https://github.com/nodejs/node/issues/47096>
### Commits
* \[[`f7c8aa4cf1`](https://github.com/nodejs/node/commit/f7c8aa4cf1)] - _**Revert**_ "**vm**: fix leak in vm.compileFunction when importModuleDynamically is used" (Michaël Zasso) [#47101](https://github.com/nodejs/node/pull/47101)
<a id="19.8.0"></a>
## 2023-03-14, Version 19.8.0 (Current), @targos