Skip to content

Propose v6.3.0

Rodrigo Muino Tomonari requested to merge propose-v6.3.0 into v6.x

I may have gotten some of the merge conflicts wrong.

Release hopefully this week?

CI: https://ci.nodejs.org/job/node-test-pull-request/3090/


  • [ac8e1bf609] - buffer: improve creation performance. (Ingvar Stepanyan) #7349
  • [db708a750c] - crypto: update root certificates (Ben Noordhuis) #7363
  • [8e927c7589] - crypto,tls: perf improvements for crypto and tls getCiphers (James M Snell) #7225
  • [ae1767635e] - deps: upgrade npm to 3.10.2 (Rebecca Turner) #7410
  • [c544213717] - deps: backport 7dfb5beeec from V8 upstream (Myles Borins) #7348
  • [aa79aaf280] - doc: add CTC meeting minutes 2016-06-15 (Josh Gavant) #7320
  • [ba8dac991e] - doc: minor rewording to the GitHub issue/pr templates (Jeremiah Senkpiel) #7403
  • [c4d3580eb1] - doc: add lance to collaborators (Lance Ball) #7407
  • [b5e9010450] - doc: update "who to cc in issues" chart (Jeremiah Senkpiel) #6694
  • [6d9549c255] - doc: fix link in the stream doc (Italo A. Casas) #7347
  • [d584c64c0b] - doc: fix repl defineCommand example (akki) #7365
  • [924e4f8117] - doc: update build instructions for Windows (João Reis) #7285
  • [98b7cd6c61] - doc: add added: information for tls (Italo A. Casas) #7018
  • [e6135baed3] - doc: mention http request "aborted" events (Kyle E. Mitchell) #7270
  • [7a17139725] - doc: add RReverser to collaborators (Ingvar Stepanyan) #7370
  • [d73c99f071] - doc: add argument information for socket.destroy() (Rich Trott) #7238
  • [22f3336562] - doc: general improvements to os.md copy (James M Snell) #7124
  • [e7279f1afb] - doc: fix typos in the stream doc (vsemozhetbyt) #7336
  • [5c6e24e9c1] - doc: document socket.destroyed (Tushar Mathur) #6128
  • [cd7c29e471] - doc: correct added: information for fs.access (Richard Lau) #7299
  • [6aa179b4a6] - doc: add added: information for repl (Anna Henningsen) #7256
  • [08a9aa31e1] - doc: fix broken link in vm.md (Luigi Pinca) #7304
  • [12fbac102b] - doc: fix cluster worker 'message' event (cjihrig) #7309
  • [1a0ed26883] - doc: fix events typo (Greyson Parrelli) #7329
  • [1e7a7be1ad] - doc: clarify fs.access works on directories too. (Lance Ball) #7321
  • [04c3878f51] - punycode: update to v2.0.0 (Mathias Bynens) #7267
  • [c521249908] - (SEMVER-MINOR) readline: allow passing prompt to constructor (Evan Lucas) #7125
  • [da1dffb535] - (SEMVER-MINOR) readline: return old status from _setRawMode (Anna Henningsen) #6635
  • [e4db71638b] - repl: fix tab completion for defined commands (Prince J Wesley) #7364
  • [aad7d4164d] - (SEMVER-MINOR) repl: break on sigint/ctrl+c (Anna Henningsen) #6635
  • [d8fee367af] - (SEMVER-MINOR) src: add node::FreeEnvironment public API (Cheng Zhao) #3098
  • [bfcc650eed] - (SEMVER-MINOR) src: refactor require('constants') (James M Snell) #6534
  • [cd38401724] - src: fix Windows segfault with --eval (Bryce Simonds) #6938
  • [6dc0dae830] - src: rename "node" script to "bootstrap_node" (Daniel Bevenius) #7277
  • [5f35204c9e] - (SEMVER-MINOR) stream: improve Readable.read() performance (Brian White) #7077
  • [4e99bf600b] - string_decoder: fix bad utf8 character handling (Brian White) #7310
  • [f4a067b856] - _Revert_ "test: mark test-vm-timeout flaky on windows" (Anna Henningsen) #7373
  • [dad15cc624] - test: fix flaky test-vm-timeout (Anna Henningsen) #7373
  • [044a0be46f] - test: add test for exec() known issue (Rich Trott) #7375
  • [bf18e04916] - test: add more UTF-8 StringDecoder tests (Martin von Gagern) #7310
  • [4000e0e08b] - test: fix flaky test-fs-watch-encoding on OS X (Rich Trott) #7356
  • [610f40d230] - test: remove internet/test-tls-connnect-cnnic (Ben Noordhuis) #7363
  • [5e48925cd6] - test: mark test-vm-timeout flaky on windows (Rich Trott) #7359
  • [e22205bc7d] - test: refresh the tmpdir before using (Rich Trott) #7327
  • [e2bf250a29] - test: add tests for some stream.Readable uses (Anna Henningsen) #7260
  • [f3951728cc] - tls: avoid calling Buffer.byteLength multiple times (James M Snell) #7236
  • [92913a0a60] - tools: output include guards in mk-ca-bundle.pl (Ben Noordhuis) #7363
  • [59f9127bd9] - tools: update certdata.txt (Ben Noordhuis) #7363
  • [14e542eaf4] - vm: test for abort condition of current invocation (Anna Henningsen) #7373
  • [14d37949ec] - (SEMVER-MINOR) vm: add ability to break on sigint/ctrl+c (Anna Henningsen) #6635

Merge request reports

Loading