Node v4.7.0 (LTS)
Myles Borins
Notable Changes
The SEMVER-MINOR changes include:
- build: export openssl symbols on Windows making it possible to build addons linking against the bundled version of openssl (Alex Hultman) #7576
- debugger: make listen address configurable in the debugger server (Ben Noordhuis) #3316
- dgram: generalized send queue to handle close fixing a potential throw when dgram socket is closed in the listening event handler. (Matteo Collina) #7066
- http: Introduce the 451 status code "Unavailable For Legal Reasons" (Max Barinov) #4377
- tls: introduce
secureContext
fortls.connect
which is useful for caching client certificates, key, and CA certificates. (Fedor Indutny) #4246
Notable SEMVER-PATCH changes include:
- build:
- introduce the configure --shared option for embedders (sxa555) #6994
- gtest: the test reporter now outputs tap comments as yamlish (Johan Bergström) #9262
- src: node no longer aborts when c-ares initialization fails (Ben Noordhuis) #8710
- tls: fix memory leak when writing data to TLSWrap instance during handshake (Fedor Indutny) #9586
Commits
- [
ed31f9cc30
] - benchmark: add microbenchmarks for ES Map (Rod Vagg) #7581 - [
c5181eda4b
] - build: reduce noise from doc target (Daniel Bevenius) #9457 - [
59d821debe
] - build: use wxneeded on openbsd (Aaron Bieber) #9232 - [
7c73105606
] - build: run cctests as part of test-ci target (Ben Noordhuis) #8034 - [
3919edb47e
] - build: don't build icu with -fno-rtti (Ben Noordhuis) #8886 - [
e97723b18c
] - build: abstract out shared library suffix (Stewart Addison) #9385 - [
0138b4db7c
] - build: windows sharedlib support (Stewart Addison) #9385 - [
f21c2b9d3b
] - build: configure --shared (sxa555) #6994 - [
bb2fdf58f7
] - build: cherry pick V8 change for windows DLL support (Stefan Budeanu) #8084 - [
84849f186f
] - (SEMVER-MINOR) build: export more openssl symbols on Windows (Alex Hultman) #7576 - [
3cefd65e90
] - build: export openssl symbols on windows (Ben Noordhuis) #6274 - [
4de7a6e291
] - build: fix config.gypi target (Daniel Bevenius) #9053 - [
9389572cbc
] - crypto: fix faulty logic in iv size check (Ben Noordhuis) #9032 - [
748e424163
] - (SEMVER-MINOR) debugger: make listen address configurable (Ben Noordhuis) #3316 - [
c1effb1255
] - deps: fix build with libc++ 3.8.0 (Johan Bergström) #9763 - [
eb34f687d5
] - deps: revert default gtest reporter change (Brian White) #8948 - [
4c47446133
] - deps: make gtest output tap (Ben Noordhuis) #8034 - [
91fce10aee
] - deps: back port OpenBSD fix in c-ares/c-ares (Aaron Bieber) #9232 - [
4571c84c67
] - (SEMVER-MINOR) dgram: generalized send queue to handle close (Matteo Collina) #7066 - [
d3c25c19ef
] - doc: update minute-taking procedure for CTC (Rich Trott) #9425 - [
861b689c01
] - doc: update GOVERNANCE.md to use "meeting chair" (Rich Trott) #9432 - [
5e820ae746
] - doc: update Diagnostics WG info (Josh Gavant) #9329 - [
e08173a2f1
] - doc: fix outdate ninja link (Yangyang Liu) #9278 - [
462c640a51
] - doc: fix typo in email address in README (Rich Trott) #8941 - [
fc77cbb5b1
] - doc: make node(1) more consistent with tradition (Alex Jordan) #8902 - [
66e26cd253
] - doc: child_process.execSync .stdio default is pipe (Kenneth Skovhus) #9701 - [
524ebfb5dd
] - doc: child_process .stdio accepts a String type (Kenneth Skovhus) #9701 - [
475fe96852
] - doc: simplify process.memoryUsage() example code (Thomas Watson Steen) #9560 - [
c48c318806
] - doc: change ./node to node in debugger.md (AnnaMag) #8943 - [
00a178257c
] - doc: update CONTRIBUTING.md to address editing PRs (Gibson Fahnestock) #9259 - [
2b2dde855a
] - doc: add italoacasas to collaborators (Italo A. Casas) #9677 - [
0f41058e41
] - doc: clarify relation between a file and a module (marzelin) #9026 - [
d1d207bd75
] - doc: add Sakthipriyan to the CTC (Rod Vagg) #9427 - [
9dad98bdf1
] - doc: add 2016-10-26 CTC meeting minutes (Rich Trott) #9348 - [
824009296a
] - doc: add 2016-10-05 CTC meeting minutes (Josh Gavant) #9326 - [
1a701f1723
] - doc: add 2016-09-28 CTC meeting minutes (Josh Gavant) #9325 - [
e9c6aff113
] - doc: add 2016-10-19 CTC meeting minutes (Josh Gavant) #9193 - [
c1e5e663a9
] - doc: improve header styling for API docs (Jeremiah Senkpiel) #8811 - [
279e30c3ee
] - doc: add CTC meeting minutes for 2016-10-12 (Michael Dawson) #9070 - [
3b839d1855
] - doc: remove confusing reference in governance doc (Rich Trott) #9073 - [
e564cb6af4
] - doc: add ctc-review label information (Rich Trott) #9072 - [
68ccc7a512
] - doc: update reference to list hash algorithms in crypto.md (scott stern) #9043 - [
132425a058
] - doc: specify that errno is a number, not a string (John Vilk) #9007 - [
695ee1e77b
] - doc: highlight deprecated API in ToC (Ilya Frolov) #7189 - [
4f8bf1bcf8
] - doc: explains why Reviewed-By is added in PRs (jessicaquynh) #9044 - [
af645a0553
] - doc: explain why GitHub merge button is not used (jessicaquynh) #9044 - [
f472c09e90
] - doc: reference signal(7) for the list of signals (Emanuele DelBono) #9323 - [
88079817c2
] - doc: fix typo in http.md (anu0012) #9144 - [
9f0ef5a4f2
] - doc: fix heading type for v4.6.2 changelog (Myles Borins) #9515 - [
f6f0b387ea
] - events: pass the original listener added by once (DavidCai) #6394 - [
02e6c84de2
] - gitignore: ignore all tap files (Johan Bergström) #9262 - [
a7ae8876f9
] - governance: expand use of CTC issue tracker (Rich Trott) #8945 - [
36abbbe736
] - gtest: output tap comments as yamlish (Johan Bergström) #9262 - [
50a4471aff
] - http: fix connection upgrade checks (Brian White) #8238 - [
c94482b167
] - (SEMVER-MINOR) http: 451 status code "Unavailable For Legal Reasons" (Max Barinov) #4377 - [
12da2581a8
] - https: fix memory leak with https.request() (Ilkka Myller) #8647 - [
3b448a7f12
] - lib: changed var to const in linkedlist (Adri Van Houdt) #8609 - [
a3a184d40a
] - lib: fix TypeError in v8-polyfill (Wyatt Preul) #8863 - [
423846053b
] - lib: remove let from for loops (Myles Borins) #8873 - [
9a192a9683
] - net: fix ambiguity in EOF handling (Fedor Indutny) #9066 - [
62e83b363e
] - src: Malloc/Calloc size 0 returns non-null pointer (Rich Trott) #8572 - [
51e09d00c4
] - src: normalize malloc, realloc (Michael Dawson) #7564 - [
3b5cedebd1
] - src: renaming ares_task struct to node_ares_task (Daniel Bevenius) #7345 - [
e5d2a95d68
] - src: remove out-of-date TODO comment (Daniel Bevenius) #9000 - [
b4353e9017
] - src: fix typo in #endif comment (Juan Andres Andrango) #8989 - [
f0192ec195
] - src: don't abort when c-ares initialization fails (Ben Noordhuis) #8710 - [
f669a08b76
] - src: fix typo rval to value (Miguel Angel Asencio Hurtado) #9023 - [
9b9762ccec
] - streams: fix regression inunpipe()
(Anna Henningsen) #9171 - [
cc36a63205
] - test: remove watchdog in test-debug-signal-cluster (Rich Trott) #9476 - [
9144d373ba
] - test: cleanup test-dgram-error-message-address (Michael Macherey) #8938 - [
96bdfae041
] - test: improve test-debugger-util-regression (Santiago Gimeno) #9490 - [
2c758861c0
] - test: move timer-dependent test to sequential (Rich Trott) #9431 - [
d9955fbb17
] - test: add test for HTTP client "aborted" event (Kyle E. Mitchell) #7376 - [
b0476c5590
] - test: fix flaky test-fs-watch-recursive on OS X (Rich Trott) #9303 - [
bcd156f4ab
] - test: refactor test-async-wrap-check-providers (Gerges Beshay) #9297 - [
9d5e7f5c85
] - test: use strict assertions in module loader test (Ben Noordhuis) #9263 - [
6d742b3fdd
] - test: remove err timer from test-http-set-timeout (BethGriggs) #9264 - [
51b251d8eb
] - test: add coverage for spawnSync() killSignal (cjihrig) #8960 - [
fafffd4f99
] - test: fix test-child-process-fork-regr-gh-2847 (Santiago Gimeno) #8954 - [
a2621a25e5
] - test: remove FIXME pummel/test-tls-securepair-client (Alfred Cepeda) #8757 - [
747013bc39
] - test: output tap13 instead of almost-tap (Johan Bergström) #9262 - [
790406661d
] - test: refactor test-net-server-max-connections (Rich Trott) #8931 - [
347547a97e
] - test: expand test coverage for url.js (Junshu Okamoto) #8859 - [
cec5e36df7
] - test: fix test-cluster-worker-init.js flakyness (Ilkka Myller) #8703 - [
b3fccc2536
] - test: enable cyrillic punycode test case (Ben Noordhuis) #8695 - [
03f703177f
] - test: remove call tonet.Socket.resume()
(Alfred Cepeda) #8679 - [
527db40932
] - test: add coverage for execFileSync() errors (cjihrig) #9211 - [
40ef23969d
] - test: writable stream needDrain state (Italo A. Casas) #8799 - [
ba4a3ede56
] - test: writable stream ending state (Italo A. Casas) #8707 - [
80a26c7540
] - test: writable stream finished state (Italo A. Casas) #8791 - [
a64af39c83
] - test: remove duplicate required module (Rich Trott) #9169 - [
a038fcc307
] - test: add regression test for instanceof (Franziska Hinkelmann) #9178 - [
bd99b2d4e4
] - test: checking if error constructor is assert.AssertionError (larissayvette) #9119 - [
4a6bd8683f
] - test: fix flaky test-child-process-fork-dgram (Rich Trott) #9098 - [
d9c33646e6
] - test: add regression test forunpipe()
(Niels Nielsen) #9171 - [
f9b24f42ba
] - test: use npm sandbox in test-npm-install (João Reis) #9079 - [
54c38eb22e
] - tickprocessor: apply c++filt manually on mac (Fedor Indutny) #8480 - [
bf25994308
] - tls: fix leak of WriteWrap+TLSWrap combination (Fedor Indutny) #9586 - [
9049c1f6b6
] - (SEMVER-MINOR) tls: introducesecureContext
fortls.connect
(Fedor Indutny) #4246 - [
b1bd1c42c0
] - tools: allow test.py to use full paths of tests (Francis Gulotta) #9694 - [
533ce48b6a
] - tools: make --repeat work with -j in test.py (Rich Trott) #9249 - [
f9baa1119f
] - tools: remove dangling eslint symlink (Sam Roberts) #9299 - [
c8dccf29dd
] - tools: avoid let in for loops (jessicaquynh) #9049 - [
620cdc5ce8
] - tools: fix release script on macOS 10.12 (Evan Lucas) #8824 - [
f18f3b61e3
] - util: use template strings (Alejandro Oviedo Garcia) #9120 - [
1dfb5b5a09
] - v8: update make-v8.sh to use git (Jaideep Bajwa) #9393 - [
bdb6cf92c7
] - win,msi: mark INSTALLDIR property as secure (João Reis) #8795 - [
9a02414a29
] - zlib: fix raw inflate with custom dictionary (Tarjei Husøy)
Windows 32-bit Installer: https://nodejs.org/dist/v4.7.0/node-v4.7.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v4.7.0/node-v4.7.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v4.7.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v4.7.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v4.7.0/node-v4.7.0.pkg
macOS 64-bit Binary: https://nodejs.org/dist/v4.7.0/node-v4.7.0-darwin-x64.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v4.7.0/node-v4.7.0-linux-x86.tar.xz
Linux 64-bit Binary: https://nodejs.org/dist/v4.7.0/node-v4.7.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v4.7.0/node-v4.7.0-linux-ppc64le.tar.xz
Linux PPC BE 64-bit Binary: https://nodejs.org/dist/v4.7.0/node-v4.7.0-linux-ppc64.tar.xz
SmartOS 32-bit Binary: https://nodejs.org/dist/v4.7.0/node-v4.7.0-sunos-x86.tar.xz
SmartOS 64-bit Binary: https://nodejs.org/dist/v4.7.0/node-v4.7.0-sunos-x64.tar.xz
ARMv6 32-bit Binary: https://nodejs.org/dist/v4.7.0/node-v4.7.0-linux-armv6l.tar.xz
ARMv7 32-bit Binary: https://nodejs.org/dist/v4.7.0/node-v4.7.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v4.7.0/node-v4.7.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v4.7.0/node-v4.7.0.tar.gz
Other release files: https://nodejs.org/dist/v4.7.0/
Documentation: https://nodejs.org/docs/v4.7.0/api/
SHASUMS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
a8a930005e964e38cd40a4549b5f9796703720df856d7b72519e42f1237707dc node-v4.7.0-darwin-x64.tar.gz
4eea90f147c8214bcee3beaf8fed700db7fdd60cdfe2f67dc93c0414671c462c node-v4.7.0-darwin-x64.tar.xz
bec584907ad0135f43b5460de8cebe396720c1b3223fbdcf82e0a8c65d019376 node-v4.7.0-headers.tar.gz
dfb35465e7fb07bbabcdefcbb829fbc0ec26dd61b2e689e10cfaed4d17315cb2 node-v4.7.0-headers.tar.xz
5808bcca509170b4c6190c31ac786a5543989469f2ca0198479485b605bd843a node-v4.7.0-linux-arm64.tar.gz
f4c7a5d1ded34cf88f01c6a3da17767ff79c945ea1c9807fc15df48fc8c79ea7 node-v4.7.0-linux-arm64.tar.xz
ef80dddfef80abc1c8571cfb5daf8d7ab333f3b577ac448b82436b972bbc2ed1 node-v4.7.0-linux-armv6l.tar.gz
c146aa3148cb8820a68d27ed835b758b0920eb49ed5b645e202ca24de8caf5ff node-v4.7.0-linux-armv6l.tar.xz
9e37705d6ec763a2953cbd2a46421f6a57d341d433f45d91aabed2fc99e7444a node-v4.7.0-linux-armv7l.tar.gz
402f1484f0f97ad9ea31289288ae878d3f0af29239b383183f20c136fd633773 node-v4.7.0-linux-armv7l.tar.xz
8507c2b76954ada0754416cc19869317fb7fa37497494ac2b2d37fd5e36d46c9 node-v4.7.0-linux-ppc64le.tar.gz
9cbb98e484eeb45db46248c0dc86a2c78c4eac0b6e7020f33f0bb27dfb15423b node-v4.7.0-linux-ppc64le.tar.xz
854738b3d8bbcb52fff04a032fbf5b6610d08630b5543a116b6c689536049e48 node-v4.7.0-linux-ppc64.tar.gz
1157f88484c93f29daa64ca76ef0a2c3a615969fdb75b81097518ac13e460f27 node-v4.7.0-linux-ppc64.tar.xz
31b9414302ff99f8d60ebad6afda30a8f4a09429dab2cdc872f7bc3ce6ead041 node-v4.7.0-linux-x64.tar.gz
0198a948afbf0b9fe39db4ad99054e50bbe5073acb11d676a17e2ce50e993a14 node-v4.7.0-linux-x64.tar.xz
1544091040e4fda22e3d9519115f3719e9f3958467c35cb213211db98d145cab node-v4.7.0-linux-x86.tar.gz
d2650879dc8d85032d10f51cd81a15216af200f9263eb962d4652a8ed9e711a9 node-v4.7.0-linux-x86.tar.xz
4eb81ba5e1302841e2eef0d76076ee0be4260ad9a94fce6830116cec75530282 node-v4.7.0.pkg
f871b571a870ec0a95b5cdd851115b4f1ecefb4d4a7a41c884c060561c21b306 node-v4.7.0-sunos-x64.tar.gz
0f58b161707b32d0cb7c533387f5574e504e367439c05703cafcc8765a92dd5f node-v4.7.0-sunos-x64.tar.xz
c41482d7ccf9fa95408980e22baf44094e073a14a354bb5241a39dfec9574942 node-v4.7.0-sunos-x86.tar.gz
3cd29cc7d5fa0d88739a6a0f164b9822e47e08f85697aac1f8397959ff648bec node-v4.7.0-sunos-x86.tar.xz
0bc45fc02e425746001a8f012d6781fa5da6e629a43654c84ab7e767368fec61 node-v4.7.0.tar.gz
b03c777ba8817a8478d57f00797db86dc7e7953d2066c34edbceeba8ad056142 node-v4.7.0.tar.xz
4de1f402bccbc60770e7830d62798bc908cbf7c879dfd0aa5cff8b000e819945 node-v4.7.0-win-x64.7z
8b257f217ad882deffc2cd37d3aed7b8bbe57da1c4eb0b3b54cb529dff8ce811 node-v4.7.0-win-x64.zip
7420650b857134cb44fa883f05f0f76a41c96ca39f7128973adfd994598d5746 node-v4.7.0-win-x86.7z
749b44add98a774d83fe8e1d7f78a1a669df82bf412c5415ccf95462c1365bd9 node-v4.7.0-win-x86.zip
7c765b8b43bb9f0c1db82bf14c481b5c96f34c10885451776143edda6201f827 node-v4.7.0-x64.msi
bbcbbb3f424313c7d778cf58753ec6d9fc25856f800f382b03d3c2c35bbc34d9 node-v4.7.0-x86.msi
d23165fe7e1c10e017ddd02921a57843f8d18846f4eda7935b746d200399930b win-x64/node.exe
24201a0dfb2e3cba8bef5ab06f1985670667bfb1d9c205930302e569d89e9359 win-x64/node.lib
a39a4c1a1423c910d4a216dc93bcec8c7b83ed9c6604060c5ad3fa73173619df win-x64/node_pdb.7z
09cd8b7f89d931c4b68258e5f7500d179a7f96bff766ab91f6430a8f350f99cd win-x64/node_pdb.zip
874dd3f4064c8325f808543703b62bca3e7ff559c8b93236353451fa87669151 win-x86/node.exe
2ceb3a61aeb799279755eff3ad0a823302abbccd319af74466025ad8eb92a5bc win-x86/node.lib
f0c763f445600689616c790d44138c2de50bc44f93965c5c2b483c846870df86 win-x86/node_pdb.7z
85178d436b1ec0cfd890cb0d2fc9545068054f7adee418f8b46557aaf4ede60b win-x86/node_pdb.zip
-----BEGIN PGP SIGNATURE-----
iQEcBAEBCAAGBQJYbopmAAoJEJM7AfQLXKlGbHgH/3qNfttJafhVzEPAn3O1Urj7
LmdA9KMqUgbKKEsb3maereMAtbt2sGQeSCzUl65SMVSPFYKJj1iFvvOQAxeqB8kA
moFo7QQZNvdQZtieF+hR9Pe/zZRm91ugxSWqogPtZgv0QP+3eDDIbYai8393gVWo
rUNl/6Uafq5yj+DSphU62GRyHluo2+msMq2tHa0Qn4VEfo9LVqMiaBXaU66tfRH9
upyVui89hDpjS6fleV/G1A4PkqIach6+MNKOlL69Vb9tNGyH6QimkU8n0CQmnAW6
NV5GN8R2Iupewsd/cK1GRikbAXG7s1vvbOpl59XYgWqgfONhAkv4yB7c9+OXfqk=
=VLPP
-----END PGP SIGNATURE-----