From 5dd0c2fcc66f3940d6b9a6b5b887b294fc204aa9 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 11 Feb 2016 15:40:02 -0800 Subject: 2016-02-12, Version 4.3.1 'Argon' (LTS) Notable changes: * buffer: make byteLength work with Buffer correctly (Jackson Tian) - https://github.com/nodejs/node/pull/4738 * debugger: guard against call from non-node context (Ben Noordhuis) - https://github.com/nodejs/node/pull/4328 * node_contextify: do not incept debug context (Myles Borins) - https://github.com/nodejs/node/issues/4815 --- CHANGELOG.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/node_version.h | 2 +- 2 files changed, 82 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1a2023e8d..671d7b3cbac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,86 @@ # Node.js ChangeLog +## 2016-02-12, Version 4.3.1 'Argon' (LTS), @thealphanerd + +### Notable changes + +* **buffer** + * make byteLength work with Buffer correctly (Jackson Tian) + - [#4738](https://github.com/nodejs/node/pull/4738) +* **debugger** + * guard against call from non-node context (Ben Noordhuis) + - [#4328](https://github.com/nodejs/node/pull/4328) + - fixes segfaults in debugger + * do not incept debug context (Myles Borins) + - [#4815](https://github.com/nodejs/node/issues/4815) + - fixes crash in debugger when using util methods + +### Commits + +* [[`c711d5193f`](https://github.com/nodejs/node/commit/c711d5193f)] - **buffer**: make byteLength work with Buffer correctly (Jackson Tian) [#4738](https://github.com/nodejs/node/pull/4738) +* [[`df06be27c3`](https://github.com/nodejs/node/commit/df06be27c3)] - **buffer**: remove unnecessary TODO comments (Peter Geiss) [#4719](https://github.com/nodejs/node/pull/4719) +* [[`6c3db3a0c9`](https://github.com/nodejs/node/commit/6c3db3a0c9)] - **cluster**: ignore queryServer msgs on disconnection (Santiago Gimeno) [#4465](https://github.com/nodejs/node/pull/4465) +* [[`638dadeaba`](https://github.com/nodejs/node/commit/638dadeaba)] - **cluster**: fix race condition setting suicide prop (Santiago Gimeno) [#4349](https://github.com/nodejs/node/pull/4349) +* [[`2f626446fa`](https://github.com/nodejs/node/commit/2f626446fa)] - **crypto**: clear error stack in ECDH::Initialize (Fedor Indutny) [#4689](https://github.com/nodejs/node/pull/4689) +* [[`7e3c6a737b`](https://github.com/nodejs/node/commit/7e3c6a737b)] - **debugger**: remove variable redeclarations (Rich Trott) [#4633](https://github.com/nodejs/node/pull/4633) +* [[`ed5169b264`](https://github.com/nodejs/node/commit/ed5169b264)] - **debugger**: guard against call from non-node context (Ben Noordhuis) [#4328](https://github.com/nodejs/node/pull/4328) +* [[`5ad5ebbab1`](https://github.com/nodejs/node/commit/5ad5ebbab1)] - **dgram**: prevent disabled optimization of bind() (Brian White) [#4613](https://github.com/nodejs/node/pull/4613) +* [[`d3be7ff0b3`](https://github.com/nodejs/node/commit/d3be7ff0b3)] - **doc**: update list of personal traits in CoC (Kat Marchán) [#4801](https://github.com/nodejs/node/pull/4801) +* [[`e1a56fd5ad`](https://github.com/nodejs/node/commit/e1a56fd5ad)] - **doc**: style fixes for the TOC (Roman Reiss) [#4748](https://github.com/nodejs/node/pull/4748) +* [[`c5ac66a272`](https://github.com/nodejs/node/commit/c5ac66a272)] - **doc**: add `servername` parameter docs (Alexander Makarenko) [#4729](https://github.com/nodejs/node/pull/4729) +* [[`9029932834`](https://github.com/nodejs/node/commit/9029932834)] - **doc**: update branch-diff arguments in release doc (Rod Vagg) [#4691](https://github.com/nodejs/node/pull/4691) +* [[`0c66620c03`](https://github.com/nodejs/node/commit/0c66620c03)] - **doc**: add docs for more stream options (zoubin) [#4639](https://github.com/nodejs/node/pull/4639) +* [[`0eefe24779`](https://github.com/nodejs/node/commit/0eefe24779)] - **doc**: mention that http.Server inherits from net.Server (Ryan Sobol) [#4455](https://github.com/nodejs/node/pull/4455) +* [[`59bb498cb1`](https://github.com/nodejs/node/commit/59bb498cb1)] - **doc**: copyedit setTimeout() documentation (Rich Trott) [#4434](https://github.com/nodejs/node/pull/4434) +* [[`77db592ebb`](https://github.com/nodejs/node/commit/77db592ebb)] - **doc**: fix formatting in process.markdown (Rich Trott) [#4433](https://github.com/nodejs/node/pull/4433) +* [[`c945c2afd4`](https://github.com/nodejs/node/commit/c945c2afd4)] - **doc**: add path property to Write/ReadStream in fs.markdown (Claudio Rodriguez) [#4368](https://github.com/nodejs/node/pull/4368) +* [[`5360c2e5b0`](https://github.com/nodejs/node/commit/5360c2e5b0)] - **doc**: add docs working group (Bryan English) [#4244](https://github.com/nodejs/node/pull/4244) +* [[`3316de6726`](https://github.com/nodejs/node/commit/3316de6726)] - **doc**: restore ICU third-party software licenses (Richard Lau) [#4762](https://github.com/nodejs/node/pull/4762) +* [[`6aa84c0b2a`](https://github.com/nodejs/node/commit/6aa84c0b2a)] - **doc**: rebuild LICENSE using tools/license-builder.sh (Rod Vagg) [#4194](https://github.com/nodejs/node/pull/4194) +* [[`77244422cf`](https://github.com/nodejs/node/commit/77244422cf)] - **gitignore**: never ignore debug module (Michaël Zasso) [#2286](https://github.com/nodejs/node/pull/2286) +* [[`8fbc38b894`](https://github.com/nodejs/node/commit/8fbc38b894)] - **http**: remove variable redeclaration (Rich Trott) [#4612](https://github.com/nodejs/node/pull/4612) +* [[`1aa941172d`](https://github.com/nodejs/node/commit/1aa941172d)] - **http**: fix non-string header value concatenation (Brian White) [#4460](https://github.com/nodejs/node/pull/4460) +* [[`a23788a0e4`](https://github.com/nodejs/node/commit/a23788a0e4)] - **lib**: fix style issues after eslint update (Michaël Zasso) [nodejs/io.js#2286](https://github.com/nodejs/io.js/pull/2286) +* [[`88519207da`](https://github.com/nodejs/node/commit/88519207da)] - **module**: move unnecessary work for early return (Andres Suarez) [#3579](https://github.com/nodejs/node/pull/3579) +* [[`62f18c350a`](https://github.com/nodejs/node/commit/62f18c350a)] - **net**: remove hot path comment from connect (Evan Lucas) [#4648](https://github.com/nodejs/node/pull/4648) +* [[`2b649b7de2`](https://github.com/nodejs/node/commit/2b649b7de2)] - **net**: fix dns lookup for android (Josh Dague) [#4580](https://github.com/nodejs/node/pull/4580) +* [[`2a2580bad9`](https://github.com/nodejs/node/commit/2a2580bad9)] - **net, doc**: fix line wrapping lint in net.js (James M Snell) [#4588](https://github.com/nodejs/node/pull/4588) +* [[`76dbef95db`](https://github.com/nodejs/node/commit/76dbef95db)] - **node_contextify**: do not incept debug context (Myles Borins) [#4815](https://github.com/nodejs/node/issues/4815) +* [[`d54d92b426`](https://github.com/nodejs/node/commit/d54d92b426)] - **readline**: Remove XXX and output debuglog (Kohei TAKATA) [#4690](https://github.com/nodejs/node/pull/4690) +* [[`84ee8ae5b5`](https://github.com/nodejs/node/commit/84ee8ae5b5)] - **repl**: make sure historyPath is trimmed (Evan Lucas) [#4539](https://github.com/nodejs/node/pull/4539) +* [[`f64b69fffe`](https://github.com/nodejs/node/commit/f64b69fffe)] - **src**: remove redeclarations of variables (Rich Trott) [#4605](https://github.com/nodejs/node/pull/4605) +* [[`12c80a9d0c`](https://github.com/nodejs/node/commit/12c80a9d0c)] - **src**: don't check failure with ERR_peek_error() (Ben Noordhuis) [#4731](https://github.com/nodejs/node/pull/4731) +* [[`c022951e7c`](https://github.com/nodejs/node/commit/c022951e7c)] - **stream**: remove useless if test in transform (zoubin) [#4617](https://github.com/nodejs/node/pull/4617) +* [[`7fcd425713`](https://github.com/nodejs/node/commit/7fcd425713)] - **test**: fix tls-no-rsa-key flakiness (Santiago Gimeno) [#4043](https://github.com/nodejs/node/pull/4043) +* [[`1d3d2f1007`](https://github.com/nodejs/node/commit/1d3d2f1007)] - **test**: fix issues for space-in-parens ESLint rule (Roman Reiss) [#4753](https://github.com/nodejs/node/pull/4753) +* [[`2e37e3ea39`](https://github.com/nodejs/node/commit/2e37e3ea39)] - **test**: improve test-cluster-disconnect-suicide-race (Rich Trott) [#4739](https://github.com/nodejs/node/pull/4739) +* [[`cc725107af`](https://github.com/nodejs/node/commit/cc725107af)] - **test**: make test-cluster-disconnect-leak reliable (Rich Trott) [#4736](https://github.com/nodejs/node/pull/4736) +* [[`0462b789df`](https://github.com/nodejs/node/commit/0462b789df)] - **test**: fix flaky test-net-socket-local-address (cjihrig) [#4650](https://github.com/nodejs/node/pull/4650) +* [[`bab8a11a22`](https://github.com/nodejs/node/commit/bab8a11a22)] - **test**: fix race in test-net-server-pause-on-connect (Rich Trott) [#4637](https://github.com/nodejs/node/pull/4637) +* [[`acee468ea2`](https://github.com/nodejs/node/commit/acee468ea2)] - **test**: remove 1 second delay from test (Rich Trott) [#4616](https://github.com/nodejs/node/pull/4616) +* [[`1b8ec818dc`](https://github.com/nodejs/node/commit/1b8ec818dc)] - **test**: move resource intensive tests to sequential (Rich Trott) [#4615](https://github.com/nodejs/node/pull/4615) +* [[`c007e4723b`](https://github.com/nodejs/node/commit/c007e4723b)] - **test**: require common module only once (Rich Trott) [#4611](https://github.com/nodejs/node/pull/4611) +* [[`b7a5c58ec4`](https://github.com/nodejs/node/commit/b7a5c58ec4)] - **test**: only include http module once (Rich Trott) [#4606](https://github.com/nodejs/node/pull/4606) +* [[`8462467d44`](https://github.com/nodejs/node/commit/8462467d44)] - **test**: fix `http-upgrade-client` flakiness (Santiago Gimeno) [#4602](https://github.com/nodejs/node/pull/4602) +* [[`c1ba1dc45e`](https://github.com/nodejs/node/commit/c1ba1dc45e)] - **test**: fix flaky unrefed timers test (Rich Trott) [#4599](https://github.com/nodejs/node/pull/4599) +* [[`f10c937277`](https://github.com/nodejs/node/commit/f10c937277)] - **test**: fix `http-upgrade-agent` flakiness (Santiago Gimeno) [#4520](https://github.com/nodejs/node/pull/4520) +* [[`ab91e12c93`](https://github.com/nodejs/node/commit/ab91e12c93)] - **test**: fix flaky test-cluster-shared-leak (Rich Trott) [#4510](https://github.com/nodejs/node/pull/4510) +* [[`9ebf495d99`](https://github.com/nodejs/node/commit/9ebf495d99)] - **test**: fix flaky cluster-net-send (Brian White) [#4444](https://github.com/nodejs/node/pull/4444) +* [[`ceb84605b9`](https://github.com/nodejs/node/commit/ceb84605b9)] - **test**: fix flaky child-process-fork-regr-gh-2847 (Brian White) [#4442](https://github.com/nodejs/node/pull/4442) +* [[`2c8713322e`](https://github.com/nodejs/node/commit/2c8713322e)] - **test**: use addon.md block headings as test dir names (Rod Vagg) [#4412](https://github.com/nodejs/node/pull/4412) +* [[`13c7060399`](https://github.com/nodejs/node/commit/13c7060399)] - **test**: test each block in addon.md contains js & cc (Rod Vagg) [#4411](https://github.com/nodejs/node/pull/4411) +* [[`8e2cc70d78`](https://github.com/nodejs/node/commit/8e2cc70d78)] - **test**: fix tls-multi-key race condition (Santiago Gimeno) [#3966](https://github.com/nodejs/node/pull/3966) +* [[`be524377a7`](https://github.com/nodejs/node/commit/be524377a7)] - **test**: fix style issues after eslint update (Michaël Zasso) [nodejs/io.js#2286](https://github.com/nodejs/io.js/pull/2286) +* [[`5cf132a1d6`](https://github.com/nodejs/node/commit/5cf132a1d6)] - **tls**: copy client CAs and cert store on CertCb (Fedor Indutny) [#3537](https://github.com/nodejs/node/pull/3537) +* [[`9244955898`](https://github.com/nodejs/node/commit/9244955898)] - **tls_legacy**: do not read on OpenSSL's stack (Fedor Indutny) [#4624](https://github.com/nodejs/node/pull/4624) +* [[`c2cb93abd7`](https://github.com/nodejs/node/commit/c2cb93abd7)] - **tools**: add support for subkeys in release tools (Myles Borins) [#4807](https://github.com/nodejs/node/pull/4807) +* [[`c47a90ed44`](https://github.com/nodejs/node/commit/c47a90ed44)] - **tools**: enable space-in-parens ESLint rule (Roman Reiss) [#4753](https://github.com/nodejs/node/pull/4753) +* [[`dcb26b31aa`](https://github.com/nodejs/node/commit/dcb26b31aa)] - **tools**: fix style issue after eslint update (Michaël Zasso) [nodejs/io.js#2286](https://github.com/nodejs/io.js/pull/2286) +* [[`abeb1be777`](https://github.com/nodejs/node/commit/abeb1be777)] - **tools**: update eslint config (Michaël Zasso) [nodejs/io.js#2286](https://github.com/nodejs/io.js/pull/2286) +* [[`7faf8771a3`](https://github.com/nodejs/node/commit/7faf8771a3)] - **tools**: update eslint to v1.10.3 (Michaël Zasso) [nodejs/io.js#2286](https://github.com/nodejs/io.js/pull/2286) +* [[`44c10715cc`](https://github.com/nodejs/node/commit/44c10715cc)] - **tools**: fix license-builder.sh for ICU (Richard Lau) [#4762](https://github.com/nodejs/node/pull/4762) +* [[`b53e71aeea`](https://github.com/nodejs/node/commit/b53e71aeea)] - **tools**: add license-builder.sh to construct LICENSE (Rod Vagg) [#4194](https://github.com/nodejs/node/pull/4194) + ## 2016-02-09, Version 4.3.0 'Argon' (LTS), @jasnell This is an important security release. All Node.js users should consult the security release summary at nodejs.org for details on patched vulnerabilities. diff --git a/src/node_version.h b/src/node_version.h index 0973787f219..168c99263ef 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -8,7 +8,7 @@ #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Argon" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) -- cgit v1.2.3