주요 변경 사항
- build: 윈도우 플랫폼에서 zlib 심볼과 추가적인 OpenSSL 심볼을 사용할 수 있습니다. (Alex Hultman) #7983, #7576
- child_process, cluster: 포크된 자식 프로세스와 클러스터 워커에서 표준 입출력 설정을 지원합니다. (Colin Ihrig) #7811, #7838
- child_process: 생성된 프로세스의
argv[0]
에 임의의 값을 설정할 수 있습니다. (Pat Pannuto) #7696 - fs:
fs.ReadStream
를 사용할 때 현재까지 읽어들인 바이트 수를 알 수 있습니다. (Linus Unnebäck) #7942 - repl: REPL에서 에디터 모드를 지원합니다. (Prince J Wesley) #7275
- util:
util.inspect.defaultOptions
를 사용하여inspect()
를 전역으로 설정할 수 있습니다. (Roman Reiss) #8013
Commits
- [
06a0a053ea
] - 2016-08-15, Version 6.4.0 (Current) (cjihrig) #8070 - [
342a85b1a7
] - Working on v6.3.2 (Evan Lucas) #7782 - [
f135a4c3d1
] - 2016-07-21, Version 6.3.1 (Current) (Evan Lucas) #7782 - [
57043aad33
] - assert: fix deepEqual/deepStrictEqual on equivalent typed arrays (Feross Aboukhadijeh) #8002 - [
f6713bfabd
] - bench: add bench for fs.realpath() fix (Trevor Norris) #7899 - [
0d4b04659f
] - benchmark: favor === over == (Rich Trott) #8000 - [
98f51ffeb6
] - buffer: fix unintended unsigned overflow (Fedor Indutny) #7494 - [
28071a130e
] - buffer: introduce latin1 encoding term (Trevor Norris) #7111 - [
b0a557eef7
] - build: add correct shared library naming on OS X (Stewart Addison) #7687 - [
6ed4ea8fd6
] - build: turn on thin static archives (Ben Noordhuis) #7957 - [
c843e58914
] - (SEMVER-MINOR) build: export zlib symbols on Windows (Alex Hultman) #7983 - [
889c62fec1
] - build: fix dependency on missing header file (Ben Noordhuis) #7945 - [
a4394b8745
] - build: fix typo in non-essential source file name (Ben Noordhuis) #7945 - [
636cf2236a
] - build: adding config.gypi dep to addons/.buildstamp (Daniel Bevenius) #7893 - [
ddf292fc32
] - build: don’t link against liblog on host system (Ben Noordhuis) #7762 - [
f0312e6560
] - (SEMVER-MINOR) build: export more openssl symbols on Windows (Alex Hultman) #7576 - [
e561895275
] - (SEMVER-MINOR) child_process: control argv0 for spawned processes (Pat Pannuto) #7696 - [
da481c634f
] - (SEMVER-MINOR) child_process: support stdio option in fork() (cjihrig) #7811 - [
a4f0b13e2b
] - (SEMVER-MINOR) cluster: support stdio option for workers (cjihrig) #7838 - [
5f3ab3ffd1
] - (SEMVER-MINOR) crypto: fix undefined behavior in ParseExtension (Fedor Indutny) #7494 - [
60d6e048f0
] - (SEMVER-MINOR) deps: v8_inspector: console support (Aleksei Koziatinskii) #7988 - [
a9fe85ee9c
] - deps: v8_inspector update (Ali Ijaz Sheikh) #8014 - [
4d81362b99
] - deps: v8_inspector: remove jinja2 tests (Ali Ijaz Sheikh) #7796 - [
57312fc0c5
] - deps: remove jinja.el from deps/v8_inspector (Ali Ijaz Sheikh) #7796 - [
507c65d94a
] - deps: update v8_inspector (Ali Ijaz Sheikh) #7796 - [
3f46b5c18e
] - deps: float gyp patch for long filenames (Anna Henningsen) #7963 - [
e6887e2ceb
] - deps: cherry-pick a76d133 from v8 upstream (Matt Loring) #7689 - [
a03e3d3cff
] - deps: cherry-pick b93c80a from v8 upstream (Matt Loring) #7689 - [
75b37a6bac
] - deps: cherry-pick 43547df from V8 upstream (Franziska Hinkelmann) #7863 - [
af63871593
] - deps: cherry-pick a51f429 from V8 upstream (Franziska Hinkelmann) #7834 - [
e82e80417b
] - deps: backport 2bcbe2f from V8 upstream (ofrobots) #7814 - [
51a2041b90
] - (SEMVER-MINOR) dgram: generalized send queue to handle close (Matteo Collina) #7066 - [
7eb95f6faa
] - doc: minor updates to onboarding doc (Rich Trott) #8060 - [
5259322e62
] - doc: add POST_STATUS_TO_PR info to onboarding doc (Rich Trott) #8059 - [
1903275963
] - doc: update windows prerequisites (Ben Noordhuis) #8049 - [
3fe122f57e
] - doc: update licenses (Ali Ijaz Sheikh) #7796 - [
14b762f81f
] - doc: move orangemocha to collaborators list (Rich Trott) #8062 - [
ffbead92a0
] - doc: Add fhinkel to collaborators (Franziska Hinkelmann) #8052 - [
96d15e2f3c
] - doc: fix cluster message event docs (Zach Bjornson) #8017 - [
4a8b8048f2
] - doc: addadded:
information for cluster (Anna Henningsen) #7640 - [
38255080db
] - doc: remove spurious new line in CHANGELOG_V6.md (Luigi Pinca) #8009 - [
9f78c3f64f
] - doc: fix typo in vm.runInNewContext() description (Luigi Pinca) #8005 - [
c4765a1b66
] - doc: Clean up roff source in manpage (Alhadis) #7819 - [
cbcd03c912
] - doc: add CTC meeting minutes 2016-08-03 (Josh Gavant) #7980 - [
7d0e5a0622
] - doc: clarify collaborators & ctc members relationships (yorkie) #7996 - [
dedfcb7858
] - doc: clarify fd closing byfs.readFile
etc. (kibertoad) #7561 - [
ce776d22f9
] - doc: fix a markdown error in CTC meeting minutes (Сковорода Никита Андреевич) #7729 - [
b20518a013
] - doc: addadded:
information for events (Luigi Pinca) #7822 - [
7fa4be0f87
] - doc: improve server.listen() random port (Phillip Johnsen) #7976 - [
7c427bdccc
] - doc: clarify “Reviewed-By” iff “LGTM” (Bryan English) #7183 - [
cdbeae9adc
] - doc: add CTC meeting minutes 2016-07-13 (Josh Gavant) #7968 - [
2245e843cc
] - doc: add CTC meeting minutes 2016-07-20 (Josh Gavant) #7970 - [
cb0baca982
] - doc: use consistent markdown in README (Rich Trott) #7971 - [
3d1a06451a
] - doc: usegit-secure-tag
for release tags (Fedor Indutny) #7603 - [
e116cf96a0
] - doc: use blockquotes for Stability: markers (Anna Henningsen) #7757 - [
c934f51aa4
] - doc: fix default encoding mention in crypto.md (hugnosis) #7805 - [
df35ae6246
] - doc: fix minor formatting issue in 0.10 changelog (Сковорода Никита Андреевич) #7727 - [
5f12807c46
] - doc: remove extra indentation in iojs changelog (Сковорода Никита Андреевич) #7727 - [
abd0bc0523
] - doc: *.md formatting fixes in the top-level dir (Сковорода Никита Андреевич) #7727 - [
c72019b75a
] - doc: convert tabs to spaces (Сковорода Никита Андреевич) #7727 - [
0fbb83a67b
] - doc: piscisaureus has stepped-down from the CTC (James M Snell) #7969 - [
48422c240a
] - doc: add @addaleax to the CTC (Anna Henningsen) #7966 - [
0094adc0b2
] - doc: add CTC meeting minutes 2016-06-22 (Josh Gavant) #7390 - [
fd9b7b4c5a
] - doc: add CTC meeting minutes 2016-07-06 (Josh Gavant) #7570 - [
4616261110
] - doc: add CTC meeting minutes 2016-06-29 (Josh Gavant) #7571 - [
bb90867339
] - doc: add CTC meeting minutes 2016-07-27 (William Kapke) #7900 - [
7d0c1bf781
] - doc: fix path markdown formatting (Joey Cozza) #7817 - [
04ec64aacc
] - doc: add missing semicolon (Ravindra barthwal) #7915 - [
8d8d70d826
] - doc: fill in missing V8 version (Timothy Gu) #7878 - [
6ce9c80ccb
] - doc: remove extra spaces and concats in examples (Joe Esposito) #7885 - [
23b6468667
] - doc: add information about CTC quorum rules (Rich Trott) #7813 - [
0645c3d0c4
] - doc: align breakEvalOnSigint - repl option (Prince J Wesley) #7849 - [
14a0c3181c
] - doc: remove platform assumption from CONTRIBUTING (Bethany N Griggs) #7783 - [
5c4b938665
] - doc: minor typo fixes in stream docs (Alex Perkins) #7763 - [
57fb0d2ee2
] - doc: add/fix version metadata for Buffer methods (Brian White) #7784 - [
49a669bcda
] - doc: improve function parameter descriptions (Brian White) #7784 - [
bdc8690610
] - doc: add missing properties in Buffer docs (Brian White) #7784 - [
a8e7c7f2bf
] - doc: improve wording and style of Buffer docs (Brian White) #7784 - [
9a4a00bcdb
] - doc: improve links in Buffer docs (Brian White) #7784 - [
0103d9dcea
] - doc: reorganize Buffer link references (Brian White) #7784 - [
17ae49a055
] - doc: improve Buffer code examples (Brian White) #7784 - [
0ffeddb5b4
] - doc: various documentation formatting fixes (Сковорода Никита Андреевич) #7637 - [
1fa9330ac6
] - doc: add princejwesley to collaborators (Prince J Wesley) #7877 - [
715ac62670
] - doc: clarify that the node.js irc channel is not under tsc oversight (James M Snell) #7810 - [
edb877da65
] - doc: fixadded:
date forNODE_REPL_HISTORY
(Anna Henningsen) #7775 - [
27f92efaee
] - doctool: improve the title of pages in doc (yorkie) #7939 - [
18a3064937
] - fs: restore JS implementation of realpath (Bartosz Sosnowski) #7899 - [
0bb9d21f0e
] - (SEMVER-MINOR) fs: add bytesRead to ReadStream (Linus Unnebäck) #7942 - [
db3a7e83eb
] - http: specify _implicitHeader in OutgoingMessage (yorkie) #7949 - [
b75ca50c90
] - inspector: Do not crash if the port is n/a (Eugene Ostroukhov) #7874 - [
7dc66f82e3
] - lib: remove double check of string type (Franziska Hinkelmann) #7985 - [
5cc4b0ed15
] - meta: clarify process for breaking changes (Rich Trott) #7955 - [
79ecfb5183
] - meta: include a minimal CTC removal policy (Rich Trott) #7720 - [
376d73b3b9
] - meta: provide example activities (Rich Trott) #7744 - [
ccbb46378f
] - module: fix node_modules search path in edge case (hefangshi) #6670 - [
2f32191686
] - (SEMVER-MINOR) process: save original argv[0] (Pat Pannuto) #7696 - [
d9c9e46780
] - repl: disable Ctrl+C support on win32 for now (Anna Henningsen) #7977 - [
61e57e06a6
] - repl: don’t override all internal repl defaults (cjihrig) #7826 - [
4875aa2aa2
] - (SEMVER-MINOR) repl: Add editor mode support (Prince J Wesley) #7275 - [
fc3ba2ff4f
] - (SEMVER-MINOR) repl: Use displayErrors for SyntaxError (Prince J Wesley) #7589 - [
b3164ae22e
] - (SEMVER-MINOR) repl: add support for custom completions (Diosney Sarmiento) #7527 - [
980f4da8c4
] - repl: prevent undefined ref in completion (Evan Lucas) #7718 - [
6e6cf36761
] - repl: default useGlobal to true (cjihrig) #7795 - [
08e6eeee70
] - repl,util: insert carriage returns in output (JungMinu) #8028 - [
fb8840cac2
] - src: use RAII for mutexes in node_watchdog.cc (Anna Henningsen) #7933 - [
780395ffca
] - src: fix use-after-free in inspector agent (Ben Noordhuis) #7907 - [
9d45569ed4
] - src: avoid manual memory management in inspector (Ben Noordhuis) #7906 - [
a20336e708
] - src: remove unused using decls (Haojian Wu) #7990 - [
317ae96c33
] - src: make EnvDelete behave like the delete operator (Franziska Hinkelmann) #7975 - [
1ab796fa96
] - src: do not copy on failing setProperty() (Franziska Hinkelmann) #7908 - [
cf65a7ce9e
] - src: unifying PipeConnectWrap and TCPConnectWrap (Daniel Bevenius) #7501 - [
63c62cce35
] - src: Only use TR1 type_traits on OSX<10.9 (Ehsan Akhgari) #7778 - [
d7143095cb
] - src: fix build on CentOS (Rich Trott) #7873 - [
303f4102d3
] - src: pull OnConnection from pipe_wrap and tcp_wrap (Daniel Bevenius) #7547 - [
c967af8c07
] - src: suppress coverity message (cjihrig) #7587 - [
f3e5b39696
] - src: guard against overflow in ParseArrayIndex() (Ben Noordhuis) #7497 - [
c730a5d026
] - src: move ParseArrayIndex() to src/node_buffer.cc (Ben Noordhuis) #7497 - [
da9bd2fc48
] - src: alias BINARY to LATIN1 (Ben Noordhuis) #7284 - [
7ba0f860a6
] - src: fix erroneous fallthrough in ParseEncoding() (Ben Noordhuis) #7262 - [
a059aea9a2
] - src: remove final trace of raw encoding (Trevor Norris) #7111 - [
2db26cb165
] - test: add test for debug usage message (Rich Trott) #8061 - [
2e435998eb
] - test: mark test failing on AIX as flaky (Michael Dawson) #8065 - [
554b0f9d91
] - test: fix failing inspector cctest (Eugene Ostroukhov) #8019 - [
c565c17636
] - test: fix memory leaks in inspector tests (Ben Noordhuis) #7906 - [
5d68e4ba9b
] - test: console constructor missing new keyword (Rich Trott) #8003 - [
9735accd3e
] - test: allow globals to be whitelisted (cjihrig) #7826 - [
a385277eb5
] - test: fix flaky test-vm-sigint-existing-handler (Anna Henningsen) #7982 - [
b5beae2529
] - test: remove internal headers from addons (Gibson Fahnestock) #7947 - [
02b12fe880
] - test: improve chained property readability (Rich Trott) #7920 - [
d94063a22b
] - test: fix test-vm-sigint flakiness (Santiago Gimeno) #7854 - [
facd7dade1
] - test: don’t hard code deprecation count (Prince J Wesley) #7927 - [
4aee970d92
] - test: decrease inconsistency in the common.js (Vse Mozhet Byt) #7758 - [
10f0c94c35
] - test: fix flaky test-tls-wrap-timeout (Rich Trott) #7857 - [
ccfa6bf4d4
] - test: speed up test-net-reconnect-error (Rich Trott) #7886 - [
577adc74cd
] - test: ensure stream preprocessing order (Vse Mozhet Byt) #7741 - [
8f51e36898
] - test: use common platform helpers everywhere (Santiago Gimeno) #7845 - [
2f45941807
] - test: handle IPv6 localhost issues within tests (Rich Trott) #7766 - [
e56db1477c
] - test: fix flaky test-*-connect-address-family (Rich Trott) #7605 - [
1ab6df6b04
] - test: make import common as the first line (Sakthipriyan Vairamani) #7786 - [
0daceffd38
] - test,assert: add deepEqual/deepStrictEqual tests for typed arrays (Feross Aboukhadijeh) #8002 - [
4416ffab8a
] - test,util: fix flaky test-util-sigint-watchdog (Anna Henningsen) #7933 - [
4535149794
] - timers: remove unused repeat param in timer_wrap (Jan Schär) #7994 - [
381aef8145
] - timers: fix cleanup of nested same-timeout timers (Erin Spiceland) #7827 - [
e611c293bb
] - tools: enable rest-spread-spacing (Rich Trott) #8073 - [
7eb0e7a479
] - tools: favor === over == in license2rtf.js (Rich Trott) - [
583a2515da
] - tools: update license-builder.sh for v8_inspector (Ali Ijaz Sheikh) #7796 - [
97934f99bb
] - tools: enable linting for chained properties (Rich Trott) #7999 - [
60ff991c09
] - tools: update to ESLint 3.2.2 (Rich Trott) #7999 - [
d37a17ec5f
] - tools: add remark-lint configuration in .remarkrc (Сковорода Никита Андреевич) #7729 - [
cb16e97e9f
] - tools: add .vscode folder to .gitignore (Josh Gavant) #7967 - [
fecf611ca8
] - tools,test: show signal code when test crashes (Santiago Gimeno) #7859 - [
2f20910e24
] - tty: set the handle to blocking mode (Jeremiah Senkpiel) #6816 - [
cfec3ae5fd
] - (SEMVER-MINOR) util: add inspect.defaultOptions (Roman Reiss) #8013 - [
295d1ea016
] - util: support classes in util.deprecate() (vladimir) #7690 - [
0a07201ca1
] - util: fix formatting of objects with SIMD enabled (Anna Henningsen) #7864 - [
f1c50a8c5e
] - win,msi: fix inclusion of translations (João Reis) #7798 - [
dbbcb9dbd9
] - win,msi: Added Italian translation (Matteo Collina) #4647 - [
909254c901
] - zlib: remove unneeded property (Jan Schär) #7987
Windows 32-bit Installer: https://nodejs.org/dist/v6.4.0/node-v6.4.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v6.4.0/node-v6.4.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v6.4.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v6.4.0/win-x64/node.exe
Mac OS X 64-bit Installer: https://nodejs.org/dist/v6.4.0/node-v6.4.0.pkg
Mac OS X 64-bit Binary: https://nodejs.org/dist/v6.4.0/node-v6.4.0-darwin-x64.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v6.4.0/node-v6.4.0-linux-x86.tar.xz
Linux 64-bit Binary: https://nodejs.org/dist/v6.4.0/node-v6.4.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v6.4.0/node-v6.4.0-linux-ppc64le.tar.xz
SunOS 32-bit Binary: https://nodejs.org/dist/v6.4.0/node-v6.4.0-sunos-x86.tar.xz
SunOS 64-bit Binary: https://nodejs.org/dist/v6.4.0/node-v6.4.0-sunos-x64.tar.xz
ARMv6 32-bit Binary: https://nodejs.org/dist/v6.4.0/node-v6.4.0-linux-armv6l.tar.xz
ARMv7 32-bit Binary: https://nodejs.org/dist/v6.4.0/node-v6.4.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v6.4.0/node-v6.4.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v6.4.0/node-v6.4.0.tar.gz
Other release files: https://nodejs.org/dist/v6.4.0/
Documentation: https://nodejs.org/docs/v6.4.0/api/
Shasums (GPG signing hash: SHA512, file hash: SHA256):
1 | -----BEGIN PGP SIGNED MESSAGE----- |