릴리스 이후에 v6.9.3을 위한 추가 플랫폼을 준비하는 동안 릴리스 서버의 tar
배포본이 덮어 쓰여 다른 shasum이 만들어졌습니다. 릴리스에 관한 모호성을 없애기
위해 변경 사항 없이 semver 수 릴리스 v6.9.4를 만들었습니다.
주요 변경사항
- build: 공유 라이브러리 지원이 이제 AIX 빌드에서 동작합니다. (Stewart Addison) #9675
- deps:
- inspector: /json/version은 배열에 감싸진 객체가 아닌 객체를 반환합니다. (Ben Noordhuis) #9762
- module: 이제 --debug-brk와 --eval을 동시에 사용할 때 예상한 대로 동작합니다. (Kelvin Jin) #8876
- process: nextTick의 성능을 최대 20%까지 향상시켰습니다. (Evan Lucas) #8932
- repl:
- timers: 취소한 타이머를 다시 취소하면 더 이상 예외가 발생하지 않습니다. (Jeremiah Senkpiel) #9685
Commits
- [98b2eae328] - benchmark: split timers benchmark and refactor (Rich Trott) #9497
- [c32c86b3c3] - benchmark: reformat code for clarity (Rich Trott) #9790
- [a8909b833e] - benchmark,lib,test,tools: remove unneeded . escape (Rich Trott) #9449
- [a9d528be5b] - buffer: fix range checks for slice() (Trevor Norris) #9174
- [868e5e624c] - build: remove node.dsYM directory (Michaël Zasso) #10463
- [66687c0906] - build: prioritise --shared-X-Y over pkg-config (Rod Vagg) #9368
- [9703bf14ef] - build: add MAKEFLAGS=“-j1” to node-gyp (Daniel Bevenius) #9450
- [18b8e7bd8b] - build: Make configure file parseable on python3 (kalrover) #9657
- [12993b298a] - build: default to ppc64 on AIX (Gibson Fahnestock) #9645
- [5c0d82bae6] - build: Add option to compile for coverage reports (Wayne Andrews) #9463
- [168241a98a] - build: add shared library support to AIX build (Stewart Addison) #9675
- [9a526cb8fe] - child_process: remove unreachable code (cjihrig) #9307
- [166eea7534] - constants: errors -> errno (Bryan English) #9349
- [3c09579eee] - crypto: use SSL_get_servername. (Adam Langley) #9347
- [106e6cdebd] - debugger: refactor _debugger.js (Rich Trott) #9860
- [e60cafdb3b] - deps: backport f795a79 from upstream V8 (Michaël Zasso) #10386
- [284d3cc3b7] - deps: upgrade npm to 3.10.10 (Rebecca Turner) #9847
- [ee09828622] - deps: backport 2bd7464 from upstream V8 (Cristian Cavalli) #10169
- [10222128e9] - deps: backport GYP fix to fix AIX shared suffix (Stewart Addison) #9675
- [1684d6d65e] - doc: update CONTRIBUTING.MD with link to V8 guide (sarahmeyer) #10070
- [f9d0cce9ae] - doc: update process.versions.modules documentation (Kevin Zurawel) #9901
- [acebfedf80] - doc: add return types and props types to OS module (imatvieiev) #9648
- [241470cfbe] - doc: small improvements in readline code examples (Vse Mozhet Byt) #9628
- [d33520cdd2] - doc: consistent ‘Returns:’ (Roman Reiss) #9554
- [c87ccfa3c3] - doc: added types to path docs (imatvieiev) #9514
- [d2a1a670e1] - doc: add process api data types to documentation (imatvieiev) #9505
- [912cae626b] - doc: clarify eventType in fs.watch (Nikolai Vavilov) #9318
- [30f7802b78] - doc: clarify fs.link and fs.linkSync arguments (Kyle E. Mitchell) #9145
- [c55fb737c5] - doc: adding missing - in README (Italo A. Casas) #10170
- [7f4cef1170] - doc: removing extra space in README (Italo A. Casas) #10168
- [e0dbb453e4] - doc: remove repeated info onboarding.md (BethGriggs) #9635
- [fa7d378335] - doc: correct it’s vs. its usage (Rich Trott) #10098
- [176f680432] - doc: add people to cc for async_wrap (Anna Henningsen) #9471
- [b77d3d86f7] - doc: add link tonet.Serverin tls.md (Devon Rifkin) #10109
- [b167727dcc] - doc: fix typo fordecipher.final. (iamchenxin) #10086
- [adb30676b2] - doc: suggest Buffer.alloc instead of Buffer#fill (Teddy Katz) #10000
- [36b45c1112] - doc: clarify fs.createReadStream options (Wes Tyler) #10078
- [fc6c666d49] - doc: var => const in js code examples of addons.md (Vse Mozhet Byt) #10092
- [0e46f7e745] - doc: rename writing_tests.md to writing-tests.md (Safia Abdalla) #9867
- [99ed5ed5f4] - doc: it’s -> its in api/child_process.md (Devon Rifkin) #10090
- [d068fe5ab6] - doc: update Collaborators list in README (Rich Trott) #9846
- [e5ab0e8670] - doc: remove minor contradiction in debugger doc (Rich Trott) #9832
- [b74d8cdbdb] - doc: clarify introductory module material (Rich Trott) #9816
- [ba077a424b] - doc: improve description of moduleexports(Sam Roberts) #9622
- [5396408690] - doc: fix crypto Verify cut-n-paste from Sign (子丶言) #9796
- [9c3f4d63cc] - doc: minor fixes event-loop-timers-and-nexttick.md (Dan Koster) #9126
- [87f008393e] - doc: changed order of invocations in https.request() example. (atrioom) #9614
- [7051ea8606] - doc: fix crypto “decipher.setAAD()” typo (子丶言) #9782
- [4b7200ef7b] - doc: clarify slashes-appending in url module (Rich Trott) #9731
- [1c9817cbeb] - doc: “util” is not needed to extend ES6 classes (Adam Brunner) #9737
- [4334d6a85a] - doc: fix typo in assert code example (Vse Mozhet Byt) #9704
- [cbea672214] - doc: fix typo in BUILDING.md (monkick) #9569
- [7a02eb2b03] - doc: remove backtick escaping for manpage refs (Anna Henningsen) #9632
- [cd3b91bc4e] - doc: improve description of urlObject.query (Rahat Ahmed) #9625
- [ff7d85647b] - doc: remove invalid padding from privateEncrypt (JungMinu) #9611
- [50947b7b0f] - doc: remove Sam Roberts from release team (Sam Roberts) #9862
- [cf131bfa90] - doc: add guide for maintaining V8 (Ali Ijaz Sheikh) #9777
- [9796efabc6] - doc: strip trailing whitespace (Sam Roberts) #9620
- [35b094b8fe] - doc: fix “either as either” typo (Sam Roberts) #9665
- [1a58a21d29] - doc: fix tls “the the” typo (Sam Roberts) #9665
- [4f205deb66] - doc: describe when a tls server emits ‘close’ (Sam Roberts) #9665
- [4d4ac071da] - doc: fix an SNI mistyped as SNS (Sam Roberts) #9665
- [8475ba294d] - doc: move TSC and CTC meeting minutes out of core repo (James M Snell) #9503
- [d343595216] - doc: fix typo in doc/repl.md line: 6 (Mitsuo Utano) #9582
- [d283704cd6] - doc: make comment indentation consistent (Daniel Bevenius) #9518
- [b99a9e9a81] - doc: wrap long lines in http.request (Timothy Gu) #9584
- [fd75b25cbf] - doc: fix type of http.request’sagentoption (Timothy Gu) #9584
- [1783d3b5fc] - doc: fix a typo in the assert.md (Vse Mozhet Byt) #9598
- [c286f5719c] - doc: fix typo e.g., => e.g. (Daijiro Yamada) #9563
- [82fd0e192f] - doc: fix typo about cluster doc, (eg. -> e.g.) (YutamaKotaro) #9568
- [1bbc2c682a] - doc: fix typo in doc/tls.md (Syuhei Kobayashi) #9566
- [97093314c2] - doc: fix e.g., to e.g. in doc/http.md (ikasumi_wt) #9564
- [caa0a7876d] - doc: fix the index order in pseudocode of modules (kohta ito) #9562
- [0088ed87ea] - doc: remove Roadmap Working Group (William Kapke) #9545
- [3219ecea2a] - doc: fix fs constants link (Timothy) #9508
- [cb367ec1b3] - doc: fix minor style issue in code examples (Daniel Bevenius) #9482
- [ff8c31abfd] - doc: grammar and structure revisions of wg doc (Ryan Lewis) #9495
- [6f850f4037] - doc: clarify the exit code part of writing_tests (Jeremiah Senkpiel) #9502
- [16b53141f7] - doc: fix link to Event Loop page (timathon) #9527
- [2d581f1cb5] - doc: Fix inaccuracy in https.request docs (Andreas Lind) #9453
- [f707b006eb] - doc: add npm link to README (Oscar Morrison) #7894
- [2ce6916ddc] - events: remove unnecessary checks (cjihrig) #9330
- [fe821fbefa] - fs: clarify fs.link and fs.linkSync arguments (Kyle E. Mitchell) #9145
- [a3ba4ff49f] - inspector: /json/version returns object, not array (Ben Noordhuis) #9762
- [6632b3d1ab] - lib: use === in _http_server and _tls_wrap (Walter Beller-Morales) #9849
- [f3861c200d] - lib,test: remove unneeded escaping of / (Rich Trott) #9485
- [0be56cd1e9] - meta: whitelist dotfiles in .gitignore (Claudio Rodriguez) #8016
- [3689813fdd] - module: check -e flag in debug break setup (Kelvin Jin) #8876
- [db10e94083] - process: improve performance of nextTick (Evan Lucas) #8932
- [fac61118f9] - repl: avoid parsing division operator as regex (Teddy Katz) #10103
- [86efc93a41] - repl: preprocess only for defaultEval (Prince J Wesley) #9752
- [eba4f9a3ff] - repl: fix generator function preprocessing (Teddy Katz) #9852
- [70062f7cd7] - repl: refactor lib/repl.js (Rich Trott) #9374
- [f9fd53d82d] - src: fix method name, output format (Josh Gavant) #9627
- [dee5a7f9be] - test: invalid package.json causes error when require()ing in directory (Sam Shull) #10044
- [487f91a097] - test: refactor domain test (Adao Junior) #10269
- [26aa148ac5] - test: refactor test-child-process-stdin (Segu Riluvan) #10420
- [25b76a44a7] - test: test error messages in test-dns-regress-7070 (Wallace Zhang) #10058
- [8389a1eef4] - test: refactor test-pipe-file-to-http (Josh Mays) #10054
- [f9f2cda5dc] - test: refactor test-cluster-send-handle-twice.js (Amar Zavery) #10049
- [aba15fb9f2] - test: add regex check in test-buffer-bad-overload (Sam Shull) #10038
- [ac9348d79f] - test: refactoring test-pipe-head (Travis Bretton) #10036
- [0ab2cfc64e] - test: add second argument to assert.throws() (Ken Russo) #9987
- [610ec557a6] - test: refactor test-child-process-ipc (malen) #9990
- [ff3a1e69f5] - test: cleanup test-stdout-close-catch.js (Travis Bretton) #10006
- [49e7029283] - test: refactor test-internal-modules (Christy Leung) #10016
- [21a60912a8] - test: refactor test-tls-interleave (Brian Chirgwin) #10017
- [e53506ac01] - test: update test-tls-check-server-identity.js (Kevin Cox) #9986
- [bdf633a32e] - test: use const/let and common.mustCall (Outsider) #9959
- [77334a2143] - test: refactoring test-cluster-worker-constructor (Christopher Rokita) #9956
- [3c3d2d6776] - test: refactor test-tls-client-getephemeralkeyinfo (Harish Tejwani) #9954
- [da3ccb969d] - test: improve test-cluster-net-listen.js (Rico Cai) #9953
- [9991bcbada] - test: improve domain-top-level-error-handler-throw (CodeVana) #9950
- [eff85e659f] - test: refactor test-tls-0-dns-altname (Richard Karmazin) #9948
- [b37fce91d3] - test: test: refactor test-sync-fileread (Jason Wohlgemuth) #9941
- [420b3b851e] - test: clean up repl-reset-event file (Kailean Courtney) #9931
- [b8511aba04] - test: replace var with const in test-require-dot (Amar Zavery) #9916
- [68836ec455] - test: added validation regex argument to test (Avery, Frank) #9918
- [70d3b808a0] - test: fix test-buffer-slow (Michaël Zasso) #9809
- [3d368d0322] - test: refactor test-buffer-bytelength (Michaël Zasso) #9808
- [b5c8b355c8] - test: add stdin-setrawmode.out file (Jonathan Darling) #10149
- [e057925316] - test: set stdin too for pseudo-tty tests (Anna Henningsen) #10149
- [272a97178d] - test: refactor and fix test-crypto (Michaël Zasso) #9807
- [65e27176f6] - test: add child_process customFds test (cjihrig) #9307
- [dc76aaef50] - test: refactor test-crypto-hmac (eudaimos) #9958
- [1bbf143898] - test: renamed assert.Equal to assert.strictEqual (Jared Young)
- [6dbff7aaed] - test: convert assert.equal to assert.strictEqual (Jonathan Darling) #9925
- [bbebebe087] - test: strictEqual() and RegExp in test-buffer-fill.js (J Scott Chapman) #9895
- [afbd8df7fd] - test: increase coverage for lib/events.js (Safia Abdalla) #9865
- [99ef3c0e45] - test: run cpplint on files in test/cctest (Ben Noordhuis) #9787
- [2ffd13e90d] - test: move tick-processor tests to own directory (Rich Trott) #9506
- [fb525f1507] - test: fix error in test-cluster-worker-death.js (Bruce Lai) #9981
- [1288d074ab] - test: useassert.strictEqual(anoff) #9975
- [653f2b76f3] - test: change assert.equal to assert.strictEqual (Aileen) #9946
- [70c5e4fca2] - test: changed assert.equal to assert.strictEqual (vazina robertson) #10015
- [690cc2a88f] - test: improves test-tls-client-verify (Paul Graham) #10051
- [780d444d3f] - test: refactor test-https-agent-session-reuse (Diego Paez) #10105
- [3686687cd2] - test: refactor test-beforeexit-event (Rob Adelmann) #10121
- [314b04d2d9] - test: improve test-fs-read-stream.js (Jenna Vuong) #9629
- [a6bc868bf9] - test: refactor test-domain-from-timer (Daniel Sims) #9889
- [793addf585] - test: refactor test-domain-exit-dispose-again (Ethan Arrowood) #10003
- [faf0f2d254] - test: use const and strictEqual in test-os-homedir-no-envvar (CodeVana) #9899
- [a696934faa] - test: check result of uv_loop_init and uv_write (Ben Noordhuis) #10126
- [c2d7e67458] - test: refactor test-dgram-bind-default-address (Michael-Bryant Choa) #9947
- [3c46ab69af] - test: assert.throws() should include a RegExp (Chris Bystrek) #9976
- [0e3593a454] - test: refactor test-listen-fd-ebadf (Richard Karmazin) #10034
- [e49c7bbae3] - test: refactor test-event-emitter-method-names (Rodrigo Palma) #10027
- [290f359857] - test: refactor tls-ticket-cluster (Yojan Shrestha) #10023
- [5d9c224384] - test: refactor test-domain-exit-dispose (Chris Henney) #9938
- [7c929591c1] - test: refactor test-stdin-from-file.js (amrios) #10012
- [9af076e97d] - test: use ES6 to update let & const (Jason Humphrey) #9917
- [dd4586bd41] - test: fix test for buffer regression #649 (joyeecheung) #9924
- [fed9acd8af] - test: update parallel/test-crypto-hash.js (Deepti Agrawal) #10009
- [d64cb1e04e] - test: refactor test-require-extensions-main (Daryl Thayil) #9912
- [cdb803d18b] - test: refactor test-tls-ocsp-callback (k3kathy) #9970
- [78b5a8d5c2] - test: use assert.strictEqual and fix setTimeout (Matt Phillips) #9957
- [f4c8044007] - test: clean up tls junk test (Danny Guo) #9940
- [626d59f7a6] - test: update test-stdout-to-file (scalkpdev) #9939
- [223ec17080] - test: changed assert.Equal to asset.strictEqual (Paul Chin) #9973
- [230d552a85] - test: refactor test-domain-multi (Wes Tyler) #9963
- [b893dc986c] - test: refactor test-fs-write.js (hirabhullar) #9982
- [c506b7be90] - test: refactor test-child-fork-exec-path.js (hirabhullar) #9982
- [050bae63f1] - test: use assert.strictEqual in test-cli-eval (Nigel Kibodeaux) #9919
- [2a514f20e1] - test: refactor test-tls-connect-simple (Russell Sherman) #9934
- [75c37fa8a2] - test: refactor test-signal-unregister (mark hughes) #9920
- [093adcac9a] - test: update test-net-connect-handle-econnrefused (Punit Buch) #9932
- [75712a3032] - test: refactor test-require-resolve (blugavere) #10120
- [4a28eac54b] - test: refactor test-fs-symlink-dir-junction (Walter Beller-Morales) #9928
- [09de7149f2] - test: refactor test-fs-read-stream-resume (Matt Webb) #9927
- [8ce6dd2a57] - test: replace equal with strictEqual (Tracy Hinds) #10011
- [3b765cb231] - test: use strictEqual instead of equal (Uttam Pawar) #9921
- [baa0adfe46] - test: using const and strictEqual (Fabrice Tatieze) #9926
- [8ceca4a135] - test: changed assert.equal to assert.strictEqual (Scott Smereka) #9936
- [f248c67da6] - test: test-file-write-stream3.js refactor (Richard Karmazin) #10035
- [dd4f9195f1] - test: implemented es6 conventions (Erez Weiss) #9669
- [c30332daa6] - test: Modernize test-tls-peer-certificate.js (Ilya Potuzhnov) #10014
- [ba5e37765a] - test: strictCompare and explcit inputs mprovement to test-buffer-slice (Michael Alexander) #10048
- [ec7df6c0a4] - test: add test for process.stdin.setRawMode() (Jonathan Darling) #10037
- [4fce85554a] - test: refactor test for net listen on fd0 (Julian Duque) #10025
- [b7619e3b16] - test: update assert.equal() to assert.strictEqual() (Peter Diaz) #10024
- [a6096041c6] - test: use const or let and assert.strictEqual (Christopher Rokita) #10001
- [cc8100a529] - test: fix buffer alloc tests (levsoroka) #9998
- [eb61d918b1] - test: Added more validations to setEncoding (Paul Lucas) #9997
- [fe59a67b6e] - test: use strictEqual() domain-http (cdnadmin) #9996
- [ced89ede03] - test: refactor test-cluster-worker-events (fmizzell) #9994
- [aea0d47b77] - test: update repl tests (makenova) #9991
- [a749604e11] - test: modernize test-fs-truncate-fd (Nigel Kibodeaux) #9978
- [1addb3ba53] - test: update tls test to use const/let and common.mustCall (rgoodwin) #9968
- [6d79c0cd2c] - test: adding strictEqual to test-buffer-indexof.js (Eric Gonzalez) #9955
- [eeab546fb6] - test: strictEqual in test-beforeexit-event.js (CodeTheInternet) #10004
- [b71d3fd748] - test: refactor test-child-process-double-pipe (Dan Villa) #9930
- [47c925a4ac] - test: updated tls-getcipher test (Ethan Arrowood) #9923
- [bc3b77f525] - test: replace equal with strictEqual in test-freelist.js (Adrian Estrada) #9910
- [5afcf3ac78] - test: updated test-stream-pipe-unpipe-stream (Raja Panidepu) #10100
- [3aa51ecb6f] - test: refactor test-crypto-ecb (michael6) #10029
- [af5c4a9958] - test: refactor test-require-exceptions (Oscar Martinez) #9882
- [26d61c3dbc] - test: refactor test-console (Matt Crummey) #9873
- [5ba08d9473] - test: refactor test-crypto-certificate (Josh Mays) #9911
- [81def1857d] - test: refactor dgram-send-multi-buffer-copy (Konstantin Likhter) #9909
- [6fc75ba498] - test: refactor test-domain (Johnny Reading) #9890
- [b343a584e6] - test: refactor test-cli-syntax (Exlipse7) #10057
- [76dda9ca37] - test: refactor test-child-process-constructor (k3kathy) #10060
- [f78b81750d] - test: refactor test-repl-mode.js (Cesar Hernandez) #10061
- [2127798eaa] - test: var to const, assert.equal to assert.strictEqual in net (Sean Villars) #9907
- [cf9f6f8dbf] - test: changed vars to const in test-net-better-error-messages-listen-path.js (anoff) #9905
- [e9d4665b29] - test: use const instead of var in test-require-json.js (Sarah Meyer) #9904
- [f4b6b9faa7] - test: refactor test-http-dns-error (Outsider) #10062
- [7a228fe4ae] - test: Changed assert.equal to assert.strictEqual (Daniel Pittman) #9902
- [7c4b59f9b1] - test: refactor test-vm-syntax-error-stderr.js (Jay Brownlee) #9900
- [5d28864d7f] - test: refactor test-tls-destroy-whilst-write (Chris Bystrek) #10064
- [1c3227fd8c] - test: refactor test-net-dns-custom-lookup (Kent.Fan) #10071
- [9b7d7487ef] - test: refactor test-https-truncate (davidmarkclements) #10074
- [d698f9d0ac] - test: refactor test-tls-server-verify (Hutson Betts) #10076
- [7277c376c2] - test: use strictEqual in test-cli-eval-event.js (Richard Karmazin) #9964
- [404306fd0e] - test: refactor test-crypto-padding.js (Konstantin Likhter) #9971
- [821518d4e4] - test: refactor test-tls-friendly-error-message.js (Adrian Estrada) #9967
- [55269c106b] - test: refactor test-fs-append-file.js (adelmann) #10110
- [bffbf6881a] - test: assert.equal -> assert.strictEqual (davidmarkclements) #10065
- [f10c3210a1] - test: refactor test-dgram-exclusive-implicit-bind (Cesar Hernandez) #10066
- [67b11a429b] - test: assert.equal -> assert.strictEqual (davidmarkclements) #10067
- [bb950a6997] - test: improve test for crypto padding (Julian Duque) #9906
- [7bf13f3834] - test: polish test-net-better-error-messages-listen (Hitesh Kanwathirtha) #10087
- [776cfc5898] - test: change var to const in test-tls-key-mismatch.js (bjdelro) #9897
- [f3ef0d9c1b] - test: use strictEqual in cwd-enoent (JDHarmon) #10077
- [5377f72b5a] - test: refactor test-fs-read-stream-inherit.js (Jonathan Darling) #9894
- [a11f9ab82e] - test: refactor test-child-process-stdio-inherit (Wes Tyler) #9893
- [80e3aabedd] - test: change var to const for require and strict equality checks (Harish Tejwani) #9892
- [8097b3b1ec] - test: Update to const and use regex for assertions (Daniel Flores) #9891
- [6d5b21517a] - test: swap var->const/let and equal->strictEqual (Peter Masucci) #9888
- [5446b3c6a0] - test: replace equal with strictEqual in crypto (Julian Duque) #9886
- [0c66f68fe2] - test: replace equal with strictEqual (Julian Duque) #9879
- [c5bfe90900] - test: var to const/let in test-tls-set-ciphers (rajatk) #9877
- [7fa3b6fad3] - test: refactor test-tls-timeout-server-2 (Devon Rifkin) #9876
- [e6747048e7] - test: Updating vars to const and tsl server test (Matt Webb) #9874
- [393cb97cbb] - test: refactor test-crypto-hash-stream-pipe (Matt Wilson) #10055
- [b48d83190a] - test: crypto-hash-stream-pipe use strict equal (Mitchell Stoutin) #9935
- [91b942ec8a] - test: refactor child-process-spawn-error (Johnny Reading) #9951
- [a2e88f6e0c] - test: refactor test-child-process-spawn-error (stokingerl) #9937
- [52cc1bb08e] - test: refactor test-vm-static-this.js (David Bradford) #9887
- [895472474b] - test: refactor test-crypto-cipheriv-decipheriv (Aileen) #10018
- [c4277d9b5e] - test: refactor test for crypto cipher/decipher iv (Julian Duque) #9943
- [346ea432b4] - test: refactor test-cluster-setup-master-argv (Oscar Martinez) #9960
- [5009de4a53] - test: refactor test-cluster-setup-master-argv (Christine Hong) #9993
- [e75f81495d] - test: refactor test-fs-append-file-sync (Chris Bystrek) #10056
- [61225eac1a] - test: refactor test-fs-append-file-sync (Ian White) #9977
- [f093760166] - test: use assert.strictEqual in test-crypto-ecb (Daniel Pittman) #9980
- [1bbaace480] - test: refactor test-fs-write-file (adelmann) #10030
- [ac5bf86fd1] - test: refactor test/parallel/test-fs-write-file.js (Kyle Carter) #9992
- [bf71b63444] - test: update to const iin cluster test (Greg Valdez) #10007
- [a36389ee08] - test: use assert.strictEqual() cluster test (Bidur Adhikari) #10042
- [effa15ead9] - test: use const in test-crypto-pbkdf2 (Greg Valdez) #9974
- [59f643096a] - test: improve test for crypto pbkdf2 (joyeecheung) #9883
- [503167ba36] - test: var -> let/const, .equal -> .strictEqual (shiya) #9913
- [f1d0bf4757] - test: increase coverage for timers (lrlna) #10068
- [e14a597d35] - test: change equal to strictEqual (Kevin Zurawel) #9872
- [076c2c2c54] - test: test for http.request() invalid method error (Ashton Kinslow) #10080
- [f38cb9bbe2] - test: update net-local-address-port (scalkpdev) #9885
- [c9ac2b366f] - test: refactor test-tls-ecdh (Adriana Rios) #9878
- [5186604fa9] - test: refactor test-vm-debug-context (makenova) #9875
- [fcc511a57b] - test: use strictEqual in test-zlib-truncated (ben_cripps) #9858
- [e55a5936cd] - test: use strictEqual in test-debugger-client.js (ben_cripps) #9857
- [a773843c01] - test: refactor test-debug-args (Rich Trott) #9833
- [015812e2b8] - test: refactor test-fs-non-number-arguments-throw (Michaël Zasso) #9844
- [74919eb5ef] - test: replace assert.equal with assert.strictEqual (brad-decker) #9842
- [0605c74538] - test: refactor test-crypto-timing-safe-equal (Michaël Zasso) #9843
- [b93c3d89f5] - test: add toASCII and toUnicode punycode tests (Claudio Rodriguez) #9741
- [51c8fe0c66] - test: refactor test-util-inspect (Rich Trott) #9804
- [e2e51c52c9] - test: refactor test-preload (Rich Trott) #9803
- [8c6b127c93] - test: refine test-http-status-reason-invalid-chars (Rich Trott) #9802
- [ca0e577673] - test: refactor test-crypto-binary-default (Michaël Zasso) #9810
- [3219586512] - test: refactor test-net-pingpong (Michaël Zasso) #9812
- [ca461bf561] - test: refactor and fix test-dns (Michaël Zasso) #9811
- [aebc8dfa57] - test: fix flaky test-cluster-dgram-2 (Rich Trott) #9791
- [5542a72558] - test: fix test-tls-connect-address-family (mkamakura) #9573
- [6105c91f89] - test: fix test-http-status-reason-invalid-chars (Yosuke Saito) #9572
- [d1f5e99a2a] - test: refactor test-child-process-exec-error (Rich Trott) #9780
- [0772984cb3] - test: refactor common.js (Rich Trott) #9732
- [605c84f8d6] - test: exclude no_interleaved_stdio test for AIX (Michael Dawson) #9772
- [75bebbf3a0] - test: fix flaky test-dgram-empty-packet & friends (Rich Trott) #9724
- [1296a689b6] - test: fix flaky test-inspector (Rich Trott) #9727
- [c5e806c894] - test: refactor test-tls-hello-parser-failure (Rich Trott) #9715
- [9e4ce6fc8e] - test: refactor test-async-wrap-* (Rich Trott) #9663
- [31304144cd] - test: Use strictEqual in test-tls-writewrap-leak (Aaron Petcoff) #9666
- [333e5d1c49] - test: run tests even if os.cpus() fails (Bethany Griggs) #9616
- [1bb626610a] - test: use setImmediate() in test of stream2 (masashi.g) #9583
- [70691e3c53] - test: add test case of PassThrough (Yoshiya Hinosawa) #9581
- [7e031170a6] - test: check thatprocess.execPathis a realpath (Anna Henningsen) #9229
- [14fead0299] - test: add test for broken child process stdio (cjihrig) #9528
- [2c5e6afd97] - test: ensure nextTick is not scheduled in exit (Jeremiah Senkpiel) #9555
- [f7a2f75fa9] - test: increase coverage of process.emitWarning (Jeremiah Senkpiel) #9556
- [7bd9ecdb14] - test: refactor test-zlib.js (Rich Trott) #9544
- [8a94c69c79] - test: change from setTimeout to setImmediate (MURAKAMI Masahiko) #9578
- [92f8073879] - test: improve test-stream2-objects.js (Yoshiya Hinosawa) #9565
- [64d7ea9ce4] - test: refactor test-next-tick-error-spin (Rich Trott) #9537
- [d8eb4c2595] - test: refactor test-tls-inception (Rich Trott) #9536
- [0db54ab98e] - test: refactor inspector-helper.js (Rich Trott) #9499
- [31a3328269] - test: refactor make-callback-recurse test (Rich Trott) #9498
- [9808985689] - test: move timer-dependent test to sequential (Rich Trott) #9487
- [e97c610850] - test: fix helper-debugger-repl.js (Rich Trott) #9486
- [13b16881ef] - test,url: improve escaping in url.parse (joyeecheung) #10083
- [8bb66cd920] - timers: use consistent checks for canceled timers (Jeremiah Senkpiel) #9685
- [e355604aa5] - tools: forbid template literals in assert.throws (Michaël Zasso) #10301
- [9c85d0f396] - tools: add ESLint rule for assert.throws arguments (Michaël Zasso) #10089
- [a5d27f3515] - tools: enable final newline in .editorconfig (Roman Reiss) #9410
- [e94b72e41e] - tools: remove unneeded escaping in generate.js (Rich Trott) #9781
- [f05f0fe74e] - tools: disallow trailing whitespace for markdown (Sam Roberts) #9676
- [0256b7b057] - tools: use better regexp for manpage references (Anna Henningsen) #9632
- [232026d8b9] - tools: improve docopen target in Makefile (Sakthipriyan Vairamani (thefourtheye)) #9436
- [79e0577702] - tools: make run-valgrind.py useful (Ben Noordhuis) #9520
- [8a8646c0b2] - tools: fix run-valgrind.py script (Ben Noordhuis) #9520
- [5401b04648] - tools: copy run-valgrind.py to tools/ (Ben Noordhuis) #9520
- [12fe071abf] - util: move the case ‘latin1’ (Jackson Tian) #9646
Windows 32-bit Installer: https://nodejs.org/dist/v6.9.3/node-v6.9.3-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v6.9.3/node-v6.9.3-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v6.9.3/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v6.9.3/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v6.9.3/node-v6.9.3.pkg
macOS 64-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-darwin-x64.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-linux-x86.tar.xz
Linux 64-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-linux-ppc64le.tar.xz
Linux PPC BE 64-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-linux-ppc64.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-aix-ppc64.tar.gz
SunOS 32-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-sunos-x86.tar.xz
SunOS 64-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-sunos-x64.tar.xz
ARMv6 32-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-linux-armv6l.tar.xz
ARMv7 32-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v6.9.3/node-v6.9.3-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v6.9.3/node-v6.9.3.tar.gz
Other release files: https://nodejs.org/dist/v6.9.3/
Documentation: https://nodejs.org/docs/v6.9.3/api/
SHASUMS
The Original SHASUMS
| 1 | -----BEGIN PGP SIGNED MESSAGE----- | 
The Current SHASUMS
| 1 | -----BEGIN PGP SIGNED MESSAGE----- |