Path to this page:
Subject: CVS commit: pkgsrc/lang/nodejs10
From: Adam Ciarcinski
Date: 2020-04-17 09:58:54
Message id: 20200417075854.93879FB27@cvs.NetBSD.org
Log Message:
nodejs10: updated to 10.20.1
Version 10.20.1 'Dubnium'
Notable changes
Due to release process failures, Node.js v10.20.0 shipped with source and header \
tarballs that did not properly match the final release commit that was used to \
build the binaries. We recommend that Node.js v10.20.0 not be used, particularly \
in any applications using native add-ons or where compiling Node.js from source \
is involved.
Node.js v10.20.1 is a clean release with the correct sources and is strongly \
recommended in place of v10.20.0.
Version 10.20.0 'Dubnium'
macOS package notarization and a change in builder configuration
The macOS binaries for this release, and future 10.x releases, are now being \
compiled on macOS 10.15
Notable changes
buffer: add {read|write}Big[U]Int64{BE|LE} methods
build: macOS package notarization
deps:
update npm to 6.14.3
upgrade openssl sources to 1.1.1e
upgrade to libuv 1.34.2
n-api:
add napi_get_all_property_names
add APIs for per-instance state management
define release 6
turn NAPI_CALL_INTO_MODULE into a function
tls:
expose keylog event on TLSSocket
support TLS min/max protocol defaults in CLI
url: handle quasi-WHATWG URLs in urlToOptions()
Files: