Contains fix that prevents `ArrayBuffer`s from possibly returning non zero filled memory. - [[`d63e02e08d`](https://github.com/nodejs/node/commit/d63e02e08d)] - **buffer**: don't set zero fill for zero-length buffer (Trevor Norris) [#2931](https://github.com/nodejs/node/pull/2931) - [[`5905b14bff`](https://github.com/nodejs/node/commit/5905b14bff)] - **build**: fix icutrim when building small-icu on BE (Stewart Addison) [#2602](https://github.com/nodejs/node/pull/2602) - [[`2600fb8ae6`](https://github.com/nodejs/node/commit/2600fb8ae6)] - **deps**: upgraded to node-gyp@3.0.3 in npm (Kat Marchán) [#2958](https://github.com/nodejs/node/pull/2958) - [[`793aad2d7a`](https://github.com/nodejs/node/commit/793aad2d7a)] - **deps**: upgrade to npm 2.14.4 (Kat Marchán) [#2958](https://github.com/nodejs/node/pull/2958) - [[`f7edbab367`](https://github.com/nodejs/node/commit/f7edbab367)] - **doc**: clarify description of assert.ifError() (Rich Trott) [#2941](https://github.com/nodejs/node/pull/2941) - [[`b2ddf0f9a2`](https://github.com/nodejs/node/commit/b2ddf0f9a2)] - **doc**: refine process.kill() and exit explanations (Rich Trott) [#2918](https://github.com/nodejs/node/pull/2918) - [[`f542e74c93`](https://github.com/nodejs/node/commit/f542e74c93)] - **http**: guard against response splitting in trailers (Ben Noordhuis) [#2945](https://github.com/nodejs/node/pull/2945) - [[`bc9f629387`](https://github.com/nodejs/node/commit/bc9f629387)] - **http_parser**: do not dealloc during kOnExecute (Fedor Indutny) [#2956](https://github.com/nodejs/node/pull/2956) - [[`d4cd5ac407`](https://github.com/nodejs/node/commit/d4cd5ac407)] - **readline**: fix tab completion bug (Matt Harrison) [#2816](https://github.com/nodejs/node/pull/2816) - [[`2034f68668`](https://github.com/nodejs/node/commit/2034f68668)] - **src**: honor --abort_on_uncaught_exception flag (Evan Lucas) [#2776](https://github.com/nodejs/node/pull/2776) - [[`0b1ca4a9ef`](https://github.com/nodejs/node/commit/0b1ca4a9ef)] - **src**: Add ABORT macro (Evan Lucas) [#2776](https://github.com/nodejs/node/pull/2776) - [[`816f609c8b`](https://github.com/nodejs/node/commit/816f609c8b)] - **test**: use tmpDir instead of fixtures in readdir (Sakthipriyan Vairamani) [#2587](https://github.com/nodejs/node/pull/2587) - [[`2084f52585`](https://github.com/nodejs/node/commit/2084f52585)] - **test**: test more http response splitting scenarios (Ben Noordhuis) [#2945](https://github.com/nodejs/node/pull/2945) - [[`fa08d1d8a1`](https://github.com/nodejs/node/commit/fa08d1d8a1)] - **test**: add test-spawn-cmd-named-pipe (Alexis Campailla) [#2770](https://github.com/nodejs/node/pull/2770) - [[`71b5d80682`](https://github.com/nodejs/node/commit/71b5d80682)] - **test**: make cluster tests more time tolerant (Michael Dawson) [#2891](https://github.com/nodejs/node/pull/2891) - [[`3e09dcfc32`](https://github.com/nodejs/node/commit/3e09dcfc32)] - **test**: update cwd-enoent tests for AIX (Imran Iqbal) [#2909](https://github.com/nodejs/node/pull/2909) @nodejs/release
Contains fix that prevents
ArrayBuffers from possibly returning non zero filled memory.d63e02e08d] - buffer: don't set zero fill for zero-length buffer (Trevor Norris) #29315905b14bff] - build: fix icutrim when building small-icu on BE (Stewart Addison) #26022600fb8ae6] - deps: upgraded to [email protected] in npm (Kat Marchán) #2958793aad2d7a] - deps: upgrade to npm 2.14.4 (Kat Marchán) #2958f7edbab367] - doc: clarify description of assert.ifError() (Rich Trott) #2941b2ddf0f9a2] - doc: refine process.kill() and exit explanations (Rich Trott) #2918f542e74c93] - http: guard against response splitting in trailers (Ben Noordhuis) #2945bc9f629387] - http_parser: do not dealloc during kOnExecute (Fedor Indutny) #2956d4cd5ac407] - readline: fix tab completion bug (Matt Harrison) #28162034f68668] - src: honor --abort_on_uncaught_exception flag (Evan Lucas) #27760b1ca4a9ef] - src: Add ABORT macro (Evan Lucas) #2776816f609c8b] - test: use tmpDir instead of fixtures in readdir (Sakthipriyan Vairamani) #25872084f52585] - test: test more http response splitting scenarios (Ben Noordhuis) #2945fa08d1d8a1] - test: add test-spawn-cmd-named-pipe (Alexis Campailla) #277071b5d80682] - test: make cluster tests more time tolerant (Michael Dawson) #28913e09dcfc32] - test: update cwd-enoent tests for AIX (Imran Iqbal) #2909@nodejs/release