node-aix-ppc64 14.18.1 → 14.18.2
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 +30 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/node.exp +20 -16
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
</tr>
|
|
12
12
|
<tr>
|
|
13
13
|
<td valign="top">
|
|
14
|
+
<a href="#14.18.2">14.18.2</a><br/>
|
|
14
15
|
<a href="#14.18.1">14.18.1</a><br/>
|
|
15
16
|
<a href="#14.18.0">14.18.0</a><br/>
|
|
16
17
|
<a href="#14.17.6">14.17.6</a><br/>
|
|
@@ -67,6 +68,35 @@
|
|
|
67
68
|
* [io.js](CHANGELOG_IOJS.md)
|
|
68
69
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
69
70
|
|
|
71
|
+
<a id="14.18.2"></a>
|
|
72
|
+
## 2021-11-30, Version 14.18.2 'Fermium' (LTS), @richardlau
|
|
73
|
+
|
|
74
|
+
### Notable changes
|
|
75
|
+
|
|
76
|
+
This release contains a c-ares update to fix a regression introduced in
|
|
77
|
+
Node.js 14.17.5 resolving CNAME records containing underscores
|
|
78
|
+
[#39780](https://github.com/nodejs/node/issues/39780).
|
|
79
|
+
|
|
80
|
+
Also included are commits to allow Node.js 14 to continue to build and
|
|
81
|
+
pass tests on our Jenkins CI, including adding Python 3.10 to the list
|
|
82
|
+
of allowable Python versions for building.
|
|
83
|
+
|
|
84
|
+
### Commits
|
|
85
|
+
|
|
86
|
+
* \[[`7923c61a62`](https://github.com/nodejs/node/commit/7923c61a62)] - **build**: pin build-docs workflow to Node.js 14 (Richard Lau) [#40939](https://github.com/nodejs/node/pull/40939)
|
|
87
|
+
* \[[`da356128fb`](https://github.com/nodejs/node/commit/da356128fb)] - **build**: support Python 3.10.0 (FrankQiu) [#40296](https://github.com/nodejs/node/pull/40296)
|
|
88
|
+
* \[[`9c3a85d279`](https://github.com/nodejs/node/commit/9c3a85d279)] - **deps**: update c-ares to 1.18.1 (Richard Lau) [#40660](https://github.com/nodejs/node/pull/40660)
|
|
89
|
+
* \[[`cd7c340545`](https://github.com/nodejs/node/commit/cd7c340545)] - **deps**: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) [#40296](https://github.com/nodejs/node/pull/40296)
|
|
90
|
+
* \[[`6330d435f5`](https://github.com/nodejs/node/commit/6330d435f5)] - **doc**: mark Node.js 10 as End-of-Life (Richard Lau) [#38482](https://github.com/nodejs/node/pull/38482)
|
|
91
|
+
* \[[`8ca082ec71`](https://github.com/nodejs/node/commit/8ca082ec71)] - **doc**: fix CJS-ESM selector in Safari (Bradley Farias) [#40135](https://github.com/nodejs/node/pull/40135)
|
|
92
|
+
* \[[`92490d1c89`](https://github.com/nodejs/node/commit/92490d1c89)] - **doc**: add macOS arm64 experimental status (Michael Rienstra) [#40127](https://github.com/nodejs/node/pull/40127)
|
|
93
|
+
* \[[`8894bdd4d8`](https://github.com/nodejs/node/commit/8894bdd4d8)] - **lib**: fix regular expression to detect \`/\` and \`\\\` (Francesco Trotta) [#40325](https://github.com/nodejs/node/pull/40325)
|
|
94
|
+
* \[[`704989b698`](https://github.com/nodejs/node/commit/704989b698)] - **test**: deflake child-process-pipe-dataflow (Luigi Pinca) [#40838](https://github.com/nodejs/node/pull/40838)
|
|
95
|
+
* \[[`df401cd346`](https://github.com/nodejs/node/commit/df401cd346)] - **test**: update upload.zip to be uncorrupted (Greg Ziskind) [#37294](https://github.com/nodejs/node/pull/37294)
|
|
96
|
+
* \[[`aa947f7dbf`](https://github.com/nodejs/node/commit/aa947f7dbf)] - **tools**: add script to update c-ares (Richard Lau) [#40660](https://github.com/nodejs/node/pull/40660)
|
|
97
|
+
* \[[`6b7b2bba41`](https://github.com/nodejs/node/commit/6b7b2bba41)] - **tools**: patch jinja2 for Python 3.10 compat (Michaël Zasso) [#40296](https://github.com/nodejs/node/pull/40296)
|
|
98
|
+
* \[[`39583f77d8`](https://github.com/nodejs/node/commit/39583f77d8)] - **worker**: avoid potential deadlock on NearHeapLimit (Santiago Gimeno) [#38403](https://github.com/nodejs/node/pull/38403)
|
|
99
|
+
|
|
70
100
|
<a id="14.18.1"></a>
|
|
71
101
|
## 2021-10-12, Version 14.18.1 'Fermium' (LTS), @danielleadams
|
|
72
102
|
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/node.exp
CHANGED
|
@@ -6440,16 +6440,16 @@ _GLOBAL__F__ZN2v88internal6torque21TypeArgumentInferenceC2ERKSt6vectorINS1_16Gen
|
|
|
6440
6440
|
_GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
|
|
6441
6441
|
_GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
|
|
6442
6442
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
6443
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_assert_scope.
|
|
6444
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
6445
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
6446
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6447
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6448
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
6449
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_literal_objects.
|
|
6450
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6451
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.
|
|
6452
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.
|
|
6443
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_assert_scope.cc_DFF67DD7_0xbf334d65641bbd
|
|
6444
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_AE91A18C_0x80b6f4b2673a26
|
|
6445
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_AE91A18C_0x7e28350eb34d62
|
|
6446
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x48eceb40eed8dc
|
|
6447
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x1782219b848337
|
|
6448
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_AE91A18C_0x2302397b621c15
|
|
6449
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_literal_objects.cc_DFF67DD7_0x1ada2688f6aa7b
|
|
6450
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_AE91A18C_0x6954b7a4088f73
|
|
6451
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.cc_AE91A18C_0xe81885cd476ecf
|
|
6452
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xb8b64150d2361d
|
|
6453
6453
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6454
6454
|
_GLOBAL__I_65535_0__ZN12v8_inspector11V8Inspector6createEPN2v87IsolateEPNS_17V8InspectorClientE
|
|
6455
6455
|
_GLOBAL__I_65535_0__ZN12v8_inspector11ValueMirrorD2Ev
|
|
@@ -7212,11 +7212,11 @@ _GLOBAL__I_65535_0__ZNK2v88internal8compiler29JSNativeContextSpecialization27sho
|
|
|
7212
7212
|
_GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
|
|
7213
7213
|
_GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
|
|
7214
7214
|
_GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
|
|
7215
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_builtins_proxy_tq_csa.
|
|
7216
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_ic_handler_configuration_tq_csa.
|
|
7217
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_objects_primitive_heap_object_tq_csa.
|
|
7218
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.
|
|
7219
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_enum_verifiers_tq.
|
|
7215
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_builtins_proxy_tq_csa.cc_DFF67DD7_0x1145ac463895cd
|
|
7216
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_ic_handler_configuration_tq_csa.cc_DFF67DD7_0x6db75ed67847b7
|
|
7217
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_objects_primitive_heap_object_tq_csa.cc_DFF67DD7_0x1c884ae2aff0f5
|
|
7218
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.cc_AE91A18C_0xa7b4806857196e
|
|
7219
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_enum_verifiers_tq.cc_AE91A18C_0xb58bcfe1f0a5cd
|
|
7220
7220
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7221
7221
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7222
7222
|
_HZData_69
|
|
@@ -62693,8 +62693,11 @@ adler32_combine
|
|
|
62693
62693
|
adler32_combine64
|
|
62694
62694
|
adler32_z
|
|
62695
62695
|
allowedHourFormatsCleanup_69
|
|
62696
|
+
ares__addrinfo2addrttl
|
|
62697
|
+
ares__addrinfo2hostent
|
|
62696
62698
|
ares__addrinfo_cat_cnames
|
|
62697
62699
|
ares__addrinfo_cat_nodes
|
|
62700
|
+
ares__addrinfo_localhost
|
|
62698
62701
|
ares__append_addrinfo_cname
|
|
62699
62702
|
ares__append_addrinfo_node
|
|
62700
62703
|
ares__bitncmp
|
|
@@ -62721,7 +62724,6 @@ ares__malloc_addrinfo_cname
|
|
|
62721
62724
|
ares__malloc_addrinfo_node
|
|
62722
62725
|
ares__open_socket
|
|
62723
62726
|
ares__parse_into_addrinfo
|
|
62724
|
-
ares__parse_into_addrinfo2
|
|
62725
62727
|
ares__read_line
|
|
62726
62728
|
ares__readaddrinfo
|
|
62727
62729
|
ares__remove_from_list
|
|
@@ -62730,6 +62732,7 @@ ares__single_domain
|
|
|
62730
62732
|
ares__sortaddrinfo
|
|
62731
62733
|
ares__timedout
|
|
62732
62734
|
ares__tvnow
|
|
62735
|
+
ares_append_ai_node
|
|
62733
62736
|
ares_cancel
|
|
62734
62737
|
ares_create_query
|
|
62735
62738
|
ares_destroy
|
|
@@ -62780,6 +62783,7 @@ ares_parse_soa_reply
|
|
|
62780
62783
|
ares_parse_srv_reply
|
|
62781
62784
|
ares_parse_txt_reply
|
|
62782
62785
|
ares_parse_txt_reply_ext
|
|
62786
|
+
ares_parse_uri_reply
|
|
62783
62787
|
ares_process
|
|
62784
62788
|
ares_process_fd
|
|
62785
62789
|
ares_query
|