node-linux-s390x 19.8.0 → 19.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -1
- package/bin/node +0 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
-
<b><a href="#19.8.
|
|
11
|
+
<b><a href="#19.8.1">19.8.1</a></b><br/>
|
|
12
|
+
<a href="#19.8.0">19.8.0</a><br/>
|
|
12
13
|
<a href="#19.7.0">19.7.0</a><br/>
|
|
13
14
|
<a href="#19.6.1">19.6.1</a><br/>
|
|
14
15
|
<a href="#19.6.0">19.6.0</a><br/>
|
|
@@ -44,6 +45,21 @@
|
|
|
44
45
|
* [io.js](CHANGELOG_IOJS.md)
|
|
45
46
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
46
47
|
|
|
48
|
+
<a id="19.8.1"></a>
|
|
49
|
+
|
|
50
|
+
## 2023-03-15, Version 19.8.1 (Current), @targos
|
|
51
|
+
|
|
52
|
+
### Notable Changes
|
|
53
|
+
|
|
54
|
+
This release contains a single revert of a change that was introduced in v19.8.0
|
|
55
|
+
and introduced application crashes.
|
|
56
|
+
|
|
57
|
+
Fixes: <https://github.com/nodejs/node/issues/47096>
|
|
58
|
+
|
|
59
|
+
### Commits
|
|
60
|
+
|
|
61
|
+
* \[[`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)
|
|
62
|
+
|
|
47
63
|
<a id="19.8.0"></a>
|
|
48
64
|
|
|
49
65
|
## 2023-03-14, Version 19.8.0 (Current), @targos
|
package/bin/node
CHANGED
|
Binary file
|