Notable Changes
The SEMVER-MINOR changes include:
crypto: allow adding extra certs to well-known CAs (Sam Roberts) #9139
deps: Upgrade INTL ICU to version 58 (Steven R. Loomis) #9234
process: add process.memoryUsage.external (Fedor Indutny) #9587
src: add wrapper for process.emitWarning() (Sam Roberts) #9139
Notable SEMVER-PATCH changes include:
fs: cache non-symlinks in realpathSync. (Jeremy Yallop) #10253
repl: allow autocompletion for scoped packages (Evan Lucas) #10296
Commits
[d532d7497a] - async_wrap: clear destroy_ids vector (Trevor Norris) #10400
[75d6f111aa] - benchmark: refactor buffer benchmarks (Troy Connor) #10175
[40c7ec62e0] - buffer: fix single-character string filling (Anna Henningsen) #9837
[03f0d2ac21] - buffer: handle UCS2 .fill() properly on BE (Anna Henningsen) #9837
[9e76350372] - build: add /opt/freeware/... to AIX library path (Stewart X Addison) #10128
[7d519fa87c] - build: add (not) cross-compiled configure flags (Jesús Leganés-Combarro 'piranna) #10287
[a2f02859b0] - (SEMVER-MINOR) crypto: allow adding extra certs to well-known CAs (Sam Roberts) #9139
[4e1a5a71c1] - crypto: fix handling of root_cert_store. (Adam Langley) #9409
[8c6ecce743] - crypto: Use reference count to manage cert_store (Adam Majer) #9409
[8bccd9ed67] - debugger: call this.resume() after this.run() (Lance Ball) #10099
[2a39d1c7a4] - deps: backport 7c3748a from upstream V8 (Cristian Cavalli) #10881
[5c5f5fb415] - deps: backport 224d376 from V8 upstream (jBarz) #10546
[687137eced] - deps: ICU 58.2 bump download URL (Steven R. Loomis) #10206
[ae477b7b62] - deps: ICU 58.2 bump (Steven R. Loomis) #10206
[ad807ad29b] - (SEMVER-MINOR) deps: Intl: ICU 58 bump - small icu (BIG COMMIT) (Steven R. Loomis) #9234
[0ee665c4ed] - (SEMVER-MINOR) deps: Intl: ICU 58 bump: configure/LICENSE/docs (Steven R. Loomis) #9234
[4197b9b041] - deps: update patch level in V8 (Myles Borins) #10666
[e71129ebbc] - deps: cherry-pick a715957 from V8 upstream (Myles Borins) #10666
[87839ca036] - deps: cherry-pick 7a88ff3 from V8 upstream (Myles Borins) #10666
[13983d474a] - deps: cherry-pick d800a65 from V8 upstream (Myles Borins) #10666
[f77fcf893f] - deps: cherry-pick baba152 from V8 upstream (Michaël Zasso) #10689
[fdc373d639] - deps: fix compile bug in v8/lookup.h (Matthew Avery) #10525
[055f666065] - doc: change logical to bitwise OR in dns lookup (Sakthipriyan Vairamani (thefourtheye)) #11037
[78b83e7249] - doc: killSignal option accepts integer values (Sakthipriyan Vairamani (thefourtheye)) #10424
[76e6e7ef55] - doc: correct vcbuild options for windows testing (Jonathan Boarman) #10686
[50c2ecdf0e] - doc: replace newlines in deprecation with space (Sakthipriyan Vairamani (thefourtheye)) #11074
[15df5c08ea] - doc: fix changelog for v6 (Myles Borins) #11090
[03302d6133] - doc: add joyeecheung to collaborators (Joyee Cheung) #10603
[447287c432] - doc: unify dirname and filename description (Sam Roberts) #10527
[c3882f4d8b] - doc: warn about unvalidated input in child_process (Matthew Garrett) #10466
[11d8f2439b] - doc: require two-factor authentication (Rich Trott) #10529
[017764018c] - doc: use "Node.js" in V8 guide (Rich Trott) #10438
[636335a1c3] - doc: require() tries first core not native modules (Vicente Jimenez Aguilar) #10324
[f7c0eb8ba6] - doc: clarify the review and landing process (Joyee Cheung) #10202
[b814b4cec7] - doc: update writable.write return value (Tanuja-Sawant) #9468
[3079ba6e78] - doc: redirect 'Start a Working Group' to TSC repo (William Kapke) #9655
[8dbba48f70] - doc: add Working Group dissolution text (William Kapke) #9656
[1dc7b8918d] - doc: fixup errors in stream.md (Fumiya KARASAWA) #10411
[c2156fcba1] - doc: more efficient example in the console.md (Vse Mozhet Byt) #10451
[809ae9da29] - doc: var -> const / let in the console.md (Vse Mozhet Byt) #10451
[3f289a3efe] - doc: improve common.mustCall() explanation (Rich Trott) #10390
[59aa4e9e29] - doc: consistent 'Returns:' part two (Myles Borins) #10391
[54dec23aba] - doc: clarify macosx-firewall suggestion BUILDING (Chase Starr) #10311
[c9c9b5c47e] - doc: modernize code examples in the cluster.md (Vse Mozhet Byt) #10270
[540ff7c123] - doc: add Michaël Zasso to the CTC (Michaël Zasso)
[c95adab452] - doc: fix broken link in COLLABORATOR_GUIDE.md (Emanuel Buholzer) #10337
[24bf75309a] - doc: fix typo in ecdhCurve, a tls property name (Sam Roberts) #10345
[2eccea06b5] - doc: expand common module material in test guide (Rich Trott) #10251
[843d4557e2] - doc: fix broken link in COLLABORATOR_GUIDE.md (Michael Dawson) #10267
[b662de6301] - doc: rework tls for accuracy and clarity (Sam Roberts) #9800
[e53262cda9] - doc: modernize child_process example code (Vse Mozhet Byt) #10102
[9988f02025] - doc: fix typo in code example of 'path' module (pallxk) #10136
[718b5902bc] - doc: standardizing on make -j4 (Jonathan Darling) #9961
[5b6317b10f] - doc: add note to parallelize make (Jonathan Darling) #9961
[7815efa5c1] - doc: add some info on tty#setRawMode() (Jeremiah Senkpiel) #10147
[639ef411b4] - doc: update path.format description and examples (anoff) #10046
[e6c74b37b3] - fs: remove needless assignment of null (Francis Gulotta) #10260
[709b9b4660] - fs: cache non-symlinks in realpathSync. (Jeremy Yallop) #10253
[b5f747187d] - http: remove stale timeout listeners (Karl Böhlmark) #9440
[90bd36bd15] - inspector: check if connected before waiting (Eugene Ostroukhov) #10094
[5ddd508304] - lib,test: use consistent operator linebreak style (Michaël Zasso) #10178
[3eb9373095] - os: fix os.release() for aix and add test (jBarz) #10245
[8ea4487ca7] - (SEMVER-MINOR) process: add process.memoryUsage.external (Fedor Indutny) #9587
[6f8b32e754] - promise: better stack traces for --trace-warnings (Anna Henningsen) #9525
[1d400ea484] - Revert "repl: disable Ctrl+C support on win32 for now" (Anna Henningsen) #8645
[57c4c6f5ae] - repl: allow autocompletion for scoped packages (Evan Lucas) #10296
[5e07bce166] - (SEMVER-MINOR) src: add wrapper for process.emitWarning() (Sam Roberts) #9139
[7da06088eb] - src: describe what NODE_MODULE_VERSION is for (Sam Roberts) #10414
[7897e7685f] - src: fix string format mistake for 32 bit node (Alex Newman) #10082
[cfa1b5a9e7] - src: fix memory leak introduced in 34febfbf4 (Ben Noordhuis) #9604
[cc0c736bcc] - src,tools: speed up startup by 2.5% (Ben Noordhuis) #5458
[9a8416258d] - stream, test: test _readableState.emittedReadable (Joyee Cheung) #10249
[f9227fe944] - stream_base: homogenize req_wrap_obj use (Fedor Indutny) #10184
[8f00f70d19] - test: fix test.py command line options processing (Julien Gilli) #11153
[fce1d10153] - test: add --abort-on-timeout option to test.py (Julien Gilli) #11086
[1c6e171de9] - test: add tests for clearBuffer state machine (Safia Abdalla) #9922
[8ede25964b] - test: update test-cluster-shared-handle-bind-error (cjihrig) #10547
[e34af8d647] - test: avoid assigning this to variables (cjihrig) #10548
[c07cfc83e4] - test: improve test-http-allow-req-after-204-res (Adrian Estrada) #10503
[e067c48889] - test: improve test-fs-empty-readStream.js (Adrian Estrada) #10479
[aca927e928] - test: refactor test-stream-pipe-after-end (Rich Trott) #10483
[82f4a33359] - test: use strictEqual in test-http-server (Fabrice Tatieze) #10478
[683b060050] - test: refactor test-stream2-unpipe-drain (Chris Story) #10033
[f1dea3fa41] - test: add test for SIGWINCH handling by stdio.js (Sarah Meyer) #10063
[c5ccffd387] - test: improve code in test-vm-preserves-property (Adrian Estrada) #10428
[c9ca82e58e] - test: basic functionality of readUIntLE() (larissayvette) #10359
[b1f2aeb801] - test: fix flaky test-https-timeout (Rich Trott) #10404
[9546ad7d4d] - test: basic functionality of readUIntBE() (larissayvette) #10417
[b0adda0335] - test: improve test-cluster-worker-constructor.js (Adrian Estrada) #10396
[d37443ca8d] - test: add known_issues test for #5350 (AnnaMag) #10319
[959860f55c] - test: stream readable resumeScheduled state (Italo A. Casas) #10299
[c604016cb4] - test: add known_issues test for #6287 (AnnaMag) #10272
[a24a35f668] - test: stream readable needReadable state (Joyee Cheung) #10241
[8d2f722541] - test: clean up domain-no-error-handler test (weyj4) #10291
[c5ef631fdc] - test: update test-domain-uncaught-exception.js (Andy Chen) #10193
[4b5587c5db] - test: refactor test-domain.js (Siddhartha Sahai) #10207
[99ba710bca] - test: fail for missing output files (Anna Henningsen) #10150
[25d6eed654] - test: stream readableState readingMore state (Gregory) #9868
[f3d1b7209d] - test: s/ASSERT/assert/ (cjihrig) #10544
[9cee6786f7] - test: refactor test-stream-unshift-read-race (Rich Trott) #10532
[19b3015201] - test: refactor test-stream-pipe-error-handling (Rich Trott) #10530
[33c47a6415] - test: refactor test-tls-alert-handling (Rich Trott) #10482
[1a7ca46544] - test: fix flaky test-http-client-timeout-with-data (Rich Trott) #10431
[328c14512f] - test: refactor the code in test-http-connect (Adrian Estrada) #10397
[99c9cda6d1] - test: refactor test-stdin-from-file (Rob Adelmann) #10331
[38d9c15edd] - test: refactor the code in test-dns-ipv4 (Adrian Estrada) #10200
[4f18943810] - test: refactor the code in test-fs-chmod (Adrian Estrada) #10440
[d89587c1bf] - test: swap var for let/const throughout (Paul Graham) #10177
[d2ce3909b1] - test: improve the code in test-pipe.js (Adrian Estrada) #10452
[3c642ee2ce] - test: improve code in test-fs-readfile-error (Adrian Estrada) #10367
[f1075a1726] - test: improve code in test-vm-symbols (Adrian Estrada) #10429
[5f18f0c448] - test: fix and improve debug-break-on-uncaught (Sakthipriyan Vairamani (thefourtheye)) #10370
[12d86aba49] - test: refactor test-init.js (Sakthipriyan Vairamani (thefourtheye)) #10384
[6370cbe9dc] - test: refactor code in test-cluster-http-pipe (Adrian Estrada) #10297
[781d04a1b3] - test: improve code in test-http-bind-twice.js (Adrian Estrada) #10318
[390cab8d1a] - test: change var declarations, add mustCall check (Daniel Sims) #9962
[e60be9ccc3] - test: refactor test-stdin-script-child (Emanuel Buholzer) #10321
[8b44fb30a1] - test: fix timers-same-timeout-wrong-list-deleted (Rich Trott) #10362
[1b9c125325] - test: refactor test-stream2-writable (Rich Trott) #10353
[4cf11d9f4a] - test: refactor test-cluster-net-listen (Segu Riluvan) #10047
[0e5ef4164d] - test: change assert.strict to assert.strictEqual() (Ashita Nagesh) #9988
[37ced4d324] - test: refactor the code in test-http-keep-alive (Adrian Estrada) #10350
[61105d75fb] - test: use strictEqual in test-cwd-enoent-repl.js (Neeraj Sharma) #9952
[40c55e73be] - test: refactor test-net-reconnect-error (Duy Le) #9903
[0c31802ea9] - test: add test-require-invalid-package (Duy Le) #9903
[c706a92373] - test: refactor test-child-process-kill (Duy Le) #9903
[d7a36fc2da] - test: use consistent block spacing (Rich Trott) #10377
[03bf87c703] - test: refactor test-timers-this (Rich Trott) #10315
[8792fb1788] - test: improve code in test-fs-open.js (Adrian Estrada) #10312
[d8405da44c] - test: refactor the code in test-dns-ipv6 (Adrian Estrada) #10219
[a18f72d8d2] - test: improve test-child-process-fork-and-spawn (Adrian Estrada) #10273
[4cba20c1c8] - test: fix flaky test-http-client-timeout-event (Rich Trott) #10293
[70f70478de] - test: improve test-child-process-exec-buffer (Adrian Estrada) #10275
[3a6fdd805d] - test: refactor test-fs-read-stream-inherit (Rich Trott) #10246
[92e3f8f26e] - test: refactor test-dgram-send-callback-multi-buffer (mfrance) #9999
[5ff6011cec] - test: refactor test-tls-ecdh-disable (Aaron Williams) #9989
[be3334709d] - test: fix http-client-timeout-option-listeners (Rich Trott) #10224
[713f04ce1d] - test: refactor test-stream-big-push (Rich Trott) #10226
[373755cad0] - test: refactor test-http-dns-fail (Adrian Estrada) #10243
[2f64d5a294] - test: refactor test-crypto-random (Rich Trott) #10232
[70e4fb8ca1] - test: refactor test-http-pause-resume-one-end (Rich Trott) #10210
[b0a5a3bb70] - test: fix flaky test-dgram-exclusive-implicit-bind (Rich Trott) #10212
[e3f926594e] - test: improvements in test fixtures symlinked (Adrian Estrada) #10182
[217e2c6fcf] - test: refactor test-fs-fsync (Rob Adelmann) #10176
[10747f4102] - test: refactor test-http-after-connect.js (larissayvette) #10229
[0b243ca178] - test: refactor assert.equal, update syntax to ES6 (Prieto, Marcos)
[c57d72089f] - test: refactor http pipelined socket test (Rich Trott) #10189
[3f17c180be] - test: var to const in tls-no-cert-required (Sam Roberts) #9800
[6b8d4cab41] - test: tls key/cert ordering not necessary (Sam Roberts) #9800
[b2b2774325] - test: refactor test-handle-wrap-close-abort (Rich Trott) #10188
[c65dfa9b12] - test: add ES6 and strictEqual to test-fs-truncate (Adrian Estrada) #10167
[951ddb3d53] - test: improving crypto fips (James Tenenbaum) #10002
[a75883ec7c] - test: stream readableListening internal state (Italo A. Casas) #9864
[56a512f7be] - test: check for error on invalid signal (Matt Phillips) #10026
[8e7f150a8e] - test: refactor test-http-unix-socket (davidmarkclements) #10072
[717b4b4e8a] - test: increase test coverage of BufferList (joyeecheung) #10171
[a56b22e881] - test: fix flaky test-net-socket-timeout (Rich Trott) #10172
[58c5bdc57c] - test: refactor test-net-keepalive.js (Kyle Corsi) #9995
[b868ce6763] - timers: fix handling of cleared immediates (hveldstra) #9759
[95a0a67ff3] - tls: do not refer to secureOptions as flags (Sam Roberts) #9800
[d50e8d8af9] - tls: document and test option-less createServer (Sam Roberts) #9800
[89db5fcc23] - tls: fix/annotate connect arg comments (Sam Roberts) #9800
[20665f408b] - tools: enable block-spacing rule in .eslintrc (Rich Trott) #10377
[e8effa434e] - tools: enforce consistent operator linebreak style (Michaël Zasso) #10178
[0162908708] - tools: add macosx-firwall script to avoid popups (Daniel Bevenius) #10114
[3ac9e01faa] - url: add a got host pattern in url.js (Axel Monroy) #9653
[9eaf2e9517] - watchdog: add flag to mark handler as disabled (Bartosz Sosnowski) #10248
[969dcab5aa] - win,msi: add required UIRef for localized strings (Bill Ticehurst) #8884
Windows 32-bit Installer: https://nodejs.org/dist/v6.10.0/node-v6.10.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v6.10.0/node-v6.10.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v6.10.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v6.10.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v6.10.0/node-v6.10.0.pkg
macOS 64-bit Binary: https://nodejs.org/dist/v6.10.0/node-v6.10.0-darwin-x64.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v6.10.0/node-v6.10.0-linux-x86.tar.xz
Linux 64-bit Binary: https://nodejs.org/dist/v6.10.0/node-v6.10.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v6.10.0/node-v6.10.0-linux-ppc64le.tar.xz
Linux PPC BE 64-bit Binary: https://nodejs.org/dist/v6.10.0/node-v6.10.0-linux-ppc64.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v6.10.0/node-v6.10.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v6.10.0/node-v6.10.0-aix-ppc64.tar.gz
SunOS 32-bit Binary: https://nodejs.org/dist/v6.10.0/node-v6.10.0-sunos-x86.tar.xz
SunOS 64-bit Binary: https://nodejs.org/dist/v6.10.0/node-v6.10.0-sunos-x64.tar.xz
ARMv6 32-bit Binary: Coming soon
ARMv7 32-bit Binary: https://nodejs.org/dist/v6.10.0/node-v6.10.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v6.10.0/node-v6.10.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v6.10.0/node-v6.10.0.tar.gz
Other release files: https://nodejs.org/dist/v6.10.0/
Documentation: https://nodejs.org/docs/v6.10.0/api/
SHASUMS