Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Tags: nodejs/node-v0.x-archive

Tags

jenkins-accept-commit-temp2

https: don't overwrite servername option

PR-URL: #9368
Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>

jenkins-accept-commit-temp

domains: port fix abort on uncaught to v0.12

Port fbff705 and caeb677 from v0.10 to v0.12, original commit messages:

  fbff705
  Add v8::Isolate::SetAbortOnUncaughtException() so the user can be
  notified when an uncaught exception has bubbled.

  caeb677
  Do not abort the process if an error is thrown from within a domain,
  an error handler is setup for the domain and
  --abort-on-uncaught-exception was passed on the command line.

  However, if an error is thrown from within the top-level domain's
  error handler and --abort-on-uncaught-exception was passed on the
  command line, make the process abort.

Fixes: #8877

Reviewed-By: Julien Gilli <jgilli@fastmail.fm>
PR-URL: #25835

jenkins-accept-pull-request-temp

domains: port fix abort on uncaught to v0.12

Port fbff705 and caeb677 from v0.10 to v0.12, original commit messages:

  fbff705
  Add v8::Isolate::SetAbortOnUncaughtException() so the user can be
  notified when an uncaught exception has bubbled.

  caeb677
  Do not abort the process if an error is thrown from within a domain,
  an error handler is setup for the domain and
  --abort-on-uncaught-exception was passed on the command line.

  However, if an error is thrown from within the top-level domain's
  error handler and --abort-on-uncaught-exception was passed on the
  command line, make the process abort.

Fixes: #8877

jenkins-accept-pull-request-temp2

doc: Update docs for os.platform()

v0.12.7

2015.07.09, Version 0.12.7 (Stable)

* openssl: upgrade to 1.0.1p

* npm: upgrade to 2.11.3

* V8: cherry-pick JitCodeEvent patch from upstream (Ben Noordhuis)

* win,msi: create npm folder in AppData directory (Steven Rockarts)

v0.10.40

2015.07.09, Version 0.10.40 (Maintenance)

* openssl: upgrade to 1.0.1p

* V8: back-port JitCodeEvent patch from upstream (Ben Noordhuis)

* win,msi: create npm folder in AppData directory (Steven Rockarts)

v0.12.6

2015.07.03, Version 0.12.6 (Stable)

* V8: fix out-of-band write in utf8 decoder

v0.12.5

2015.06.22, Version 0.12.5 (Stable)

* openssl: upgrade to 1.0.1o (Addressing multiple CVEs)

* npm: upgrade to 2.11.2

* uv: upgrade to 1.6.1

* V8: avoid deadlock when profiling is active (Dmitri Melikyan)

* install: fix source path for openssl headers (Oguz Bastemur)

* install: make sure opensslconf.h is overwritten (Oguz Bastemur)

* timers: fix timeout when added in timer's callback (Julien Gilli)

* windows: broadcast WM_SETTINGCHANGE after install (Mathias Küsel)

v0.10.39

2015.06.18, Version 0.10.39 (Maintenance)

* openssl: upgrade to 1.0.1o (Addressing multiple CVEs)

* install: fix source path for openssl headers (Oguz Bastemur)

* install: make sure opensslconf.h is overwritten (Oguz Bastemur)

* timers: fix timeout when added in timer's callback (Julien Gilli)

* windows: broadcast WM_SETTINGCHANGE after install (Mathias Küsel)

v0.12.4

2015.05.22, Version 0.12.4 (Stable)

* npm: upgrade to 2.10.1

* V8: revert v8 Array.prototype.values() removal (cjihrig)

* win: bring back xp/2k3 support (Bert Belder)