주요 변경사항
- build:
- mips64el 빌드를 지원합니다. (nanxiongchao) #10991
- cluster:
- disconnect()가 이제 연결이 끊긴 워커의 참조를 반환합니다. (Sean Villars) #10019
- crypto:
- deps:
- dns:
resolve4()
와resolve6()
를 위해{ttl: true}
를 구현했습니다. (Ben Noordhuis) #9296
- process:
- NODE_NO_WARNINGS 환경 변수를 추가했습니다. (cjihrig) #10842
- readline:
- 히스토리에서 중복을 막는 옵션을 추가했습니다. (Danny Nemer) #2982
- src:
- 옵션이 끝났다는 의미로 “-e” 뒤에 "–"를 지원합니다. (John Barboza) #10651
- tls:
Commits
- [
d38364b062
] - deps/v8: add missing #include “unicode/normlzr.h” (Bruno Pagani) #13040 - [
62a8f4774e
] - async_wrap: close the destroy_ids_idle_handle_ (René Schünemann) #10385 - [
995423e790
] - benchmark: terminate child process on Windows (Rich Trott) #12658 - [
32fa37f3d6
] - benchmark: cleanup child_process IPC benchmark (Yuya Tanaka) #10557 - [
dd0b170b58
] - build: fix case in lib names (Refael Ackermann) #12522 - [
bc64cf2b5e
] - build: make linter targets silent (Sakthipriyan Vairamani (thefourtheye)) #12423 - [
a0973c3c1c
] - build: don’t create directory for NDK toolchain (TheBeastOfCaerbannog) #11916 - [
0c318a6157
] - (SEMVER-MINOR) build: support for mips64el (nanxiongchao) #10991 - [
7c335f6b7c
] - build: run cpplint even if jslint failed (Ruslan Bekenev) #12276 - [
32d7981741
] - build: use do_not_edit variable where possible (Ruslan Bekenev) #12610 - [
c13429ad8f
] - child_process: optimize IPC for large data (Yuya Tanaka) #10557 - [
ae587f3578
] - (SEMVER-MINOR) cluster: return worker reference from disconnect() (Sean Villars) #10019 - [
e72749b319
] - (SEMVER-MINOR) crypto: ability to select cert store at runtime (Adam Majer) #8334 - [
fd9bb56f9a
] - (SEMVER-MINOR) crypto: Use system CAs instead of using bundled ones (Adam Majer) #8334 - [
bbfd2e309b
] - (SEMVER-MINOR) crypto: do not use pointers to std::vector (Adam Majer) #8334 - [
875674bb1c
] - (SEMVER-MINOR) crypto: returnthis
in setAuthTag/setAAD (Kirill Fomichev) #9398 - [
f8da60fb21
] - (SEMVER-MINOR) crypto: support OPENSSL_CONF again (Sam Roberts) #11006 - [
0a79b2da1b
] - crypto: make LazyTransform compabile with Streams1 (Matteo Collina) #12380 - [
7678da4c65
] - crypto: handle exceptions in hmac/hash.digest (Tobias Nießen) #12164 - [
e714243408
] - deps: upgrade libuv to 1.11.0 (cjihrig) #11094 - [
738d830f09
] - (SEMVER-MINOR) deps: upgrade libuv to 1.10.2 (cjihrig) #10717 - [
c59370a8fd
] - (SEMVER-MINOR) deps: upgrade libuv to 1.10.1 (cjihrig) #9647 - [
3585ffa247
] - (SEMVER-MINOR) deps: upgrade libuv to 1.10.0 (cjihrig) #9267 - [
da70161308
] - (SEMVER-MINOR) dns: implement {ttl: true} for dns.resolve6() (Ben Noordhuis) #9296 - [
0bc14b6d33
] - (SEMVER-MINOR) dns: implement {ttl: true} for dns.resolve4() (Ben Noordhuis) #9296 - [
699e274693
] - doc: add link on logo to README (Roman Reiss) #12307 - [
5ce108955d
] - doc: fix an unclear wording in readline.md (Vse Mozhet Byt) #12605 - [
18c56df81e
] - doc: fix typo in doc/api/process.md (morrme) #12612 - [
2b6e58852f
] - doc: make commit guidelines easier to reference (Benjamin Fleischer) #11732 - [
928382d957
] - doc: add suggestion to use --3way (Michael Dawson) #12510 - [
278e8cc65f
] - doc: update link to Code of Conduct (Alex Autem) #12552 - [
3d526727f9
] - doc: add lucamaraschi to collaborators (Luca Maraschi) #12538 - [
e1098a4e9f
] - doc: unify spaces in a querystring.md code example (Vse Mozhet Byt) #12465 - [
9881da1585
] - doc: run tests before landing changes (Rich Trott) #12416 - [
3556c177a3
] - doc: avoid colloquialism (Rich Trott) #12417 - [
5fa417086a
] - doc: fix encoding string in buffer example (MapleUncle) #12482 - [
bc401697f0
] - doc: correct git fix whitespace command (Mateusz Konieczny) #12445 - [
26fcc7a4df
] - doc: s/origin/upstream/ collaborator guide (Anna Henningsen) #12436 - [
e3352bbceb
] - doc: update Mac OS X references in releases.md (JR McEntee) #12106 - [
32a6d87a21
] - doc: correct markdown file line lengths (JR McEntee) #12106 - [
db4aef4ac6
] - doc: change Mac OS X to macOS (JR McEntee) #12106 - [
40f292cacd
] - doc: add missing ) in CONTRIBUTING.md (Mateusz Konieczny) #12444 - [
656c30e11d
] - doc: add guide for backporting prs (Evan Lucas) #11099 - [
1c1269dfc3
] - doc: update link for landing PRs (Rich Trott) #12415 - [
81b53503a7
] - doc: add DavidCai1993 to collaborators (David Cai) #12435 - [
c6f3ebd774
] - doc: fix typo in streams.md (John Paul Bamberg) #12428 - [
4a18e51c6a
] - doc: add jkrems to collaborators (Jan Krems) #12427 - [
a6e06738ef
] - doc: path functions ignore trailing slashes (Tobias Nießen) #12181 - [
929ca307d2
] - doc: add info about serializable types (Shubheksha Jalan) #12313 - [
945dcde45b
] - doc: fix formatting in onboarding-extras (Rich Trott) #12350 - [
3c1bd05a24
] - doc: response.write ignores body in some cases (Ruslan Bekenev) #12314 - [
d2afd7c5f7
] - doc: add AnnaMag to collaborators (AnnaMag) #12414 - [
dac66d5645
] - doc: limit lines to 80 cols in internal README (Evan Lucas) #12358 - [
3ae8d00dd1
] - doc: add single arg scenario for util.format (Tarun Batra) #12374 - [
43d3c009a5
] - doc: fix formatting of TOC (Refael Ackermann) #12731 - [
9fc695c574
] - doc: fixup the collaborators list (Alexey Orlenko) #12750 - [
ad29e295b7
] - doc: gcc version is at least 4.8.5 in BUILDING.md (detailyang) #11840 - [
f2230cc0b5
] - eslint: remove dead and unused symlink (Sam Roberts) - [
ae1f6fd03a
] - fs: re-enable watch facility in AIX (Gireesh Punathil) #10085 - [
6e6e63a341
] - lib: fix typo in comments in module.js (WORMSS) #12528 - [
f20ebf29f6
] - meta: update authors list (Aashil Patel) #11533 - [
b7ca74866b
] - meta: move the Code of Conduct to TSC repository (James M Snell) #12147 - [
1bd07acbd1
] - net: refactor onSlaveClose in Server.close (Claudio Rodriguez) #12334 - [
637d9e3544
] - (SEMVER-MINOR) process: add NODE_NO_WARNINGS environment variable (cjihrig) #10842 - [
202f00717b
] - process: maintain constructor descriptor (Bryan English) #9306 - [
e9f33e392d
] - readline: renamedeDupeHistory
option (Danny Nemer) #11950 - [
8bd6ab7870
] - (SEMVER-MINOR) readline: add option to stop duplicates in history (Danny Nemer) #2982 - [
827411c1c0
] - Revert “repl: disable Ctrl+C support on win32 for now” (Anna Henningsen) #8645 - [
ce795ecf2b
] - src: remove invalid comment (cjihrig) #12645 - [
b296bd5ccc
] - src: remove TODO about uv errno removal (Daniel Bevenius) #12536 - [
aec7ae2e67
] - (SEMVER-MINOR) src: add SafeGetenv() to internal API (Sam Roberts) #11006 - [
f2e97f89f0
] - src: make copies of startup environment variables (Ben Noordhuis) #11051 - [
c408a3bd63
] - (SEMVER-MINOR) src: support “–” after “-e” as end-of-options (John Barboza) #10651 - [
f1ea36733d
] - src: use std::list for at_exit_functions (Daniel Bevenius) #12255 - [
331681a3f5
] - src: return early if nextTickQueue is empty (Trevor Norris) #10274 - [
b09f73813e
] - test: cleanup test-fs-watch.js (RobotMermaid) #12595 - [
a1de1abcdd
] - test: remove flaky designation for test on AIX (Rich Trott) #12564 - [
3cce18104d
] - test: add mustCall in test-timers-clearImmediate (Zahidul Islam) #12598 - [
33821e42b5
] - test: use block scoped variable names (Neehar Venugopal) #12544 - [
12287f1299
] - test: dynamic port in cluster eaddrinuse (Sebastian Plesciuc) #12547 - [
53d5aacfe4
] - test: dynamic port in cluster ipc throw (Sebastian Plesciuc) #12571 - [
0bd0d52af6
] - test: replace assertion error check with regex (thelady) #12603 - [
8044b8307c
] - test: refactored context type err message to regex (Muhsin Abdul-Musawwir) #12596 - [
32f905a85d
] - test: improve test-process-chdir (vperezma) #12589 - [
51794dd7b0
] - test: dynamic port in parallel cluster tests (Sebastian Plesciuc) #12584 - [
daf6535475
] - test: dynamic port in cluster worker dgram (Sebastian Plesciuc) #12487 - [
b53d172576
] - test: move test-debugger-repeat-last to sequential (kumarrishav) #12470 - [
32425be109
] - test: use duplex streams in duplex stream test (cjihrig) #12514 - [
830949c8b0
] - test: use JSON.stringify to trigger stack overflow (Yang Guo) #12481 - [
50bfb28960
] - test: console.log removed from test-net-localport (Faiz Halde) #12483 - [
768431cac8
] - test: dynamic port in cluster worker disconnect (Sebastian Plesciuc) #12457 - [
b1d26d8b55
] - test: remove uses of common.PORT in test-tls-client tests (Ahmed Taj elsir) #12461 - [
ce3b544360
] - test: dynamic port in cluster worker send (Sebastian Plesciuc) #12472 - [
a755ef0634
] - test: increase coverage for buffer.js (Rich Trott) #12476 - [
a4b092c8f3
] - test: complete coverage of lib/child_process.js (cjihrig) #12367 - [
4786ad7024
] - test: buffer should always be stringified (Luca Maraschi) #12355 - [
04ec97e39a
] - test: use dynamic port in test-cluster-bind-twice (Rich Trott) #12418 - [
3244ae36da
] - test: remove common.PORT from test-cluster*.js (Tarun Batra) #12441 - [
384fa17ffa
] - test: use dynamic port in 3 test-cluster-worker tests (Sebastian Plesciuc) #12443 - [
d54d0c4cdc
] - test: add --use-bundled-ca to tls-cnnic-whitelist (Daniel Bevenius) #12394 - [
0caca45434
] - test: add crypto check to crypto-lazy-transform (Daniel Bevenius) #12424 - [
861fa65bdf
] - (SEMVER-MINOR) test: make tls-socket-default-options tests run (Sam Roberts) #11005 - [
7d47b02794
] - test: remove common.PORT from test-cluster-basic (Rich Trott) #12377 - [
9e89edff87
] - test: add hasCrypto check to test-debug-usage (Daniel Bevenius) #12357 - [
afac3161a8
] - test: improve punycode coverage to check surrogate pair (Nao YONASHIRO) #12354 - [
a714449db3
] - test: cleanup test-fs-watch.js (RobotMermaid) #12595 - [
89e76e8e4d
] - test: improved type checking with regex (coreybeaumont) #12591 - [
c304414007
] - test: improve test-tcp-wrap-listen (alohaglenn) #12599 - [
bea0a6e557
] - test: add common.mustNotCall() (cjihrig) #11152 - [
cb63808832
] - test: improve test-process-kill-pid (alohaglenn) #12588 - [
ac825fc8bc
] - test: use common.js to check platform (Ruslan Bekenev) #12629 - [
64f9adc787
] - test: cleanup test-util-inherits.js (RobotMermaid) #12602 - [
c1e4b2f043
] - test: move test to sequential for reliability (Rich Trott) #12704 - [
cd1a7ea5e5
] - test: add regex to text-crypto-random (Nate) #10020 - [
15226f597a
] - test: add hasCrypto check to tls-socket-close (Daniel Bevenius) #11911 - [
7cad5613c7
] - (SEMVER-MINOR) tls: new tls.TLSSocket() supports sec ctx options (Sam Roberts) #11005 - [
df9d8ee6cb
] - (SEMVER-MINOR) tls: allow obvious key/passphrase combinations (Sam Roberts) #10294 - [
a679e06c29
] - tools: use no-useless-concat ESLint rule (Vse Mozhet Byt) #12613 - [
b920c5d44b
] - tools: enable no-useless-return eslint rule (cjihrig) #12577 - [
fd126b5866
] - tools: addroot: true
in main .eslintrc.yaml (Vse Mozhet Byt) #12570 - [
d63befac2a
] - tools: Add no useless regex char class rule (Prince J Wesley) #9591 - [
87534d6c25
] - tools: replace custom ESLint timers rule (Rich Trott) #12504 - [
736a736ed5
] - tools: update ESLint to 3.19.0 (Rich Trott) #12162 - [
00b6646f93
] - url: improve descriptiveness of identifier (Rich Trott) #12579 - [
a0f9d5964e
] - v8: fix stack overflow in recursive method (Ben Noordhuis) #12460 - [
2b3381aec6
] - Revert “v8: drop v8::FunctionCallbackInfo<T>::NewTarget()” (Ben Noordhuis)
Windows 32-bit Installer: https://nodejs.org/dist/v6.11.0/node-v6.11.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v6.11.0/node-v6.11.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v6.11.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v6.11.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v6.11.0/node-v6.11.0.pkg
macOS 64-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-darwin-x64.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-linux-x86.tar.xz
Linux 64-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-linux-ppc64le.tar.xz
Linux PPC BE 64-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-linux-ppc64.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-aix-ppc64.tar.gz
SunOS 32-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-sunos-x86.tar.xz
SunOS 64-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-sunos-x64.tar.xz
ARMv6 32-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-linux-armv6l.tar.xz
ARMv7 32-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v6.11.0/node-v6.11.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v6.11.0/node-v6.11.0.tar.gz
Other release files: https://nodejs.org/dist/v6.11.0/
Documentation: https://nodejs.org/docs/v6.11.0/api/
SHASUMS
1 | -----BEGIN PGP SIGNED MESSAGE----- |