node-aix-ppc64 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 CHANGED
@@ -8,7 +8,8 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
- <b><a href="#19.8.0">19.8.0</a></b><br/>
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
@@ -5942,7 +5942,7 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
5942
5942
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
5943
5943
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
5944
5944
  _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0xe2c9331f2d6e08c2
5945
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xe2e6979efa82a50f
5945
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x8aeea85d63ad1d16
5946
5946
  _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x85a5c73b86882443
5947
5947
  _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x6e53a072d2c64e4b
5948
5948
  _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x998f20eb355940c1
@@ -5955,7 +5955,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0xd30a7dc003
5955
5955
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xbacc8eb59131d4dd
5956
5956
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0xa6e321edbd40b349
5957
5957
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x78d3d53cf1b35d20
5958
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0xc7babb1ed888d41c
5958
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0xdf221da90997c034
5959
5959
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5960
5960
  _GLOBAL__I_65535_0__Z16_register_configv
5961
5961
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -49163,6 +49163,7 @@ _ZN4node10cares_wrap9SrvTraits5ParseEPNS0_9QueryWrapIS1_EERKSt10unique_ptrINS0_1
49163
49163
  _ZN4node10cares_wrap9TxtTraits4SendEPNS0_9QueryWrapIS1_EEPKc
49164
49164
  _ZN4node10cares_wrap9TxtTraits5ParseEPNS0_9QueryWrapIS1_EERKSt10unique_ptrINS0_12ResponseDataESt14default_deleteIS6_EE
49165
49165
  _ZN4node10contextify10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
49166
+ _ZN4node10contextify15CompiledFnEntry12WeakCallbackERKN2v816WeakCallbackInfoIS1_EE
49166
49167
  _ZN4node10contextify15CompiledFnEntryC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEjNS5_INS4_8FunctionEEE
49167
49168
  _ZN4node10contextify15CompiledFnEntryC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEjNS5_INS4_8FunctionEEE
49168
49169
  _ZN4node10contextify15CompiledFnEntryD0Ev
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 19
26
26
  #define NODE_MINOR_VERSION 8
27
- #define NODE_PATCH_VERSION 0
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v19.8.0",
3
+ "version": "v19.8.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"