Opened 5 years ago

Closed 5 years ago

#12342 closed enhancement (fixed)

node.js-10.16.1

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 9.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version

Change History (3)

comment:1 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

Notable changes

  • deps: upgrade openssl sources to 1.1.1c
  • stream: do not unconditionally call \_read() on resume()
  • worker: fix nullptr deref after MessagePort deser failure

Commits

  • async_hooks: avoid double-destroy HTTPParser
  • deps: update archs files for OpenSSL-1.1.1c
  • deps: upgrade openssl sources to 1.1.1c
  • deps: updated openssl upgrade instructions
  • deps: V8: backport f27ac28
  • deps: cherry-pick 88f8fe1 from upstream V8
  • doc: adjust TOC margins
  • doc: add missing changes entry
  • esm: fix esm load bug
  • process: make stdout and stderr emit 'close' on destroy
  • src: handle empty Maybe in uv binding initialize
  • src: fix Get() usage in tls_wrap.cc
  • src: in-source comments and minor TLS cleanups
  • src: remove internalBinding('config').warningFile
  • src: fix warning in cares_wrap.cc
  • src: fulfill Maybe contract in InlineDecoder
  • src: extract common Bind method
  • src: elevate v8 namespaces for node_process.cc
  • stream: convert existing buffer when calling .setEncoding
  • stream: do not unconditionally call \_read() on resume()
  • stream: make _read() be called indefinitely if the user wants so
  • test: remove util.inherits() usage
  • test: fix pty test hangs on aix
  • test: skip stringbytes-external-exceed-max on AIX
  • test: skip tests related to CI failures on AIX
  • test: clean up build files
  • test: clearing require cache crashes esm loader
  • tls: add debugging to native TLS code
  • tls: add CHECK for impossible condition
  • tls: renegotiate should take care of its own state
  • tools: replace rollup with ncc
  • worker: fix nullptr deref after MessagePort deser failure

comment:3 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 21894.

Note: See TracTickets for help on using tickets.