diff --git a/CHANGELOG.md b/CHANGELOG.md index bf32821299b304..e2ddc0dd4bd3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,128 @@ # Node.js ChangeLog +## 2017-02-21, Version 4.8.0 'Argon' (LTS), @MylesBorins + +### Notable Changes + +Coming Soon + +### Commits + +* [[`1d6c408573`](https://github.com/nodejs/node/commit/1d6c408573)] - **build**: add /opt/freeware/... to AIX library path (Stewart X Addison) [#10128](https://github.com/nodejs/node/pull/10128) +* [[`07422728c8`](https://github.com/nodejs/node/commit/07422728c8)] - **build**: add (not) cross-compiled configure flags (Jesús Leganés-Combarro 'piranna) [#10287](https://github.com/nodejs/node/pull/10287) +* [[`f3f57be7d5`](https://github.com/nodejs/node/commit/f3f57be7d5)] - **(SEMVER-MINOR)** **child_process**: add shell option to spawn() (cjihrig) [#4598](https://github.com/nodejs/node/pull/4598) +* [[`cc609096a4`](https://github.com/nodejs/node/commit/cc609096a4)] - **crypto**: Use reference count to manage cert_store (Adam Majer) [#9409](https://github.com/nodejs/node/pull/9409) +* [[`705fac9c83`](https://github.com/nodejs/node/commit/705fac9c83)] - **crypto**: remove unnecessary variables of alpn/npn (Shigeki Ohtsu) [#10831](https://github.com/nodejs/node/pull/10831) +* [[`bde31f75a7`](https://github.com/nodejs/node/commit/bde31f75a7)] - **debugger**: call `this.resume()` after `this.run()` (Lance Ball) [#10099](https://github.com/nodejs/node/pull/10099) +* [[`3f05d95ec3`](https://github.com/nodejs/node/commit/3f05d95ec3)] - **deps**: update patch level in V8 (Myles Borins) [#10668](https://github.com/nodejs/node/pull/10668) +* [[`18be2925e1`](https://github.com/nodejs/node/commit/18be2925e1)] - **deps**: backport a715957 from V8 upstream (Myles Borins) [#10668](https://github.com/nodejs/node/pull/10668) +* [[`ba4a20a732`](https://github.com/nodejs/node/commit/ba4a20a732)] - **deps**: backport 7a88ff3 from V8 upstream (Myles Borins) [#10668](https://github.com/nodejs/node/pull/10668) +* [[`97d1c6b4f9`](https://github.com/nodejs/node/commit/97d1c6b4f9)] - **deps**: backport d800a65 from V8 upstream (Myles Borins) [#10668](https://github.com/nodejs/node/pull/10668) +* [[`78ab6975c4`](https://github.com/nodejs/node/commit/78ab6975c4)] - **deps**: V8: fix debug backtrace for symbols (Ali Ijaz Sheikh) [#10732](https://github.com/nodejs/node/pull/10732) +* [[`d45a7fb81d`](https://github.com/nodejs/node/commit/d45a7fb81d)] - **doc**: update CONTRIBUTING.MD with link to V8 guide (sarahmeyer) [#10070](https://github.com/nodejs/node/pull/10070) +* [[`3fe6adcf87`](https://github.com/nodejs/node/commit/3fe6adcf87)] - **doc**: add joyeecheung to collaborators (Joyee Cheung) [#10603](https://github.com/nodejs/node/pull/10603) +* [[`63175673b8`](https://github.com/nodejs/node/commit/63175673b8)] - **doc**: warn about unvalidated input in child_process (Matthew Garrett) [#10466](https://github.com/nodejs/node/pull/10466) +* [[`9ea531d292`](https://github.com/nodejs/node/commit/9ea531d292)] - **doc**: require two-factor authentication (Rich Trott) [#10529](https://github.com/nodejs/node/pull/10529) +* [[`24a8f31761`](https://github.com/nodejs/node/commit/24a8f31761)] - **doc**: use "Node.js" in V8 guide (Rich Trott) [#10438](https://github.com/nodejs/node/pull/10438) +* [[`ec3803df62`](https://github.com/nodejs/node/commit/ec3803df62)] - **doc**: require() tries first core not native modules (Vicente Jimenez Aguilar) [#10324](https://github.com/nodejs/node/pull/10324) +* [[`8e7749e0aa`](https://github.com/nodejs/node/commit/8e7749e0aa)] - **doc**: clarify the review and landing process (Joyee Cheung) [#10202](https://github.com/nodejs/node/pull/10202) +* [[`a54109b53d`](https://github.com/nodejs/node/commit/a54109b53d)] - **doc**: redirect 'Start a Working Group' to TSC repo (William Kapke) [#9655](https://github.com/nodejs/node/pull/9655) +* [[`e8c981ee1e`](https://github.com/nodejs/node/commit/e8c981ee1e)] - **doc**: add Working Group dissolution text (William Kapke) [#9656](https://github.com/nodejs/node/pull/9656) +* [[`65862755fe`](https://github.com/nodejs/node/commit/65862755fe)] - **doc**: more efficient example in the console.md (Vse Mozhet Byt) [#10451](https://github.com/nodejs/node/pull/10451) +* [[`bb54a8d784`](https://github.com/nodejs/node/commit/bb54a8d784)] - **doc**: var -> const / let in the console.md (Vse Mozhet Byt) [#10451](https://github.com/nodejs/node/pull/10451) +* [[`9f1b18828c`](https://github.com/nodejs/node/commit/9f1b18828c)] - **doc**: consistent 'Returns:' part two (Myles Borins) [#10391](https://github.com/nodejs/node/pull/10391) +* [[`beba150f52`](https://github.com/nodejs/node/commit/beba150f52)] - **doc**: clarify macosx-firewall suggestion BUILDING (Chase Starr) [#10311](https://github.com/nodejs/node/pull/10311) +* [[`1b52c2b0d7`](https://github.com/nodejs/node/commit/1b52c2b0d7)] - **doc**: add Michaël Zasso to the CTC (Michaël Zasso) +* [[`26ce0058db`](https://github.com/nodejs/node/commit/26ce0058db)] - **(SEMVER-MINOR)** **fs**: add the fs.mkdtemp() function. (Florian MARGAINE) [#5333](https://github.com/nodejs/node/pull/5333) +* [[`20778e5fac`](https://github.com/nodejs/node/commit/20778e5fac)] - **lib,test**: use consistent operator linebreak style (Michaël Zasso) [#10178](https://github.com/nodejs/node/pull/10178) +* [[`adb5beda99`](https://github.com/nodejs/node/commit/adb5beda99)] - **os**: fix os.release() for aix and add test (jBarz) [#10245](https://github.com/nodejs/node/pull/10245) +* [[`bf3a67c4fd`](https://github.com/nodejs/node/commit/bf3a67c4fd)] - **process**: add process.cpuUsage() - implementation, doc, tests (Patrick Mueller) [#10796](https://github.com/nodejs/node/pull/10796) +* [[`67abbb6837`](https://github.com/nodejs/node/commit/67abbb6837)] - **(SEMVER-MINOR)** **process**: add `process.memoryUsage.external` (Fedor Indutny) [#9587](https://github.com/nodejs/node/pull/9587) +* [[`175ffda97d`](https://github.com/nodejs/node/commit/175ffda97d)] - **src**: describe what NODE_MODULE_VERSION is for (Sam Roberts) [#10414](https://github.com/nodejs/node/pull/10414) +* [[`6f313b2654`](https://github.com/nodejs/node/commit/6f313b2654)] - **src**: fix string format mistake for 32 bit node (Alex Newman) [#10082](https://github.com/nodejs/node/pull/10082) +* [[`a0238869bb`](https://github.com/nodejs/node/commit/a0238869bb)] - **stream, test**: test _readableState.emittedReadable (Joyee Cheung) [#10249](https://github.com/nodejs/node/pull/10249) +* [[`baf391a186`](https://github.com/nodejs/node/commit/baf391a186)] - **test**: cleanup stream tests (Italo A. Casas) [#8668](https://github.com/nodejs/node/pull/8668) +* [[`9bfca28515`](https://github.com/nodejs/node/commit/9bfca28515)] - **test**: refactor test-preload (Rich Trott) [#9803](https://github.com/nodejs/node/pull/9803) +* [[`2588c97a51`](https://github.com/nodejs/node/commit/2588c97a51)] - **test**: invalid package.json causes error when require()ing in directory (Sam Shull) [#10044](https://github.com/nodejs/node/pull/10044) +* [[`4c03398024`](https://github.com/nodejs/node/commit/4c03398024)] - **test**: refactoring test-pipe-head (Travis Bretton) [#10036](https://github.com/nodejs/node/pull/10036) +* [[`8492c4951b`](https://github.com/nodejs/node/commit/8492c4951b)] - **test**: add second argument to assert.throws() (Ken Russo) [#9987](https://github.com/nodejs/node/pull/9987) +* [[`34f068195f`](https://github.com/nodejs/node/commit/34f068195f)] - **test**: refactor test-tls-0-dns-altname (Richard Karmazin) [#9948](https://github.com/nodejs/node/pull/9948) +* [[`2e5d8d5dcf`](https://github.com/nodejs/node/commit/2e5d8d5dcf)] - **test**: test: refactor test-sync-fileread (Jason Wohlgemuth) [#9941](https://github.com/nodejs/node/pull/9941) +* [[`ffa8c8487c`](https://github.com/nodejs/node/commit/ffa8c8487c)] - **test**: use common.fixturesDir almost everywhere (Bryan English) [#6997](https://github.com/nodejs/node/pull/6997) +* [[`06c8dddb9a`](https://github.com/nodejs/node/commit/06c8dddb9a)] - **test**: refactor test-repl-mode.js (Cesar Hernandez) [#10061](https://github.com/nodejs/node/pull/10061) +* [[`5688c5d367`](https://github.com/nodejs/node/commit/5688c5d367)] - **test**: refactor test-net-dns-custom-lookup (Kent.Fan) [#10071](https://github.com/nodejs/node/pull/10071) +* [[`476579d264`](https://github.com/nodejs/node/commit/476579d264)] - **test**: refactor test-tls-server-verify (Hutson Betts) [#10076](https://github.com/nodejs/node/pull/10076) +* [[`5bdd6158e7`](https://github.com/nodejs/node/commit/5bdd6158e7)] - **test**: use mustCall() for simple flow tracking (cjihrig) [#7753](https://github.com/nodejs/node/pull/7753) +* [[`e3490bdb01`](https://github.com/nodejs/node/commit/e3490bdb01)] - **test**: set stdin too for pseudo-tty tests (Anna Henningsen) [#10149](https://github.com/nodejs/node/pull/10149) +* [[`7bbf0d01c5`](https://github.com/nodejs/node/commit/7bbf0d01c5)] - **test**: add stdin-setrawmode.out file (Jonathan Darling) [#10149](https://github.com/nodejs/node/pull/10149) +* [[`b3b7686739`](https://github.com/nodejs/node/commit/b3b7686739)] - **test**: add tests for clearBuffer state machine (Safia Abdalla) [#9922](https://github.com/nodejs/node/pull/9922) +* [[`11635e2a29`](https://github.com/nodejs/node/commit/11635e2a29)] - **test**: update test-cluster-shared-handle-bind-error (cjihrig) [#10547](https://github.com/nodejs/node/pull/10547) +* [[`d70a40c515`](https://github.com/nodejs/node/commit/d70a40c515)] - **test**: avoid assigning this to variables (cjihrig) [#10548](https://github.com/nodejs/node/pull/10548) +* [[`ee187ef5eb`](https://github.com/nodejs/node/commit/ee187ef5eb)] - **test**: improve test-http-allow-req-after-204-res (Adrian Estrada) [#10503](https://github.com/nodejs/node/pull/10503) +* [[`53df0fb513`](https://github.com/nodejs/node/commit/53df0fb513)] - **test**: improve test-fs-empty-readStream.js (Adrian Estrada) [#10479](https://github.com/nodejs/node/pull/10479) +* [[`fa53e902f8`](https://github.com/nodejs/node/commit/fa53e902f8)] - **test**: use strictEqual in test-http-server (Fabrice Tatieze) [#10478](https://github.com/nodejs/node/pull/10478) +* [[`e8c2ca8f2a`](https://github.com/nodejs/node/commit/e8c2ca8f2a)] - **test**: refactor test-stream2-unpipe-drain (Chris Story) [#10033](https://github.com/nodejs/node/pull/10033) +* [[`9639f4c739`](https://github.com/nodejs/node/commit/9639f4c739)] - **test**: add test for SIGWINCH handling by stdio.js (Sarah Meyer) [#10063](https://github.com/nodejs/node/pull/10063) +* [[`6bc34d2e4d`](https://github.com/nodejs/node/commit/6bc34d2e4d)] - **test**: improve code in test-vm-preserves-property (Adrian Estrada) [#10428](https://github.com/nodejs/node/pull/10428) +* [[`feede6a33c`](https://github.com/nodejs/node/commit/feede6a33c)] - **test**: fix flaky test-https-timeout (Rich Trott) [#10404](https://github.com/nodejs/node/pull/10404) +* [[`9a4a40e461`](https://github.com/nodejs/node/commit/9a4a40e461)] - **test**: improve test-cluster-worker-constructor.js (Adrian Estrada) [#10396](https://github.com/nodejs/node/pull/10396) +* [[`d64482148c`](https://github.com/nodejs/node/commit/d64482148c)] - **test**: stream readable resumeScheduled state (Italo A. Casas) [#10299](https://github.com/nodejs/node/pull/10299) +* [[`76b034e86b`](https://github.com/nodejs/node/commit/76b034e86b)] - **test**: stream readable needReadable state (Joyee Cheung) [#10241](https://github.com/nodejs/node/pull/10241) +* [[`0f972d739a`](https://github.com/nodejs/node/commit/0f972d739a)] - **test**: clean up domain-no-error-handler test (weyj4) [#10291](https://github.com/nodejs/node/pull/10291) +* [[`918fdcef73`](https://github.com/nodejs/node/commit/918fdcef73)] - **test**: update test-domain-uncaught-exception.js (Andy Chen) [#10193](https://github.com/nodejs/node/pull/10193) +* [[`25a7642f34`](https://github.com/nodejs/node/commit/25a7642f34)] - **test**: refactor test-domain.js (Siddhartha Sahai) [#10207](https://github.com/nodejs/node/pull/10207) +* [[`ccd3e74a20`](https://github.com/nodejs/node/commit/ccd3e74a20)] - **test**: fail for missing output files (Anna Henningsen) [#10150](https://github.com/nodejs/node/pull/10150) +* [[`23677ba6f4`](https://github.com/nodejs/node/commit/23677ba6f4)] - **test**: stream readableState readingMore state (Gregory) [#9868](https://github.com/nodejs/node/pull/9868) +* [[`0d59cda169`](https://github.com/nodejs/node/commit/0d59cda169)] - **test**: s/ASSERT/assert/ (cjihrig) [#10544](https://github.com/nodejs/node/pull/10544) +* [[`59e60e53cc`](https://github.com/nodejs/node/commit/59e60e53cc)] - **test**: fix flaky test-http-client-timeout-with-data (Rich Trott) [#10431](https://github.com/nodejs/node/pull/10431) +* [[`bff21b4321`](https://github.com/nodejs/node/commit/bff21b4321)] - **test**: refactor test-stdin-from-file (Rob Adelmann) [#10331](https://github.com/nodejs/node/pull/10331) +* [[`4bcea9f175`](https://github.com/nodejs/node/commit/4bcea9f175)] - **test**: refactor the code in test-fs-chmod (Adrian Estrada) [#10440](https://github.com/nodejs/node/pull/10440) +* [[`f1f34dfa40`](https://github.com/nodejs/node/commit/f1f34dfa40)] - **test**: improve the code in test-pipe.js (Adrian Estrada) [#10452](https://github.com/nodejs/node/pull/10452) +* [[`847db885d7`](https://github.com/nodejs/node/commit/847db885d7)] - **test**: improve code in test-fs-readfile-error (Adrian Estrada) [#10367](https://github.com/nodejs/node/pull/10367) +* [[`713a1aac9c`](https://github.com/nodejs/node/commit/713a1aac9c)] - **test**: improve code in test-vm-symbols (Adrian Estrada) [#10429](https://github.com/nodejs/node/pull/10429) +* [[`3ffd4d6755`](https://github.com/nodejs/node/commit/3ffd4d6755)] - **test**: refactor test-child-process-ipc (malen) [#9990](https://github.com/nodejs/node/pull/9990) +* [[`6bb735ad73`](https://github.com/nodejs/node/commit/6bb735ad73)] - **test**: fix and improve debug-break-on-uncaught (Sakthipriyan Vairamani (thefourtheye)) [#10370](https://github.com/nodejs/node/pull/10370) +* [[`2cce0422c8`](https://github.com/nodejs/node/commit/2cce0422c8)] - **test**: refactor test-pipe-file-to-http (Josh Mays) [#10054](https://github.com/nodejs/node/pull/10054) +* [[`76f3c7ecc8`](https://github.com/nodejs/node/commit/76f3c7ecc8)] - **test**: refactor test-tls-interleave (Brian Chirgwin) [#10017](https://github.com/nodejs/node/pull/10017) +* [[`771015f8c7`](https://github.com/nodejs/node/commit/771015f8c7)] - **test**: refactor test-cluster-send-handle-twice.js (Amar Zavery) [#10049](https://github.com/nodejs/node/pull/10049) +* [[`792840a86c`](https://github.com/nodejs/node/commit/792840a86c)] - **test**: update test-tls-check-server-identity.js (Kevin Cox) [#9986](https://github.com/nodejs/node/pull/9986) +* [[`32a69ea0bc`](https://github.com/nodejs/node/commit/32a69ea0bc)] - **test**: improve test-cluster-net-listen.js (Rico Cai) [#9953](https://github.com/nodejs/node/pull/9953) +* [[`5aec663994`](https://github.com/nodejs/node/commit/5aec663994)] - **test**: refactor test-child-process-stdin (Segu Riluvan) [#10420](https://github.com/nodejs/node/pull/10420) +* [[`1c21166e88`](https://github.com/nodejs/node/commit/1c21166e88)] - **test**: change var declarations, add mustCall check (Daniel Sims) [#9962](https://github.com/nodejs/node/pull/9962) +* [[`6bdd59a2ec`](https://github.com/nodejs/node/commit/6bdd59a2ec)] - **test**: refactoring test-cluster-worker-constructor (Christopher Rokita) [#9956](https://github.com/nodejs/node/pull/9956) +* [[`806daffc94`](https://github.com/nodejs/node/commit/806daffc94)] - **test**: refactor test-stdin-script-child (Emanuel Buholzer) [#10321](https://github.com/nodejs/node/pull/10321) +* [[`8b050a345e`](https://github.com/nodejs/node/commit/8b050a345e)] - **test**: refactor test-stream2-writable (Rich Trott) [#10353](https://github.com/nodejs/node/pull/10353) +* [[`009a55b23e`](https://github.com/nodejs/node/commit/009a55b23e)] - **test**: change assert.strict to assert.strictEqual() (Ashita Nagesh) [#9988](https://github.com/nodejs/node/pull/9988) +* [[`6a65839776`](https://github.com/nodejs/node/commit/6a65839776)] - **test**: refactor the code in test-http-keep-alive (Adrian Estrada) [#10350](https://github.com/nodejs/node/pull/10350) +* [[`09afc2d5fb`](https://github.com/nodejs/node/commit/09afc2d5fb)] - **test**: use strictEqual in test-cwd-enoent-repl.js (Neeraj Sharma) [#9952](https://github.com/nodejs/node/pull/9952) +* [[`424688879b`](https://github.com/nodejs/node/commit/424688879b)] - **test**: refactor test-net-reconnect-error (Duy Le) [#9903](https://github.com/nodejs/node/pull/9903) +* [[`4148c43bd7`](https://github.com/nodejs/node/commit/4148c43bd7)] - **test**: add test-require-invalid-package (Duy Le) [#9903](https://github.com/nodejs/node/pull/9903) +* [[`95e6989536`](https://github.com/nodejs/node/commit/95e6989536)] - **test**: refactor test-timers-this (Rich Trott) [#10315](https://github.com/nodejs/node/pull/10315) +* [[`c341c189b0`](https://github.com/nodejs/node/commit/c341c189b0)] - **test**: refactor test-tls-ecdh-disable (Aaron Williams) [#9989](https://github.com/nodejs/node/pull/9989) +* [[`3159836d00`](https://github.com/nodejs/node/commit/3159836d00)] - **test**: cleanup test-stdout-close-catch.js (Travis Bretton) [#10006](https://github.com/nodejs/node/pull/10006) +* [[`50cde14236`](https://github.com/nodejs/node/commit/50cde14236)] - **test**: use const/let and common.mustCall (Outsider) [#9959](https://github.com/nodejs/node/pull/9959) +* [[`d8bc456721`](https://github.com/nodejs/node/commit/d8bc456721)] - **test**: refactor test-crypto-random (Rich Trott) [#10232](https://github.com/nodejs/node/pull/10232) +* [[`cd2b32e17c`](https://github.com/nodejs/node/commit/cd2b32e17c)] - **test**: refactor test-fs-fsync (Rob Adelmann) [#10176](https://github.com/nodejs/node/pull/10176) +* [[`f2fd122f47`](https://github.com/nodejs/node/commit/f2fd122f47)] - **test**: refactor test-http-after-connect.js (larissayvette) [#10229](https://github.com/nodejs/node/pull/10229) +* [[`a1575e74d0`](https://github.com/nodejs/node/commit/a1575e74d0)] - **test**: refactor assert.equal, update syntax to ES6 (Prieto, Marcos) +* [[`f1964faba6`](https://github.com/nodejs/node/commit/f1964faba6)] - **test**: refactor http pipelined socket test (Rich Trott) [#10189](https://github.com/nodejs/node/pull/10189) +* [[`6a66208c6e`](https://github.com/nodejs/node/commit/6a66208c6e)] - **test**: fix alpn tests for openssl1.0.2h (Shigeki Ohtsu) [#6550](https://github.com/nodejs/node/pull/6550) +* [[`3eee6d42b9`](https://github.com/nodejs/node/commit/3eee6d42b9)] - **test**: refactor test-handle-wrap-close-abort (Rich Trott) [#10188](https://github.com/nodejs/node/pull/10188) +* [[`0cc8d69111`](https://github.com/nodejs/node/commit/0cc8d69111)] - **test**: stream readableListening internal state (Italo A. Casas) [#9864](https://github.com/nodejs/node/pull/9864) +* [[`2b59a0287e`](https://github.com/nodejs/node/commit/2b59a0287e)] - **test**: check for error on invalid signal (Matt Phillips) [#10026](https://github.com/nodejs/node/pull/10026) +* [[`6df13ce96d`](https://github.com/nodejs/node/commit/6df13ce96d)] - **test**: refactor test-net-keepalive.js (Kyle Corsi) [#9995](https://github.com/nodejs/node/pull/9995) +* [[`a4ab6fbdd2`](https://github.com/nodejs/node/commit/a4ab6fbdd2)] - **test,lib,benchmark**: match function names (Rich Trott) [#9113](https://github.com/nodejs/node/pull/9113) +* [[`8c7391b9ce`](https://github.com/nodejs/node/commit/8c7391b9ce)] - **tls**: copy the Buffer object before using (Sakthipriyan Vairamani) [#8055](https://github.com/nodejs/node/pull/8055) +* [[`2b913858ff`](https://github.com/nodejs/node/commit/2b913858ff)] - **(SEMVER-MINOR)** **tls, crypto**: add ALPN Support (Shigeki Ohtsu) [#2564](https://github.com/nodejs/node/pull/2564) +* [[`db49213c05`](https://github.com/nodejs/node/commit/db49213c05)] - **(SEMVER-MINOR)** **tls,crypto**: move NPN protcol data to hidden value (Shigeki Ohtsu) [#2564](https://github.com/nodejs/node/pull/2564) +* [[`9c0af35222`](https://github.com/nodejs/node/commit/9c0af35222)] - **tools**: enforce consistent operator linebreak style (Michaël Zasso) [#10178](https://github.com/nodejs/node/pull/10178) +* [[`be51fd38f4`](https://github.com/nodejs/node/commit/be51fd38f4)] - **tools**: forbid template literals in assert.throws (Michaël Zasso) [#10301](https://github.com/nodejs/node/pull/10301) +* [[`3df61a7b2e`](https://github.com/nodejs/node/commit/3df61a7b2e)] - **tools**: add ESLint rule for assert.throws arguments (Michaël Zasso) [#10089](https://github.com/nodejs/node/pull/10089) +* [[`be846123d9`](https://github.com/nodejs/node/commit/be846123d9)] - **tools**: add macosx-firwall script to avoid popups (Daniel Bevenius) [#10114](https://github.com/nodejs/node/pull/10114) +* [[`416b6a70a1`](https://github.com/nodejs/node/commit/416b6a70a1)] - **(SEMVER-MINOR)** **v8,src**: expose statistics about heap spaces (Ben Ripkens) [#4463](https://github.com/nodejs/node/pull/4463) +* [[`56a5857221`](https://github.com/nodejs/node/commit/56a5857221)] - **vm**: add error message if we abort (Franziska Hinkelmann) [#8634](https://github.com/nodejs/node/pull/8634) +* [[`fdc175a536`](https://github.com/nodejs/node/commit/fdc175a536)] - **win,msi**: add required UIRef for localized strings (Bill Ticehurst) [#8884](https://github.com/nodejs/node/pull/8884) + ## 2017-01-05, Version 4.7.2 'Argon' (LTS), @MylesBorins This is a special release that contains 0 commits. While promoting additional diff --git a/src/node_version.h b/src/node_version.h index e2700754b2b639..6800812962dea0 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -2,13 +2,13 @@ #define SRC_NODE_VERSION_H_ #define NODE_MAJOR_VERSION 4 -#define NODE_MINOR_VERSION 7 -#define NODE_PATCH_VERSION 3 +#define NODE_MINOR_VERSION 8 +#define NODE_PATCH_VERSION 0 #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)