<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Node.js Blog: Releases]]></title><description><![CDATA[Node.js Blog: Releases]]></description><link>https://nodejs.org/en/</link><generator>metalsmith-feed</generator><lastBuildDate>Sat, 04 Jun 2016 16:42:57 GMT</lastBuildDate><atom:link href="https://nodejs.org/en/feed/releases.xml" rel="self" type="application/rss+xml"/><author><![CDATA[Node.js Foundation]]></author><docs/><item><title><![CDATA[Node v6.2.1 (Current)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>buffer</strong>: Ignore negative lengths in calls to <code>Buffer()</code> and <code>Buffer.allocUnsafe()</code>. This fixes a possible security concern (reported by Feross Aboukhadijeh) where user input is passed unchecked to the Buffer constructor or <code>allocUnsafe()</code> as it can expose parts of the memory slab used by other Buffers in the application. Note that negative lengths are not supported by the Buffer API and user input to the constructor should always be sanitised and type-checked. (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/7051">#7051</a></li>
<li><strong>npm</strong>: Upgrade npm to 3.9.3 (Kat Marchán) <a href="https://github.com/nodejs/node/pull/7030">#7030</a><ul>
<li><a href="https://github.com/npm/npm/commit/42d71be2cec674dd9e860ad414f53184f667620d"><code>npm/npm@42d71be</code></a> <a href="https://github.com/npm/npm/pull/12685">npm/npm#12685</a> When using <code>npm ls &lt;pkg&gt;</code> without a semver specifier, <code>npm ls</code> would skip any packages in your tree that matched by name, but had a prerelease version in their <code>package.json</code>. (<a href="https://github.com/zkat">@zkat</a>)</li>
<li><a href="https://github.com/npm/npm/commit/df04e05af1f257a1903372e1baf334c0969fbdbd"><code>npm/npm@f04e05</code></a> <a href="https://github.com/npm/npm/issues/10013">npm/npm#10013</a> <code>read-package-tree@5.1.4</code>: Fixes an issue where <code>npm install</code> would fail if your <code>node_modules</code> was symlinked. (<a href="https://github.com/iarna">@iarna</a>)</li>
<li><a href="https://github.com/npm/npm/commit/b8944139a935680c4a267468bb2d3c3082b5609f"><code>b894413</code></a> <a href="https://github.com/npm/npm/issues/12372">#12372</a> Changing a nested dependency in an <code>npm-shrinkwrap.json</code> and then running <code>npm install</code> would not get up the updated package. This corrects that. (<a href="https://github.com/misterbyrne">@misterbyrne</a>)</li>
<li>This release includes <code>npm@3.9.0</code>, which is the result of our Windows testing push -- the test suite (should) pass on Windows now. We&#39;re working on getting AppVeyor to a place where we can just rely on it like Travis.</li>
</ul>
</li>
<li><strong>tty</strong>: Default to blocking mode for stdio on OS X. A bug fix in libuv 1.9.0, introduced in Node.js v6.0.0, exposed problems with Node&#39;s use of non-blocking stdio, particularly on OS X which has a small output buffer. This change should fix CLI applications that have been having problems with output since Node.js v6.0.0 on OS X. The core team is continuing to address stdio concerns that exist across supported platforms and progress can be tracked at <a href="https://github.com/nodejs/node/issues/6980">https://github.com/nodejs/node/issues/6980</a>. (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6895">#6895</a></li>
<li><strong>V8</strong>: Upgrade to V8 5.0.71.52. This includes a fix that addresses problems experienced by users of node-inspector since Node.js v6.0.0, see <a href="https://github.com/node-inspector/node-inspector/issues/864">https://github.com/node-inspector/node-inspector/issues/864</a> for details. (Michaël Zasso) <a href="https://github.com/nodejs/node/pull/6928">#6928</a></li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/99c05a1af0"><code>99c05a1af0</code></a>] - <strong>async_wrap</strong>: pass uid to JS as double (Trevor Norris) <a href="https://github.com/nodejs/node/pull/7096">#7096</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/371be9cd80"><code>371be9cd80</code></a>] - <strong>buffer</strong>: ignore negative allocation lengths (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/7051">#7051</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1bcc226edf"><code>1bcc226edf</code></a>] - <strong>buffer</strong>: fix dataview-set benchmark (Ingvar Stepanyan) <a href="https://github.com/nodejs/node/pull/6922">#6922</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/98270c6d15"><code>98270c6d15</code></a>] - <strong>buffer</strong>: fix single digit hex string handling (Justin Sprigg) <a href="https://github.com/nodejs/node/pull/6775">#6775</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1fece2f8c0"><code>1fece2f8c0</code></a>] - <strong>build</strong>: re-add --ninja option to configure (Ehsan Akhgari) <a href="https://github.com/nodejs/node/pull/6780">#6780</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e7b03be191"><code>e7b03be191</code></a>] - <strong>build</strong>: update build-addons when node-gyp changes (Lance Ball) <a href="https://github.com/nodejs/node/pull/6787">#6787</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/55c0b3e0e5"><code>55c0b3e0e5</code></a>] - <strong>build</strong>: unbreak configure with python 2.6 (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6874">#6874</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0503681348"><code>0503681348</code></a>] - <strong>child_process</strong>: measure buffer length in bytes (Rich Trott) <a href="https://github.com/nodejs/node/pull/6764">#6764</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/27d0eb054c"><code>27d0eb054c</code></a>] - <strong>child_process</strong>: emit IPC messages on next tick (cjihrig) <a href="https://github.com/nodejs/node/pull/6909">#6909</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b28468e0a7"><code>b28468e0a7</code></a>] - <strong>child_process</strong>: allow buffer encoding in spawnSync (cjihrig) <a href="https://github.com/nodejs/node/pull/6939">#6939</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6a62bb0070"><code>6a62bb0070</code></a>] - <strong>cluster</strong>: expose result of send() (cjihrig) <a href="https://github.com/nodejs/node/pull/6998">#6998</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2132d349b5"><code>2132d349b5</code></a>] - <strong>cluster</strong>: rewrite debug ports consistently (cjihrig) <a href="https://github.com/nodejs/node/pull/7050">#7050</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0bd8f4c4d8"><code>0bd8f4c4d8</code></a>] - <strong>cluster</strong>: reset handle index on close (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6981">#6981</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/93e150f1d6"><code>93e150f1d6</code></a>] - <strong>cluster</strong>: guard against undefined message handlers (cjihrig) <a href="https://github.com/nodejs/node/pull/6902">#6902</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/28b73428e1"><code>28b73428e1</code></a>] - <strong>cluster</strong>: close ownerless handles on disconnect() (cjihrig) <a href="https://github.com/nodejs/node/pull/6909">#6909</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2184e772d2"><code>2184e772d2</code></a>] - <strong>debugger</strong>: propagate --debug-port= to debuggee (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/3470">#3470</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ded02b909f"><code>ded02b909f</code></a>] - <strong>deps</strong>: upgrade npm to 3.9.3 (Kat Marchán) <a href="https://github.com/nodejs/node/pull/7030">#7030</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bfd7b24c63"><code>bfd7b24c63</code></a>] - <strong>deps</strong>: upgrade to V8 5.0.71.52 (Michaël Zasso) <a href="https://github.com/nodejs/node/pull/6928">#6928</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8e6f8b2fb5"><code>8e6f8b2fb5</code></a>] - <strong>dgram</strong>: copy the list in send (Matteo Collina) <a href="https://github.com/nodejs/node/pull/6804">#6804</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/588c76cd5c"><code>588c76cd5c</code></a>] - <strong>dgram,test</strong>: add addMembership/dropMembership tests (Rich Trott) <a href="https://github.com/nodejs/node/pull/6753">#6753</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e93198e86d"><code>e93198e86d</code></a>] - <strong>doc</strong>: edit pull request template (Rich Trott) <a href="https://github.com/nodejs/node/pull/7058">#7058</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1c1256718e"><code>1c1256718e</code></a>] - <strong>doc</strong>: addresses nits in string_decoder, url, util (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/7026">#7026</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/14b3ba35fc"><code>14b3ba35fc</code></a>] - <strong>doc</strong>: improve debugger doc prose (Rich Trott) <a href="https://github.com/nodejs/node/pull/7007">#7007</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3c2c4c8d5c"><code>3c2c4c8d5c</code></a>] - <strong>doc</strong>: update labels and CI info in onboarding doc (Rich Trott) <a href="https://github.com/nodejs/node/pull/7006">#7006</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b5e93c97f8"><code>b5e93c97f8</code></a>] - <strong>doc</strong>: fix typos in WORKING_GROUPS.md (Joao Andrade) <a href="https://github.com/nodejs/node/pull/7032">#7032</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f15448681a"><code>f15448681a</code></a>] - <strong>doc</strong>: buffers are not sent over IPC with a socket (Tim Kuijsten) <a href="https://github.com/nodejs/node/pull/6951">#6951</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3518ab93b1"><code>3518ab93b1</code></a>] - <strong>doc</strong>: minor improvements to util.md (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6932">#6932</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/216a3cdcce"><code>216a3cdcce</code></a>] - <strong>doc</strong>: add <code>added:</code> information for vm (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/7011">#7011</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b30d07845d"><code>b30d07845d</code></a>] - <strong>doc</strong>: add <code>added:</code> information for console (Adrian Estrada) <a href="https://github.com/nodejs/node/pull/6995">#6995</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/72d4692e94"><code>72d4692e94</code></a>] - <strong>doc</strong>: add info on what&#39;s used for fswatch on AIX (Michael Dawson) <a href="https://github.com/nodejs/node/pull/6837">#6837</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7c38327dee"><code>7c38327dee</code></a>] - <strong>doc</strong>: update process.hrtime docs to include optional parameter (doug.wade) <a href="https://github.com/nodejs/node/pull/6585">#6585</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0f17a28a00"><code>0f17a28a00</code></a>] - <strong>doc</strong>: improve server.listen() documentation prose (Rich Trott) <a href="https://github.com/nodejs/node/pull/7000">#7000</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3ae9f1469d"><code>3ae9f1469d</code></a>] - <strong>doc</strong>: improve <code>server.address()</code> doc text (Rich Trott) <a href="https://github.com/nodejs/node/pull/7001">#7001</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ae1bf83b6c"><code>ae1bf83b6c</code></a>] - <strong>doc</strong>: clarified use of sexual language in the CoC (Bryan Hughes) <a href="https://github.com/nodejs/node/pull/6973">#6973</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3909209e7a"><code>3909209e7a</code></a>] - <strong>doc</strong>: general improvements to tty.md (James M Snell) <a href="https://github.com/nodejs/node/pull/6931">#6931</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bc2efe22f6"><code>bc2efe22f6</code></a>] - <strong>doc</strong>: add <code>added:</code> data for cli.md (Rich Trott) <a href="https://github.com/nodejs/node/pull/6960">#6960</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/856638d0b7"><code>856638d0b7</code></a>] - <strong>doc</strong>: add <code>added:</code> information for child_process (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6927">#6927</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a5e3eddfbf"><code>a5e3eddfbf</code></a>] - <strong>doc</strong>: general improvements to url.md copy (James M Snell) <a href="https://github.com/nodejs/node/pull/6904">#6904</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b7ca0a2653"><code>b7ca0a2653</code></a>] - <strong>doc</strong>: add yorkie to collaborators (Yazhong Liu) <a href="https://github.com/nodejs/node/pull/7004">#7004</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a9b90a6952"><code>a9b90a6952</code></a>] - <strong>doc</strong>: general improvements to tls.md copy (James M Snell) <a href="https://github.com/nodejs/node/pull/6933">#6933</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5990a7fe91"><code>5990a7fe91</code></a>] - <strong>doc</strong>: fix broken references (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6941">#6941</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/98e497bdad"><code>98e497bdad</code></a>] - <strong>doc</strong>: fix broken references in changelogs (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6942">#6942</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f3ae42168a"><code>f3ae42168a</code></a>] - <strong>doc</strong>: general improvements to string_decoder.md copy (James M Snell) <a href="https://github.com/nodejs/node/pull/6940">#6940</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8f623a3c75"><code>8f623a3c75</code></a>] - <strong>doc</strong>: add firedfox to collaborators (Daniel Wang) <a href="https://github.com/nodejs/node/pull/6961">#6961</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/145a6b946a"><code>145a6b946a</code></a>] - <strong>doc</strong>: add bmeck to collaborators (Bradley Meck) <a href="https://github.com/nodejs/node/pull/6962">#6962</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/95f8d59e0d"><code>95f8d59e0d</code></a>] - <strong>doc</strong>: remove &quot;\&quot; within backticks (Rod Machen) <a href="https://github.com/nodejs/node/pull/6952">#6952</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ee1865dd2f"><code>ee1865dd2f</code></a>] - <strong>doc</strong>: clarify buffer class (Steve Mao) <a href="https://github.com/nodejs/node/pull/6914">#6914</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/db3d2a7b96"><code>db3d2a7b96</code></a>] - <strong>doc</strong>: fix typos in timers topic to aid readability (Kevin Donahue) <a href="https://github.com/nodejs/node/pull/6916">#6916</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0f0003fc54"><code>0f0003fc54</code></a>] - <strong>doc</strong>: add jhamhader to collaborators (Yuval Brik) <a href="https://github.com/nodejs/node/pull/6946">#6946</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f6558ec537"><code>f6558ec537</code></a>] - <strong>doc</strong>: add @othiym23 to list of collaborators (Forrest L Norvell) <a href="https://github.com/nodejs/node/pull/6945">#6945</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9fa1b19eda"><code>9fa1b19eda</code></a>] - <strong>doc</strong>: reference list of language-specific globals (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6900">#6900</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/15f6224418"><code>15f6224418</code></a>] - <strong>doc</strong>: make doc-only -&gt; fallback to user binary (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/6906">#6906</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a320a019f1"><code>a320a019f1</code></a>] - <strong>doc</strong>: general improvements to util.md (James M Snell) <a href="https://github.com/nodejs/node/pull/6897">#6897</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/527a8a4844"><code>527a8a4844</code></a>] - <strong>doc</strong>: add <code>added:</code> information for zlib (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6840">#6840</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cb8de85100"><code>cb8de85100</code></a>] - <strong>doc</strong>: make the api doc print-friendly (Marian) <a href="https://github.com/nodejs/node/pull/6748">#6748</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f1a8c3164a"><code>f1a8c3164a</code></a>] - <strong>doc</strong>: add bengl to collaborators (Bryan English) <a href="https://github.com/nodejs/node/pull/6921">#6921</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/565d4ca12e"><code>565d4ca12e</code></a>] - <strong>doc</strong>: Update DCO to v1.1 (William Kapke) <a href="https://github.com/nodejs/node/pull/6353">#6353</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/eff73c78c5"><code>eff73c78c5</code></a>] - <strong>doc</strong>: general improvements to v8.md copy (James M Snell) <a href="https://github.com/nodejs/node/pull/6829">#6829</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e5a7cec828"><code>e5a7cec828</code></a>] - <strong>doc</strong>: fix typo in Error.captureStackTrace (Mohsen) <a href="https://github.com/nodejs/node/pull/6811">#6811</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5afb91bef7"><code>5afb91bef7</code></a>] - <strong>doc</strong>: make param names consistent &amp; fix doc link (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6832">#6832</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e1fb4805cf"><code>e1fb4805cf</code></a>] - <strong>doc</strong>: add <code>added:</code> info for <code>process.cpuUsage</code> (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6863">#6863</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8a0329f110"><code>8a0329f110</code></a>] - <strong>doc</strong>: fix mkdtemp example by removing hyphen (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6834">#6834</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/45ca7cfcdd"><code>45ca7cfcdd</code></a>] - <strong>doc</strong>: reduce GitHub template verbosity (Rich Trott) <a href="https://github.com/nodejs/node/pull/6801">#6801</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/12a3d0120b"><code>12a3d0120b</code></a>] - <strong>doc</strong>: improve vm.md copy (James M Snell) <a href="https://github.com/nodejs/node/pull/6827">#6827</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0ae512a3cf"><code>0ae512a3cf</code></a>] - <strong>doc</strong>: Add resolveNaptr and naptr rrtype docs (Doug Wade) <a href="https://github.com/nodejs/node/pull/6586">#6586</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8309dbaf9c"><code>8309dbaf9c</code></a>] - <strong>doc</strong>: fix name to match git log (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/6880">#6880</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b52d838f0d"><code>b52d838f0d</code></a>] - <strong>doc</strong>: add note for fs.watch virtualized env (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/6809">#6809</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/08f1361cb6"><code>08f1361cb6</code></a>] - <strong>doc</strong>: add <code>added:</code> information for punycode (Daniel Wang) <a href="https://github.com/nodejs/node/pull/6805">#6805</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/253db33527"><code>253db33527</code></a>] - <strong>doc</strong>: add <code>added:</code> info for dgram.*Membership() (Rich Trott) <a href="https://github.com/nodejs/node/pull/6753">#6753</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5cad04b063"><code>5cad04b063</code></a>] - <strong>doc</strong>: clarify fs.mkdtemp prefix argument (James M Snell) <a href="https://github.com/nodejs/node/pull/6800">#6800</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5a1e823fa5"><code>5a1e823fa5</code></a>] - <strong>doc</strong>: add <code>added:</code> information for fs (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6717">#6717</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bf4724a7bb"><code>bf4724a7bb</code></a>] - <strong>doc</strong>: remove link to Sign in crypto.md (Kirill Fomichev) <a href="https://github.com/nodejs/node/pull/6812">#6812</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ba3089970d"><code>ba3089970d</code></a>] - <strong>doc</strong>: add <code>added:</code> in for <code>tty</code> (Rich Trott) <a href="https://github.com/nodejs/node/pull/6783">#6783</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/758fadfa0d"><code>758fadfa0d</code></a>] - <strong>doc</strong>: update openssl.org hash links (silverwind) <a href="https://github.com/nodejs/node/pull/6817">#6817</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b2c7d466d4"><code>b2c7d466d4</code></a>] - <strong>doc,test</strong>: add <code>How to write a Node.js test</code> guide (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6984">#6984</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c4329aa226"><code>c4329aa226</code></a>] - <strong>fs</strong>: move mkdtemp* functions near static functions (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6828">#6828</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c068880757"><code>c068880757</code></a>] - <strong>fs</strong>: mkdtemp shouldn&#39;t crash if no callback passed (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6828">#6828</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2ab36093e6"><code>2ab36093e6</code></a>] - <strong>http</strong>: use <code>localAddress</code> instead of <code>path</code> (Dirceu Pereira Tiegs) <a href="https://github.com/nodejs/node/pull/5190">#5190</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6f0d8b3a1b"><code>6f0d8b3a1b</code></a>] - <strong>installer</strong>: don&#39;t install node_internals.h (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6913">#6913</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/178f3080f8"><code>178f3080f8</code></a>] - <strong>module</strong>: don&#39;t cache uninitialized builtins (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6907">#6907</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1908b7f00a"><code>1908b7f00a</code></a>] - <strong>path</strong>: fix basename() regressions (Brian White) <a href="https://github.com/nodejs/node/pull/6590">#6590</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/10671406ac"><code>10671406ac</code></a>] - <strong>process</strong>: internal/process/stdio.js cleanup / modernization (James M Snell) <a href="https://github.com/nodejs/node/pull/6766">#6766</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/64445674f0"><code>64445674f0</code></a>] - <strong>src</strong>: add include guards to internal headers (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6948">#6948</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4333fda46d"><code>4333fda46d</code></a>] - <strong>src</strong>: no abort from getter if object isn&#39;t wrapped (Trevor Norris) <a href="https://github.com/nodejs/node/pull/6184">#6184</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4da3e1e461"><code>4da3e1e461</code></a>] - <strong>src</strong>: always clear wrap before persistent Reset() (Trevor Norris) <a href="https://github.com/nodejs/node/pull/6184">#6184</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7e5775704e"><code>7e5775704e</code></a>] - <strong>src</strong>: inherit first from AsyncWrap (Trevor Norris) <a href="https://github.com/nodejs/node/pull/6184">#6184</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0841496992"><code>0841496992</code></a>] - <strong>src</strong>: fix without-intl build (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6820">#6820</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0d08fc415f"><code>0d08fc415f</code></a>] - <strong>stream_base</strong>: always use Base template class (Trevor Norris) <a href="https://github.com/nodejs/node/pull/6184">#6184</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/756ec80d50"><code>756ec80d50</code></a>] - <strong>string_bytes</strong>: Make base64 encode/decode reusable (Eugene Ostroukhov) <a href="https://github.com/nodejs/node/pull/6910">#6910</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/79ad172589"><code>79ad172589</code></a>] - <strong>string_decoder</strong>: rewrite implementation (Brian White) <a href="https://github.com/nodejs/node/pull/6777">#6777</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8b720c4582"><code>8b720c4582</code></a>] - <strong>test</strong>: remove non-incremental common.PORT changes (Rich Trott) <a href="https://github.com/nodejs/node/pull/7055">#7055</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6439fbfac0"><code>6439fbfac0</code></a>] - <strong>test</strong>: test TTY problems by fakeing a TTY using openpty (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6895">#6895</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/81a9f96a29"><code>81a9f96a29</code></a>] - <strong>test</strong>: make test-child-process-fork-net more robust (Rich Trott) <a href="https://github.com/nodejs/node/pull/7033">#7033</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6cf0f622ef"><code>6cf0f622ef</code></a>] - <strong>test</strong>: fix spurious EADDRINUSE in test-https-strict (Rich Trott) <a href="https://github.com/nodejs/node/pull/7024">#7024</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dea120f247"><code>dea120f247</code></a>] - <strong>test</strong>: update weak module for gc tests (Rich Trott) <a href="https://github.com/nodejs/node/pull/7014">#7014</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3bfbe8a62a"><code>3bfbe8a62a</code></a>] - <strong>test</strong>: remove <code>common.PORT</code> from gc tests (Rich Trott) <a href="https://github.com/nodejs/node/pull/7013">#7013</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b23cd48ca0"><code>b23cd48ca0</code></a>] - <strong>test</strong>: fix test-debug-port-numbers on OS X (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/7046">#7046</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0a258e5369"><code>0a258e5369</code></a>] - <strong>test</strong>: remove modifcation to common.PORT (Rich Trott) <a href="https://github.com/nodejs/node/pull/6990">#6990</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8c289df175"><code>8c289df175</code></a>] - <strong>test</strong>: use strictEqual consistently in agent test (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6654">#6654</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e4ac808c4d"><code>e4ac808c4d</code></a>] - <strong>test</strong>: work around debugger not killing inferior (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/7037">#7037</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b5949f8bbc"><code>b5949f8bbc</code></a>] - <strong>test</strong>: verify cluster worker exit (cjihrig) <a href="https://github.com/nodejs/node/pull/6993">#6993</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6f3f5af396"><code>6f3f5af396</code></a>] - <strong>test</strong>: add regression test for Proxy as vm context (Michaël Zasso) <a href="https://github.com/nodejs/node/pull/6967">#6967</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/38a3323cc9"><code>38a3323cc9</code></a>] - <strong>test</strong>: improve debug-break-on-uncaught reliability (Rich Trott) <a href="https://github.com/nodejs/node/pull/6793">#6793</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/83e6d53817"><code>83e6d53817</code></a>] - <strong>test</strong>: test cluster worker disconnection on error (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6909">#6909</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4cc6a18448"><code>4cc6a18448</code></a>] - <strong>test</strong>: verify IPC messages are emitted on next tick (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6909">#6909</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/69e119dbfb"><code>69e119dbfb</code></a>] - <strong>test</strong>: refactor spawnSync() cwd test (cjihrig) <a href="https://github.com/nodejs/node/pull/6939">#6939</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/32cc43a1bd"><code>32cc43a1bd</code></a>] - <strong>test</strong>: fix component printing on windows (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6915">#6915</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c81b6f8d0d"><code>c81b6f8d0d</code></a>] - <strong>test</strong>: refactor to eliminate <strong>defineGetter</strong> (Rich Trott) <a href="https://github.com/nodejs/node/pull/6774">#6774</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1965e445ec"><code>1965e445ec</code></a>] - <strong>test</strong>: refactor test-tls-reuse-host-from-socket (Rich Trott) <a href="https://github.com/nodejs/node/pull/6756">#6756</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2cf3a53ce1"><code>2cf3a53ce1</code></a>] - <strong>test</strong>: fix test-debug-port-cluster flakiness (Rich Trott) <a href="https://github.com/nodejs/node/pull/6769">#6769</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5374afdef8"><code>5374afdef8</code></a>] - <strong>test</strong>: add logging for test-debug-port-cluster (Rich Trott) <a href="https://github.com/nodejs/node/pull/6769">#6769</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bae7adb6fa"><code>bae7adb6fa</code></a>] - <strong>test</strong>: fix flaky test-stdout-close-catch (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6808">#6808</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/528ca04e8d"><code>528ca04e8d</code></a>] - <strong>test</strong>: add more path.basename() tests (Brian White) <a href="https://github.com/nodejs/node/pull/6590">#6590</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1469b98fa1"><code>1469b98fa1</code></a>] - <strong>test</strong>: remove duplicate path tests (Brian White) <a href="https://github.com/nodejs/node/pull/6590">#6590</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/81e765f521"><code>81e765f521</code></a>] - <strong>test</strong>: robust handling of env for npm-test-install (Myles Borins) <a href="https://github.com/nodejs/node/pull/6797">#6797</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2895860138"><code>2895860138</code></a>] - <strong>test</strong>: cluster-setup-master online workers check (Devon Rifkin) <a href="https://github.com/nodejs/node/pull/6535">#6535</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7c932c2d49"><code>7c932c2d49</code></a>] - <strong>test</strong>: added tests for https-agent-getname (suryagh) <a href="https://github.com/nodejs/node/pull/6762">#6762</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/827b3eb503"><code>827b3eb503</code></a>] - <strong>test</strong>: add --repeat option to tools/test.py (Michael Dawson) <a href="https://github.com/nodejs/node/pull/6700">#6700</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ea287fc1a6"><code>ea287fc1a6</code></a>] - <strong>test,win</strong>: skip addons/load-long-path on WOW64 (Alexis Campailla) <a href="https://github.com/nodejs/node/pull/6675">#6675</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/21e31352d7"><code>21e31352d7</code></a>] - <strong>tls</strong>: catch <code>certCbDone</code> exceptions (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6887">#6887</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/257e54b9c0"><code>257e54b9c0</code></a>] - <strong>tls,https</strong>: respect address family when connecting (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6654">#6654</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5779ed2a4a"><code>5779ed2a4a</code></a>] - <strong>tls_wrap</strong>: do not abort on new TLSWrap() (Trevor Norris) <a href="https://github.com/nodejs/node/pull/6184">#6184</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/108523e06e"><code>108523e06e</code></a>] - <strong>tools</strong>: make sure doctool anchors respect includes (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6943">#6943</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bf3afce668"><code>bf3afce668</code></a>] - <strong>tools</strong>: restore change of signatures to opts hashes (Jesse McCarthy) <a href="https://github.com/nodejs/node/pull/6690">#6690</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ceee56b28b"><code>ceee56b28b</code></a>] - <strong>tools</strong>: disallow deprecated define getter/setter (Rich Trott) <a href="https://github.com/nodejs/node/pull/6774">#6774</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/614907e516"><code>614907e516</code></a>] - <strong>tools</strong>: print stderr on bad test.py <code>vmArch</code> check (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6786">#6786</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4d3a7594a5"><code>4d3a7594a5</code></a>] - <strong>tty</strong>: use blocking mode on OS X (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6895">#6895</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/36ed4a2d7a"><code>36ed4a2d7a</code></a>] - <strong>udp</strong>: use libuv API to get file descriptor (Saúl Ibarra Corretgé) <a href="https://github.com/nodejs/node/pull/6908">#6908</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f3e3eebec8"><code>f3e3eebec8</code></a>] - <strong>unix,stream</strong>: fix getting the correct fd for a handle (Saúl Ibarra Corretgé) <a href="https://github.com/nodejs/node/pull/6753">#6753</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d270706881"><code>d270706881</code></a>] - <strong>util</strong>: pretty-print SIMD types (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6917">#6917</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/55b736a63b"><code>55b736a63b</code></a>] - <strong>vm</strong>: don&#39;t abort process when stack space runs out (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6907">#6907</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cb2ef35b76"><code>cb2ef35b76</code></a>] - <strong>win,build</strong>: add creation of zip and 7z package (Bartosz Sosnowski) <a href="https://github.com/nodejs/node/pull/5995">#5995</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1e26b82ce4"><code>1e26b82ce4</code></a>] - <strong>zlib</strong>: release callback and buffer after processing (Matt Lavin) <a href="https://github.com/nodejs/node/pull/6955">#6955</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/64415564de"><code>64415564de</code></a>] - <strong>zlib</strong>: remove <code>_closed</code> in source (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6574">#6574</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1-x86.msi">https://nodejs.org/dist/v6.2.1/node-v6.2.1-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1-x64.msi">https://nodejs.org/dist/v6.2.1/node-v6.2.1-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v6.2.1/win-x86/node.exe">https://nodejs.org/dist/v6.2.1/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.1/win-x64/node.exe">https://nodejs.org/dist/v6.2.1/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1.pkg">https://nodejs.org/dist/v6.2.1/node-v6.2.1.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1-darwin-x64.tar.gz">https://nodejs.org/dist/v6.2.1/node-v6.2.1-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-x86.tar.xz">https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-x64.tar.xz">https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-ppc64le.tar.xz">https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1-sunos-x86.tar.xz">https://nodejs.org/dist/v6.2.1/node-v6.2.1-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1-sunos-x64.tar.xz">https://nodejs.org/dist/v6.2.1/node-v6.2.1-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-armv6l.tar.xz">https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-armv7l.tar.xz">https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-arm64.tar.xz">https://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v6.2.1/node-v6.2.1.tar.gz">https://nodejs.org/dist/v6.2.1/node-v6.2.1.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v6.2.1/">https://nodejs.org/dist/v6.2.1/</a><br>
Documentation: <a href="https://nodejs.org/docs/v6.2.1/api/">https://nodejs.org/docs/v6.2.1/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

a6e99c2e482133b0f2db6bb8284ef79ea60c554e8dbfc24a1a691671cc5d0517  node-v6.2.1-darwin-x64.tar.gz
5ccbac97e3e38d9e8531552f670ae62a95c8561e74b7bd218ad92215fa783f06  node-v6.2.1-darwin-x64.tar.xz
f55aa8ea6de59e074c4f9d5ab65b77e68bcf607971be05ff31b88acb91714f4f  node-v6.2.1-headers.tar.gz
6c06cc1cbfbcc417acfd83a1a7406f4894e76bba5a0f1dd221fba765fdadee3a  node-v6.2.1-headers.tar.xz
86f7498f0c355e8f8c17cecaf7e0bd6f68e189e00e0adb6700560e291edce08d  node-v6.2.1-linux-arm64.tar.gz
040f7f1f31a0ffede00733cffabb5a2e66931345bc3d9cedb1af683304890b31  node-v6.2.1-linux-arm64.tar.xz
f791c57f336fc67c7231c9c54799b4e39427a2de99decf47898d57353b0fb64b  node-v6.2.1-linux-armv6l.tar.gz
1cb17dbfb405e750ae323346de5263bd2be4bf30b1211de7ffb07512332558a9  node-v6.2.1-linux-armv6l.tar.xz
01ac0cbae90a88f73b016db7e8052d05f7ab7083d5a14b6b10067a41eea538ff  node-v6.2.1-linux-armv7l.tar.gz
aac349e02d41eb9e1205af96e42d9a593ba4827553aa1db988cabaf0041fb08a  node-v6.2.1-linux-armv7l.tar.xz
2ca673b76add031e6244b36e2cd3c1da1982e21aec84eeda24bcbc1b77772ab2  node-v6.2.1-linux-ppc64le.tar.gz
f8dfe167d4a43adb05a9a14eb96a7081189dd2036e259972fd1fc643b148a1e8  node-v6.2.1-linux-ppc64le.tar.xz
4fa09f89af1b835caf4be73ca4c7a02a1bc640c36c4ec512dbdb0827315003e9  node-v6.2.1-linux-ppc64.tar.gz
6bb127999105e9eb2f4958b0be170aea38951f49a3fa7efacdea344e7b3111b6  node-v6.2.1-linux-ppc64.tar.xz
c6ae9c90858fb47a2915ad6494e5eb8e6f34f4512de1d5a461e5fb0c003590b1  node-v6.2.1-linux-x64.tar.gz
1027de8bd78ef2cba2baf5a676d54f185f9632324465cfd8572c3568ca6e1f64  node-v6.2.1-linux-x64.tar.xz
f5656c288c1dfc760a23000d8dc1eb3d0ff484a7798e5f28718a728ae96e9125  node-v6.2.1-linux-x86.tar.gz
9d46df7c687f212107a39a667fb6b0da9734c71c3513ff8db21f521a033270f1  node-v6.2.1-linux-x86.tar.xz
dec8054fdf3266b912842cb3307a3b5e6cc34bf00f2d3bd19a5b71fb4d9a3290  node-v6.2.1.pkg
c7e931670bca8055ed6d090bab276bee5c2db570e74c0828f64a2b5c6dc9e973  node-v6.2.1-sunos-x64.tar.gz
550c162ba7dd4d7b1e8dd69f98887e54ebfc79a5fe5ba79308b2166408a4a8a6  node-v6.2.1-sunos-x64.tar.xz
39ac16d0b200a29261767d6aa99d1a9da343e7c4b629ce332f7d6b9fcfb1767a  node-v6.2.1-sunos-x86.tar.gz
7fc08597de9b69ba8b38007b0df896e8776d138dc7e4716ce09c325cf8df4aff  node-v6.2.1-sunos-x86.tar.xz
fa26d4380150fbb69a48bddaec6143e176effe043cfe44e512c5ef9d22618b63  node-v6.2.1.tar.gz
dbaeb8fb68a599e5164b17c74f66d24f424ee4ab3a25d8de8a3c6808e5b42bfb  node-v6.2.1.tar.xz
217631ccc76fb869ea9a82e8c12eebbe67c66f877bf98d913bf8f19d1dae56f1  node-v6.2.1-win-x64.7z
90e93905b52131a84e4c3488177a0bf060a4c3e5633c1f567d580fd9141d2848  node-v6.2.1-win-x64.zip
4103f49aea62d6b2e7e022493c61af93c401404c5497ddd77f0e3787e0e8bce7  node-v6.2.1-win-x86.7z
967dd36e2eec59c4e32e7cc3bf565f589080ac1be0cc877ee8aa1240fbb9b7d7  node-v6.2.1-win-x86.zip
528b7c2cb707e81df4d5e53ea3b8d8c32e71ab3ba7e2ee4993a4f44da6e353ba  node-v6.2.1-x64.msi
8095a7c506ed1ada1599942ae2a8cb60909def15bc4d97c7dca51c3d02f046ec  node-v6.2.1-x86.msi
1fea4396837da41f363312d3ee7cbc34ba23edfb24e39c6aa6ced732cdea7878  win-x64/node.exe
0dca5ad3d2ec6e4eed2f370c812c94fc1f5d5434e44a2b6e970a133d9be5bf37  win-x64/node.lib
4403d0dd9702907eb2ad8d49b0c7f2af5f5b7d263758bf1e79fe89008f523012  win-x64/node_pdb.7z
03201f05e0f3f455116f29b03bc7a930d0c4b0c593327944eceb44454f746335  win-x64/node_pdb.zip
e5d6e2800e05c376f0b13fccf4ea5f45dbc890b13221401fe7ae3bbcf77a9635  win-x86/node.exe
c7312d02d0b98cbc7700cc22d47f40d4c2284e96410216484d606057936dbad4  win-x86/node.lib
3e777fe925cb48917cb9748bdff62fb0e8570385572cdcfd9cf5cb68dfcdb784  win-x86/node_pdb.7z
0b6edd7afb0ea3024a12c55923df448726e99459a9be44d418e7d1d7ad5ab2cd  win-x86/node_pdb.zip
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJXULUeAAoJEMJzeS99g1Rd36wH/3pDBdJVZVgARpEOfJHAWUx7
Rhma9WpukZ1K7d/5c98jdvgErIUM/aQYx2qKUvDLBHUHdRjQM7uuCHu7bm4AMiYb
9ugqsAxLqAHKtOzBWaY6SEAtnG7nHUsKsmeVos35Y9VjlGsOymL5VD13Wjv4o/uX
kL9fFroCv2QJ6Y/ho9PW6t1t4SmvtOpHr4vvtu3SFEnz/Ov9+SAkRHEXPLZZKfkI
Ul2U2Pq9gG9heLTJMUKmaUFnULA1vejtIfy1fDZpBIxbgSaBLjoVQbQjnnpuF+2r
BeMzhURkxye584k7noOZbEKIFSM1h6DqJ4fjWjSkJZKnaJ6/WuymInsM3uT3x2I=
=kvV9
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v6.2.1</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v6.2.1</guid><dc:creator><![CDATA[Rod Vagg]]></dc:creator><pubDate>Thu, 02 Jun 2016 22:47:05 GMT</pubDate></item><item><title><![CDATA[Node v4.4.5 (LTS)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable Changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>buffer</strong>:<ul>
<li>Buffer no longer errors if you call lastIndexOf with a search term longer than the buffer (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6511">#6511</a></li>
</ul>
</li>
<li><strong>contextify</strong>:<ul>
<li>Context objects are now properly garbage collected, this solves a problem some individuals were experiencing with extreme memory growth (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/6871">#6871</a></li>
</ul>
</li>
<li><strong>deps</strong>:<ul>
<li>update npm to 2.15.5 (Rebecca Turner) <a href="https://github.com/nodejs/node/pull/6663">#6663</a></li>
</ul>
</li>
<li><strong>http</strong>:<ul>
<li>Invalid status codes can no longer be sent. Limited to 3 digit numbers between 100 - 999 (Brian White) <a href="https://github.com/nodejs/node/pull/6291">#6291</a></li>
</ul>
</li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/59a977dd22"><code>59a977dd22</code></a>] - <strong>assert</strong>: respect assert.doesNotThrow message. (Ilya Shaisultanov) <a href="https://github.com/nodejs/node/pull/2407">#2407</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8b077faa82"><code>8b077faa82</code></a>] - <strong>buffer</strong>: fix UCS2 indexOf for odd buffer length (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6511">#6511</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/12a9699fcf"><code>12a9699fcf</code></a>] - <strong>buffer</strong>: fix needle length misestimation for UCS2 (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6511">#6511</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/292b1b733e"><code>292b1b733e</code></a>] - <strong>build</strong>: fix make tar-headers for Linux (Gibson Fahnestock) <a href="https://github.com/nodejs/node/pull/5978">#5978</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/918d33ad4b"><code>918d33ad4b</code></a>] - <strong>build</strong>: add script to create Android .mk files (Robert Chiras) <a href="https://github.com/nodejs/node/pull/5544">#5544</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4ad71847bc"><code>4ad71847bc</code></a>] - <strong>build</strong>: add suport for x86 architecture (Robert Chiras) <a href="https://github.com/nodejs/node/pull/5544">#5544</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6ad85914b1"><code>6ad85914b1</code></a>] - <strong>child_process</strong>: add nullptr checks after allocs (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6256">#6256</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/823f726f66"><code>823f726f66</code></a>] - <strong>contextify</strong>: tie lifetimes of context &amp; sandbox (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/5800">#5800</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9ddb44ba61"><code>9ddb44ba61</code></a>] - <strong>contextify</strong>: cache sandbox and context in locals (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/5392">#5392</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8ebdcd65b0"><code>8ebdcd65b0</code></a>] - <strong>contextify</strong>: replace deprecated SetWeak usage (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/5392">#5392</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9e6d8170f7"><code>9e6d8170f7</code></a>] - <strong>contextify</strong>: cleanup weak ref for sandbox (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/5392">#5392</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b6fc15347d"><code>b6fc15347d</code></a>] - <strong>contextify</strong>: cleanup weak ref for global proxy (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/5392">#5392</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0dc875e2c7"><code>0dc875e2c7</code></a>] - <strong>deps</strong>: upgrade npm in LTS to 2.15.5 (Rebecca Turner)</li>
<li>[<a href="https://github.com/nodejs/node/commit/3c50350f41"><code>3c50350f41</code></a>] - <strong>deps</strong>: fix null pointer checks in v8 (Michaël Zasso) <a href="https://github.com/nodejs/node/pull/6669">#6669</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a40730b4b4"><code>a40730b4b4</code></a>] - <strong>deps</strong>: backport IsValid changes from 4e8736d in V8 (Michaël Zasso) <a href="https://github.com/nodejs/node/pull/6669">#6669</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/855604c53a"><code>855604c53a</code></a>] - <strong>deps</strong>: upgrade npm in LTS to 2.15.4 (Rebecca Turner) <a href="https://github.com/nodejs/node/pull/6663">#6663</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/433fb9a968"><code>433fb9a968</code></a>] - <strong>deps</strong>: cherry-pick 1383d00 from v8 upstream (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6179">#6179</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d1fca27ef8"><code>d1fca27ef8</code></a>] - <strong>deps</strong>: backport 125ac66 from v8 upstream (Myles Borins) <a href="https://github.com/nodejs/node/pull/6086">#6086</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/df299019a0"><code>df299019a0</code></a>] - <strong>deps</strong>: upgrade npm in LTS to 2.15.2 (Kat Marchán)</li>
<li>[<a href="https://github.com/nodejs/node/commit/50f02bd8d6"><code>50f02bd8d6</code></a>] - <strong>doc</strong>: update vm.runInDebugContext() example (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6757">#6757</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b872feade3"><code>b872feade3</code></a>] - <strong>doc</strong>: replace functions with arrow functions (abouthiroppy) <a href="https://github.com/nodejs/node/pull/6203">#6203</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7160229be4"><code>7160229be4</code></a>] - <strong>doc</strong>: note that zlib.flush acts after pending writes (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6172">#6172</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d069f2de8c"><code>d069f2de8c</code></a>] - <strong>doc</strong>: add full example for zlib.flush() (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6172">#6172</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/59814acfef"><code>59814acfef</code></a>] - <strong>doc</strong>: describe child.kill() pitfalls on linux (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/issues/2098">#2098</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/840c09492d"><code>840c09492d</code></a>] - <strong>doc</strong>: update openssl.org hash links (silverwind) <a href="https://github.com/nodejs/node/pull/6817">#6817</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/126fdc3171"><code>126fdc3171</code></a>] - <strong>doc</strong>: fix issues related to page scrolling (Roman Reiss)</li>
<li>[<a href="https://github.com/nodejs/node/commit/29e25d8489"><code>29e25d8489</code></a>] - <strong>doc</strong>: add steps for running addons + npm tests (Myles Borins) <a href="https://github.com/nodejs/node/pull/6231">#6231</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fcc6a347f7"><code>fcc6a347f7</code></a>] - <strong>doc</strong>: get rid of sneaky hard tabs in CHANGELOG (Myles Borins) <a href="https://github.com/nodejs/node/pull/6608">#6608</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/369569018e"><code>369569018e</code></a>] - <strong>doc</strong>: revert backported commits (Myles Borins) <a href="https://github.com/nodejs/node/pull/6530">#6530</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4ec9ae8a1c"><code>4ec9ae8a1c</code></a>] - <strong>doc</strong>: explain differences in console.assert between node and browsers (James M Snell) <a href="https://github.com/nodejs/node/pull/6169">#6169</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/df5ce6fad4"><code>df5ce6fad4</code></a>] - <strong>doc</strong>: native module reloading is not supported (Bryan English) <a href="https://github.com/nodejs/node/pull/6168">#6168</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/30f354f72b"><code>30f354f72b</code></a>] - <strong>doc</strong>: clarify fs.watch() and inodes on linux, os x (Joran Dirk Greef) <a href="https://github.com/nodejs/node/pull/6099">#6099</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/29f821b73d"><code>29f821b73d</code></a>] - <strong>doc</strong>: clarifies http.serverResponse implementation (Allen Hernandez) <a href="https://github.com/nodejs/node/pull/6072">#6072</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6d560094f4"><code>6d560094f4</code></a>] - <strong>doc</strong>: minor argument formatting in stream.markdown (James M Snell) <a href="https://github.com/nodejs/node/pull/6016">#6016</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6a197ec617"><code>6a197ec617</code></a>] - <strong>doc</strong>: fix http response event, Agent#getName (Matthew Douglass) <a href="https://github.com/nodejs/node/pull/5993">#5993</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/620a261240"><code>620a261240</code></a>] - <strong>http</strong>: disallow sending obviously invalid status codes (Brian White) <a href="https://github.com/nodejs/node/pull/6291">#6291</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9a8b53124d"><code>9a8b53124d</code></a>] - <strong>http</strong>: unref socket timer on parser execute (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6286">#6286</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b28e44deb2"><code>b28e44deb2</code></a>] - <strong>http</strong>: Corrects IPv6 address in Host header (Mihai Potra) <a href="https://github.com/nodejs/node/pull/5314">#5314</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2fac15ba94"><code>2fac15ba94</code></a>] - <strong>src</strong>: fix FindFirstCharacter argument alignment (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6511">#6511</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2942cff069"><code>2942cff069</code></a>] - <strong>src</strong>: add missing &#39;inline&#39; keywords (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6056">#6056</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e0eebf412e"><code>e0eebf412e</code></a>] - <strong>src,tools</strong>: remove null sentinel from source array (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5418">#5418</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8f18414cd5"><code>8f18414cd5</code></a>] - <strong>src,tools</strong>: drop nul byte from built-in source code (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5418">#5418</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d7a3ea457b"><code>d7a3ea457b</code></a>] - <strong>src,tools</strong>: allow utf-8 in built-in js source code (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5418">#5418</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/51c0808b55"><code>51c0808b55</code></a>] - <strong>stream</strong>: Fix readableState.awaitDrain mechanism (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6023">#6023</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/49a5941d30"><code>49a5941d30</code></a>] - <strong>test</strong>: fix test-debug-port-cluster flakiness (Rich Trott) <a href="https://github.com/nodejs/node/pull/6769">#6769</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f8144e4c4a"><code>f8144e4c4a</code></a>] - <strong>test</strong>: add logging for test-debug-port-cluster (Rich Trott) <a href="https://github.com/nodejs/node/pull/6769">#6769</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/773ea20d0e"><code>773ea20d0e</code></a>] - <strong>test</strong>: include component in tap output (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6653">#6653</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/333369e1ff"><code>333369e1ff</code></a>] - <strong>test</strong>: increase the platform timeout for AIX (Michael Dawson) <a href="https://github.com/nodejs/node/pull/6342">#6342</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/06e5fafe84"><code>06e5fafe84</code></a>] - <strong>test</strong>: add tests for console.assert (Evan Lucas) <a href="https://github.com/nodejs/node/pull/6302">#6302</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f60ba54811"><code>f60ba54811</code></a>] - <strong>test</strong>: add zlib close-after-error regression test (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6270">#6270</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/24ac16f4be"><code>24ac16f4be</code></a>] - <strong>test</strong>: fix flaky test-http-set-timeout-server (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6248">#6248</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5002a71357"><code>5002a71357</code></a>] - <strong>test</strong>: assert - fixed error messages to match the tests (surya panikkal) <a href="https://github.com/nodejs/node/pull/6241">#6241</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0f9405dd33"><code>0f9405dd33</code></a>] - <strong>test</strong>: move more tests from sequential to parallel (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6187">#6187</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/37cc249218"><code>37cc249218</code></a>] - <strong>test</strong>: fix test-net-settimeout flakiness (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6166">#6166</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/69dcbb642f"><code>69dcbb642f</code></a>] - <strong>test</strong>: fix flaky test-child-process-fork-net (Rich Trott) <a href="https://github.com/nodejs/node/pull/6138">#6138</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a97a6a9d69"><code>a97a6a9d69</code></a>] - <strong>test</strong>: fix issues for ESLint 2.7.0 (silverwind) <a href="https://github.com/nodejs/node/pull/6132">#6132</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a865975909"><code>a865975909</code></a>] - <strong>test</strong>: fix flaky test-http-client-abort (Rich Trott) <a href="https://github.com/nodejs/node/pull/6124">#6124</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/25d4b5b1e9"><code>25d4b5b1e9</code></a>] - <strong>test</strong>: move some test from sequential to parallel (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6087">#6087</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/28040ccf49"><code>28040ccf49</code></a>] - <strong>test</strong>: refactor test-file-write-stream3 (Rich Trott) <a href="https://github.com/nodejs/node/pull/6050">#6050</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3a67a05ed4"><code>3a67a05ed4</code></a>] - <strong>test</strong>: enforce strict mode for test-domain-crypto (Rich Trott) <a href="https://github.com/nodejs/node/pull/6047">#6047</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0b376cb3f9"><code>0b376cb3f9</code></a>] - <strong>test</strong>: fix pummel test failures (Rich Trott) <a href="https://github.com/nodejs/node/pull/6012">#6012</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7b60b8f8e9"><code>7b60b8f8e9</code></a>] - <strong>test</strong>: fix flakiness of stringbytes-external (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/6705">#6705</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cc4c5187ed"><code>cc4c5187ed</code></a>] - <strong>test</strong>: ensure test-npm-install uses correct node (Myles Borins) <a href="https://github.com/nodejs/node/pull/6658">#6658</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3d4d5777bc"><code>3d4d5777bc</code></a>] - <strong>test</strong>: refactor http-end-throw-socket-handling (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5676">#5676</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c76f214b90"><code>c76f214b90</code></a>] - <strong>test,tools</strong>: enable linting for undefined vars (Rich Trott) <a href="https://github.com/nodejs/node/pull/6255">#6255</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9222689215"><code>9222689215</code></a>] - <strong>test,vm</strong>: enable strict mode for vm tests (Rich Trott) <a href="https://github.com/nodejs/node/pull/6209">#6209</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b8c9d6b64e"><code>b8c9d6b64e</code></a>] - <strong>tools</strong>: enable linting for v8_prof_processor.js (Rich Trott) <a href="https://github.com/nodejs/node/pull/6262">#6262</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8fa202947d"><code>8fa202947d</code></a>] - <strong>tools</strong>: lint rule for assert.fail() (Rich Trott) <a href="https://github.com/nodejs/node/pull/6261">#6261</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1aa6c5b7a9"><code>1aa6c5b7a9</code></a>] - <strong>tools</strong>: update ESLint to 2.7.0 (silverwind) <a href="https://github.com/nodejs/node/pull/6132">#6132</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/68c7de4372"><code>68c7de4372</code></a>] - <strong>tools</strong>: remove simplejson dependency (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6101">#6101</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4fb4ba98a8"><code>4fb4ba98a8</code></a>] - <strong>tools</strong>: remove disabling of already-disabled rule (Rich Trott) <a href="https://github.com/nodejs/node/pull/6013">#6013</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4e6ea7f01a"><code>4e6ea7f01a</code></a>] - <strong>tools</strong>: remove obsolete npm test-legacy command (Kat Marchán)</li>
<li>[<a href="https://github.com/nodejs/node/commit/4c73ab4302"><code>4c73ab4302</code></a>] - <strong>tools,doc</strong>: fix json for grouped optional params (firedfox) <a href="https://github.com/nodejs/node/pull/5977">#5977</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c893cd33d1"><code>c893cd33d1</code></a>] - <strong>tools,doc</strong>: parse types in braces everywhere (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5329">#5329</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/48684af55f"><code>48684af55f</code></a>] - <strong>zlib</strong>: fix use after null when calling .close (James Lal) <a href="https://github.com/nodejs/node/pull/5982">#5982</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5-x86.msi">https://nodejs.org/dist/v4.4.5/node-v4.4.5-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5-x64.msi">https://nodejs.org/dist/v4.4.5/node-v4.4.5-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.5/win-x86/node.exe">https://nodejs.org/dist/v4.4.5/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.5/win-x64/node.exe">https://nodejs.org/dist/v4.4.5/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5.pkg">https://nodejs.org/dist/v4.4.5/node-v4.4.5.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5-darwin-x64.tar.gz">https://nodejs.org/dist/v4.4.5/node-v4.4.5-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-x86.tar.xz">https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-x64.tar.xz">https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-ppc64le.tar.xz">https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5-sunos-x86.tar.xz">https://nodejs.org/dist/v4.4.5/node-v4.4.5-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5-sunos-x64.tar.xz">https://nodejs.org/dist/v4.4.5/node-v4.4.5-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-armv6l.tar.xz">https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-armv7l.tar.xz">https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-arm64.tar.xz">https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v4.4.5/node-v4.4.5.tar.gz">https://nodejs.org/dist/v4.4.5/node-v4.4.5.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v4.4.5/">https://nodejs.org/dist/v4.4.5/</a><br>
Documentation: <a href="https://nodejs.org/docs/v4.4.5/api/">https://nodejs.org/docs/v4.4.5/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

1e729f9836e7b543724ee0b2ac902b4dff4a6f7d91031d20314825b61e86127f  node-v4.4.5-darwin-x64.tar.gz
ab00f874cf75d7504cc88bd99cf5f661aa0aa0d33eeecbfd5f8ef69ebc3a3e7f  node-v4.4.5-darwin-x64.tar.xz
afd90e4b0ae408301facce1d4837c5f718a686d144bf624a53c55988a473601c  node-v4.4.5-headers.tar.gz
d108e08fd83e5cf4d3a44cc799677ff6276450b5f601181733160358f230a060  node-v4.4.5-headers.tar.xz
46c89b2cdb3d7f3e87ef1ed8e4d9ee07dcc603e42f3f86f831a6fd7c34be9404  node-v4.4.5-linux-arm64.tar.gz
83c6a16989489908ea6be93f21a37316b4513d581875c3653ebeadd1c67d2e70  node-v4.4.5-linux-arm64.tar.xz
8f6a09d7326c4a2570275519ae51bc2a9ba6b2809b5cc02658922368f0dc49b0  node-v4.4.5-linux-armv6l.tar.gz
ae6a05b4dae19d31d2dd7de07c60ab4672d7aafacd0796974269432e451dd59b  node-v4.4.5-linux-armv6l.tar.xz
2ce99cbfaef7a8a0e8119a3e1303015f5bed6e745c90a95b3dcd6658ad44035b  node-v4.4.5-linux-armv7l.tar.gz
07f6610d91e4f03a28a97f1fd54a0b0547545fd5501657e30272a1a97604b709  node-v4.4.5-linux-armv7l.tar.xz
a2f17bee90c650b30c90c3cd96118e7825eb1b1011c4c7584e60d1b36d9b6983  node-v4.4.5-linux-ppc64le.tar.gz
d6d6331c1255307dd6cc9cfdba018afa6b35528cd8a293de2d89887b4d378119  node-v4.4.5-linux-ppc64le.tar.xz
577688263d15b2d7f8004f99151c5d47e27b319510d501792cfd74f7c834caa4  node-v4.4.5-linux-ppc64.tar.gz
0983e072d8101e7f274dc1403570636a5e12c0f56cfe3d891e379952dde0e619  node-v4.4.5-linux-ppc64.tar.xz
15d57c4a3696df8d5ef1bba452d38e5d27fc3c963760eeb218533c48381e89d5  node-v4.4.5-linux-x64.tar.gz
bd6505d8a350cd83907374ea98730b0ba99b97ec45cee418d453a0154384805a  node-v4.4.5-linux-x64.tar.xz
447b17542981c20f6792a20c31eb946c786e2cbd3bd1459f85c2cd0eb400e009  node-v4.4.5-linux-x86.tar.gz
354afb7fac8cb8dc3b926a4adb0901dd6ac42cb605f988f05f60f0bb8553a2c4  node-v4.4.5-linux-x86.tar.xz
fc5688c7f649ea06ce21246c7aa795aa9100c9e90e4c3fe182bb8cc67435375a  node-v4.4.5.pkg
75ebf346d29d441fbb32b177568f5727c357300406ea90b29c49a9e3bd89c506  node-v4.4.5-sunos-x64.tar.gz
ebb5bc1fa1d165e5881dac470e260f1efb4303e122854c60633c9e097f2a977f  node-v4.4.5-sunos-x64.tar.xz
181c092d49e2efc3ecd82806c9aa088ed1eda908671a5913cfa4704855ae288b  node-v4.4.5-sunos-x86.tar.gz
f2ea7593bd245628a17477c61b30b6c145b2686d97f38052ac2d3cc18a87c0e5  node-v4.4.5-sunos-x86.tar.xz
ea9c96ae4768feee4f18a26b819b9b4f6e49105ea0ee8c5c9d188dc8d49d4b77  node-v4.4.5.tar.gz
eaec2cd3c26a1cc101b829d32fef392268285187d1d9eda3718db288e7be28c6  node-v4.4.5.tar.xz
7b2409605c871a40d60c187bd24f6f6ddf10590df060b7d905ef46b3b3aa7f81  node-v4.4.5-x64.msi
fa11aadbf769d2a307ba49fa8a7f6a52233e63cb44541207f31ceb30ecdd3bfa  node-v4.4.5-x86.msi
0f9a6c4e340c45e0b32524b16f925099a79337281dd7fd982706e715634293da  win-x64/node.exe
ec30b394f071612fa06781a0ffa757b6296287bfb4234054438c671af8fa99bf  win-x64/node.lib
d423a134f376180939d55374aece4af1a66eb420e19f9fba2d882b000eeb01d8  win-x86/node.exe
851793e06c47e87393fad249253d720f67111e8c34d9bf73e36fdbedecda9dc1  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----

iQEcBAEBAgAGBQJXRKDLAAoJEJM7AfQLXKlGBK8H/2Ohq5o2B6TBV4Z/tAn8N8Hs
fbN/nGqLnKnnRPt5iXTeLQmcWx0bKNqwWq8PLo3EfaNiIC45GsS7/Jukdl6BhCvI
BJ1DxYNnVrxyRm+IkddDwJAHMp25B8d8kSOgbO6iuYFc240ek+dWFhw60Kk68bs+
elmOGCEFqempCCIg6rzliUSOBUOTu1c7axSy3Z6xzx0Ic9BRmsIwJzmL2RYZBEzn
H1jbf4MoHpZvF+gdNStlsu9KE+6u4Bhy9DzJVkgcxoXU+Wikhe8x5n3I2blULSsl
efqyCqM1GbKBZ2/wSj7KWEK1JhAJvPQnLuyERvUVYzc6nE6QGBpImen39tLjJxE=
=DuAN
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v4.4.5</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v4.4.5</guid><dc:creator><![CDATA[Myles Borins]]></dc:creator><pubDate>Tue, 24 May 2016 18:44:10 GMT</pubDate></item><item><title><![CDATA[Node v6.2.0 (Current)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable Changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>buffer</strong>: fix lastIndexOf and indexOf in various edge cases (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6511">#6511</a></li>
<li><strong>child_process</strong>: use /system/bin/sh on android (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6745">#6745</a></li>
<li><strong>deps</strong>:<ul>
<li>upgrade npm to 3.8.9 (Rebecca Turner) <a href="https://github.com/nodejs/node/pull/6664">#6664</a></li>
<li>upgrade to V8 5.0.71.47 (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/6572">#6572</a></li>
<li>upgrade libuv to 1.9.1 (Saúl Ibarra Corretgé) <a href="https://github.com/nodejs/node/pull/6796">#6796</a></li>
<li>Intl: ICU 57 bump (Steven R. Loomis) <a href="https://github.com/nodejs/node/pull/6088">#6088</a></li>
</ul>
</li>
<li><strong>repl</strong>:<ul>
<li>copying tabs shouldn&#39;t trigger completion (Eugene Obrezkov) <a href="https://github.com/nodejs/node/pull/5958">#5958</a></li>
<li>exports <code>Recoverable</code> (Blake Embrey) <a href="https://github.com/nodejs/node/pull/3488">#3488</a></li>
</ul>
</li>
<li><strong>src</strong>: add O_NOATIME constant (Rich Trott) <a href="https://github.com/nodejs/node/pull/6492">#6492</a></li>
<li><strong>src,module</strong>: add --preserve-symlinks command line flag (James M Snell) <a href="https://github.com/nodejs/node/pull/6537">#6537</a></li>
<li><strong>util</strong>: adhere to <code>noDeprecation</code> set at runtime (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6683">#6683</a></li>
</ul>
<p>As of this release the 6.X line now includes 64-bit binaries for Linux on Power Systems
running in big endian mode in addition to the existing 64-bit binaries for running in little endian mode.</p>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/955c90d725"><code>955c90d725</code></a>] - <strong>benchmark,test,lib</strong>: remove extra spaces (Rich Trott) <a href="https://github.com/nodejs/node/pull/6645">#6645</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9cd14ced09"><code>9cd14ced09</code></a>] - <strong>buffer</strong>: fix UCS2 indexOf for odd buffer length (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6511">#6511</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a550ddbf3c"><code>a550ddbf3c</code></a>] - <strong>buffer</strong>: fix needle length misestimation for UCS2 (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6511">#6511</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6fc20c5a97"><code>6fc20c5a97</code></a>] - <strong>buffer</strong>: fix lastIndexOf crash for overlong needle (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6511">#6511</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/44015754a3"><code>44015754a3</code></a>] - <strong>buffer</strong>: fix lastIndexOf index underflow issue (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6511">#6511</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6032dc25cc"><code>6032dc25cc</code></a>] - <strong>build</strong>: add Make <code>doc-only</code> target (Jesse McCarthy) <a href="https://github.com/nodejs/node/pull/3888">#3888</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3af9382a5d"><code>3af9382a5d</code></a>] - <strong>build</strong>: don&#39;t compile with -B, redux (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6650">#6650</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5149d66702"><code>5149d66702</code></a>] - <strong>build</strong>: fix DESTCPU detection for binary target (Richard Lau) <a href="https://github.com/nodejs/node/pull/6310">#6310</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6eed6a3ac0"><code>6eed6a3ac0</code></a>] - <strong>build,test</strong>: fix build-addons dependency chain (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6652">#6652</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e0240ab592"><code>e0240ab592</code></a>] - <strong>child_process</strong>: use /system/bin/sh on android (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6745">#6745</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e8c9f01cdd"><code>e8c9f01cdd</code></a>] - <strong>crypto</strong>: disable ssl compression at build time (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6582">#6582</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/62690aa0be"><code>62690aa0be</code></a>] - <strong>deps</strong>: update comment about PURIFY define (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6582">#6582</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bddf413412"><code>bddf413412</code></a>] - <strong>deps</strong>: upgrade npm to 3.8.9 (Rebecca Turner) <a href="https://github.com/nodejs/node/pull/6664">#6664</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a6ca5e559a"><code>a6ca5e559a</code></a>] - <strong>deps</strong>: upgrade to V8 5.0.71.47 (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/6572">#6572</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/16159c23ed"><code>16159c23ed</code></a>] - <strong>deps</strong>: limit regress/regress-crbug-514081 v8 test (Michael Dawson) <a href="https://github.com/nodejs/node/pull/6678">#6678</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2d84ac735a"><code>2d84ac735a</code></a>] - <strong>deps</strong>: upgrade libuv to 1.9.1 (Saúl Ibarra Corretgé) <a href="https://github.com/nodejs/node/pull/6796">#6796</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7a6d2ad181"><code>7a6d2ad181</code></a>] - <strong>deps</strong>: Intl: Check in &quot;small-icu&quot; 57.1 (Steven R. Loomis) <a href="https://github.com/nodejs/node/pull/6088">#6088</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ee1e5a267d"><code>ee1e5a267d</code></a>] - <strong>deps</strong>: Intl: ICU 57 bump (Steven R. Loomis) <a href="https://github.com/nodejs/node/pull/6088">#6088</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a4ed7dfb3d"><code>a4ed7dfb3d</code></a>] - <strong>doc</strong>: Add CTC meeting minutes for 2016-05-04 (Michael Dawson) <a href="https://github.com/nodejs/node/pull/6579">#6579</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5c7da210df"><code>5c7da210df</code></a>] - <strong>doc</strong>: refactor the changelog by version (James M Snell) <a href="https://github.com/nodejs/node/pull/6503">#6503</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4f2a55f92f"><code>4f2a55f92f</code></a>] - <strong>doc</strong>: fix issues related to page scrolling (Roman Reiss)</li>
<li>[<a href="https://github.com/nodejs/node/commit/b4fb95eade"><code>b4fb95eade</code></a>] - <strong>doc</strong>: add <code>added:</code> information for assert (Rich Trott) <a href="https://github.com/nodejs/node/pull/6688">#6688</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/64fcba2a2e"><code>64fcba2a2e</code></a>] - <strong>doc</strong>: appendFileSync accepts fd as well (Faiz Halde) <a href="https://github.com/nodejs/node/pull/6707">#6707</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/520369d8e0"><code>520369d8e0</code></a>] - <strong>doc</strong>: fix exec example in child_process (Evan Lucas) <a href="https://github.com/nodejs/node/pull/6660">#6660</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/51d1960955"><code>51d1960955</code></a>] - <strong>doc</strong>: undocument fs.open&#39;s &#39;rs&#39; mode (Saúl Ibarra Corretgé) <a href="https://github.com/nodejs/node/pull/6732">#6732</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f1c773d18b"><code>f1c773d18b</code></a>] - <strong>doc</strong>: add <code>added:</code> information for v8 (Rich Trott) <a href="https://github.com/nodejs/node/pull/6684">#6684</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/29b28a233c"><code>29b28a233c</code></a>] - <strong>doc</strong>: server.listen truncates socket path on unix (Jean Regisser) <a href="https://github.com/nodejs/node/pull/6659">#6659</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c1d5f2e96e"><code>c1d5f2e96e</code></a>] - <strong>doc</strong>: update releases.md with new changelog structure (James M Snell) <a href="https://github.com/nodejs/node/pull/6503">#6503</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d962fbafb2"><code>d962fbafb2</code></a>] - <strong>doc</strong>: &quot;a&quot; -&gt; &quot;an&quot; in api/documentation.md (Anchika Agarwal) <a href="https://github.com/nodejs/node/pull/6689">#6689</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/26e22e200a"><code>26e22e200a</code></a>] - <strong>doc</strong>: move the readme newcomers section (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6681">#6681</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8f526494b5"><code>8f526494b5</code></a>] - <strong>doc</strong>: fix deprecation warnings in addon examples (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6652">#6652</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d34343f0de"><code>d34343f0de</code></a>] - <strong>doc</strong>: mention existence/purpose of module wrapper (Matt Harrison) <a href="https://github.com/nodejs/node/pull/6433">#6433</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5c154a87e0"><code>5c154a87e0</code></a>] - <strong>doc</strong>: add steps for running addons + npm tests (Myles Borins) <a href="https://github.com/nodejs/node/pull/6231">#6231</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6ea43d12f4"><code>6ea43d12f4</code></a>] - <strong>doc</strong>: improve onboarding-extras.md formatting (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6548">#6548</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/38f5603e97"><code>38f5603e97</code></a>] - <strong>doc</strong>: fix linewrap in node.1 (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6532">#6532</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5b47accfa6"><code>5b47accfa6</code></a>] - <strong>doc</strong>: v8 options can use either <code>_</code> or <code>-</code> (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6532">#6532</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fa94a91bbd"><code>fa94a91bbd</code></a>] - <strong>doc</strong>: v8 functions as methods on v8 (Bryan English) <a href="https://github.com/nodejs/node/pull/6615">#6615</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d49b49e8b1"><code>d49b49e8b1</code></a>] - <strong>doc</strong>: discourage use of util.inherits (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/6514">#6514</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/925fc36dd9"><code>925fc36dd9</code></a>] - <strong>doc</strong>: add <code>added:</code> information for os (Bryan English) <a href="https://github.com/nodejs/node/pull/6609">#6609</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/58cd11c844"><code>58cd11c844</code></a>] - <strong>doc</strong>: add <code>added:</code> information for process (Bryan English) <a href="https://github.com/nodejs/node/pull/6589">#6589</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d5f7f24aec"><code>d5f7f24aec</code></a>] - <strong>doc</strong>: add <code>added:</code> information for url (Bryan English) <a href="https://github.com/nodejs/node/pull/6593">#6593</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/715b48c1d3"><code>715b48c1d3</code></a>] - <strong>doc</strong>: add <code>added:</code> information for querystring (Bryan English) <a href="https://github.com/nodejs/node/pull/6593">#6593</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/04697a5023"><code>04697a5023</code></a>] - <strong>doc</strong>: correct anchors for buffer.md (Jackson Tian) <a href="https://github.com/nodejs/node/pull/6542">#6542</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2d677411a4"><code>2d677411a4</code></a>] - <strong>doc</strong>: add <code>added:</code> information for buffer (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6495">#6495</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/49af20c2e6"><code>49af20c2e6</code></a>] - <strong>doc</strong>: update fs callback example error stack (DavidCai) <a href="https://github.com/nodejs/node/pull/6617">#6617</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9196d87704"><code>9196d87704</code></a>] - <strong>doc</strong>: add <code>added:</code> info for <code>string_decoder</code> (Rich Trott) <a href="https://github.com/nodejs/node/pull/6741">#6741</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/688f563ca8"><code>688f563ca8</code></a>] - <strong>doc</strong>: update vm.runInDebugContext() example (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6757">#6757</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2273971a69"><code>2273971a69</code></a>] - <strong>doc</strong>: readline.emitKeypressEvents and raw mode (Arve Seljebu) <a href="https://github.com/nodejs/node/pull/6628">#6628</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1c7b6e276f"><code>1c7b6e276f</code></a>] - <strong>doc</strong>: improve zlib docs (James M Snell) <a href="https://github.com/nodejs/node/pull/6746">#6746</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/897934a719"><code>897934a719</code></a>] - <strong>doc</strong>: copyedit maxBuffer note for child_process (Rich Trott) <a href="https://github.com/nodejs/node/pull/6760">#6760</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c1bf3fc0b1"><code>c1bf3fc0b1</code></a>] - <strong>doc</strong>: fix links in socket.connecting (Kirill Fomichev) <a href="https://github.com/nodejs/node/pull/6657">#6657</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ad895f490b"><code>ad895f490b</code></a>] - <strong>doc</strong>: trim GitHub template comments (Rich Trott) <a href="https://github.com/nodejs/node/pull/6755">#6755</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/af096f1172"><code>af096f1172</code></a>] - <strong>doc</strong>: add <code>added</code> info for <code>dgram.setBroadcast()</code> (Rich Trott) <a href="https://github.com/nodejs/node/pull/6750">#6750</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e8c0dba4bd"><code>e8c0dba4bd</code></a>] - <strong>doc,events</strong>: fix a link typo (yorkie) <a href="https://github.com/nodejs/node/pull/6640">#6640</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f31a5ec34a"><code>f31a5ec34a</code></a>] - <strong>handle_wrap</strong>: IsRefed() -&gt; HasRef() (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6546">#6546</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cc2af793d2"><code>cc2af793d2</code></a>] - <strong><em>Revert</em></strong> &quot;<strong>handle_wrap</strong>: IsRefed -&gt; Unrefed, no isAlive check&quot; (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6546">#6546</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2000072903"><code>2000072903</code></a>] - <strong>handle_wrap</strong>: IsRefed -&gt; Unrefed, no isAlive check (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6204">#6204</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d3132048cb"><code>d3132048cb</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>handle_wrap</strong>: expose an <code>isRefed()</code> check to JS (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5834">#5834</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/59666502c5"><code>59666502c5</code></a>] - <strong>intl</strong>: Don&#39;t crash if v8BreakIterator not available (Steven R. Loomis) <a href="https://github.com/nodejs/node/pull/4253">#4253</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/74582aa590"><code>74582aa590</code></a>] - <strong>lib</strong>: replace legacy uses of <strong>defineGetter</strong> (James M Snell) <a href="https://github.com/nodejs/node/pull/6768">#6768</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/559c2583e0"><code>559c2583e0</code></a>] - <strong>lib,test</strong>: update in preparation for linter update (Rich Trott) <a href="https://github.com/nodejs/node/pull/6498">#6498</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/226b9668db"><code>226b9668db</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>repl</strong>: copying tabs shouldn&#39;t trigger completion (Eugene Obrezkov) <a href="https://github.com/nodejs/node/pull/5958">#5958</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ce2d5be4a1"><code>ce2d5be4a1</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>repl</strong>: exports <code>Recoverable</code> (Blake Embrey) <a href="https://github.com/nodejs/node/pull/3488">#3488</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/635357958d"><code>635357958d</code></a>] - <strong>repl</strong>: create history file with mode 0600 (Carl Lei) <a href="https://github.com/nodejs/node/pull/3394">#3394</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e3920d12ef"><code>e3920d12ef</code></a>] - <strong>src</strong>: fix check-imports.py linter errors (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6105">#6105</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bbf3b3ebbb"><code>bbf3b3ebbb</code></a>] - <strong>src</strong>: simplify handlewrap state tracking logic (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6395">#6395</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/965274d384"><code>965274d384</code></a>] - <strong>src</strong>: use libuv&#39;s refcounting directly (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6395">#6395</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/316871f268"><code>316871f268</code></a>] - <strong>src</strong>: fix -Wunused-variable compiler warning (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6129">#6129</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1def098b9f"><code>1def098b9f</code></a>] - <strong>src</strong>: fix sporadic deadlock in SIGUSR1 handler (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5904">#5904</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/477e61db9f"><code>477e61db9f</code></a>] - <strong>src</strong>: don&#39;t use locale-sensitive strcasecmp() (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6582">#6582</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1e99643fc9"><code>1e99643fc9</code></a>] - <strong>src</strong>: remove unused #include statement (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6582">#6582</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/62593bd44c"><code>62593bd44c</code></a>] - <strong>src</strong>: remove pre-openssl 1.0 legacy code (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6582">#6582</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/27c17ce9d1"><code>27c17ce9d1</code></a>] - <strong>src</strong>: fix FindFirstCharacter argument alignment (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6511">#6511</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/37736f4dad"><code>37736f4dad</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>src</strong>: add O_NOATIME constant (Rich Trott) <a href="https://github.com/nodejs/node/pull/6492">#6492</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bd4454fa0f"><code>bd4454fa0f</code></a>] - <strong>src,lib</strong>: minor --debug-brk cleanup (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/6599">#6599</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/95b7560d8e"><code>95b7560d8e</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>src,module</strong>: add --preserve-symlinks command line flag (James M Snell) <a href="https://github.com/nodejs/node/pull/6537">#6537</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8a7e68ff83"><code>8a7e68ff83</code></a>] - <strong>test</strong>: check that 2nd handle.close() call is a nop (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6395">#6395</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ccbc78cfc6"><code>ccbc78cfc6</code></a>] - <strong>test</strong>: remove common.getServiceName() (Rich Trott) <a href="https://github.com/nodejs/node/pull/6709">#6709</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8c634d78f8"><code>8c634d78f8</code></a>] - <strong>test</strong>: favor strictEqual() in addon test (Rich Trott) <a href="https://github.com/nodejs/node/pull/6704">#6704</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1389a4fc5e"><code>1389a4fc5e</code></a>] - <strong>test</strong>: fix flaky test-preload (Rich Trott) <a href="https://github.com/nodejs/node/pull/6728">#6728</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/adb2d610e6"><code>adb2d610e6</code></a>] - <strong>test</strong>: include component in tap output (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6653">#6653</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/abb063a6a3"><code>abb063a6a3</code></a>] - <strong>test</strong>: fix test-debugger-repl-break-in-module (Rich Trott) <a href="https://github.com/nodejs/node/pull/6686">#6686</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5701599767"><code>5701599767</code></a>] - <strong>test</strong>: fix test-debugger-repl-term (Rich Trott) <a href="https://github.com/nodejs/node/pull/6682">#6682</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/71c91747ef"><code>71c91747ef</code></a>] - <strong>test</strong>: add tests for stream3 buffering using cork (Alex J Burke) <a href="https://github.com/nodejs/node/pull/6493">#6493</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b1f58edd54"><code>b1f58edd54</code></a>] - <strong>test</strong>: abstract skip functionality to common (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6697">#6697</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7d3f5751b3"><code>7d3f5751b3</code></a>] - <strong>test</strong>: make sure O_NOATIME is present only in Linux (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6614">#6614</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/75adc6a026"><code>75adc6a026</code></a>] - <strong>test</strong>: move test-debugger-debug-brk to sequential (Rich Trott) <a href="https://github.com/nodejs/node/pull/6731">#6731</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0bc1784529"><code>0bc1784529</code></a>] - <strong>test</strong>: refactor doctool tests (Rich Trott) <a href="https://github.com/nodejs/node/pull/6719">#6719</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/89b25fac4c"><code>89b25fac4c</code></a>] - <strong>test</strong>: fix test-process-exec-argv flakiness (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6575">#6575</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3f9d72408f"><code>3f9d72408f</code></a>] - <strong>test</strong>: pass python path to node-gyp (hefangshi) <a href="https://github.com/nodejs/node/pull/6646">#6646</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0c62bd13fb"><code>0c62bd13fb</code></a>] - <strong>test</strong>: ensure test-npm-install uses correct node (Myles Borins) <a href="https://github.com/nodejs/node/pull/6658">#6658</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1b71231dd2"><code>1b71231dd2</code></a>] - <strong>test</strong>: fix test-vm-cached-data to work with old v8 (Myles Borins) <a href="https://github.com/nodejs/node/pull/6317">#6317</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0eb25cb4b5"><code>0eb25cb4b5</code></a>] - <strong>test</strong>: test preloaded modules using stdin or repl (Bradley Meck) <a href="https://github.com/nodejs/node/pull/2253">#2253</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/577e132f00"><code>577e132f00</code></a>] - <strong>test</strong>: fix test-debugger-pid (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6584">#6584</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d74062454b"><code>d74062454b</code></a>] - <strong>test</strong>: make stdout buffer test more robust (Rich Trott) <a href="https://github.com/nodejs/node/pull/6633">#6633</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f264749c5c"><code>f264749c5c</code></a>] - <strong>test</strong>: build addons with V8_DEPRECATION_WARNINGS=1 (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6652">#6652</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/01f010f669"><code>01f010f669</code></a>] - <strong>test</strong>: allow out-of-order replies in dgram tests (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6607">#6607</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/be241c3262"><code>be241c3262</code></a>] - <strong>test</strong>: run known_issues tests in CI (Rich Trott) <a href="https://github.com/nodejs/node/pull/6559">#6559</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8141c2fce2"><code>8141c2fce2</code></a>] - <strong>test</strong>: add tests for console.[info|error|warn] (Bryan English) <a href="https://github.com/nodejs/node/pull/6538">#6538</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/83dab801e2"><code>83dab801e2</code></a>] - <strong>test</strong>: fix unreliable known_issues test (Rich Trott) <a href="https://github.com/nodejs/node/pull/6555">#6555</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8c434e6d84"><code>8c434e6d84</code></a>] - <strong>test</strong>: unmark test-http-regr-gh-2928 as flaky (Rich Trott) <a href="https://github.com/nodejs/node/pull/6540">#6540</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/916e694b2b"><code>916e694b2b</code></a>] - <strong>test</strong>: avoid test-cluster-master-* flakiness (Stefan Budeanu) <a href="https://github.com/nodejs/node/pull/6531">#6531</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/be5386e0cf"><code>be5386e0cf</code></a>] - <strong>test,dgram</strong>: add tests for setBroadcast() (Rich Trott) <a href="https://github.com/nodejs/node/pull/6750">#6750</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1370fdcad5"><code>1370fdcad5</code></a>] - <strong>test,tools</strong>: test yaml parsing of doctool (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6495">#6495</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/347abf341d"><code>347abf341d</code></a>] - <strong>tools</strong>: enforce linting for unix-style line endings (Rich Trott) <a href="https://github.com/nodejs/node/pull/6685">#6685</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a63c556c11"><code>a63c556c11</code></a>] - <strong>tools</strong>: remove the minifying logic (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6636">#6636</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/efcbafa3f7"><code>efcbafa3f7</code></a>] - <strong>tools</strong>: fix regression in doctool (Myles Borins) <a href="https://github.com/nodejs/node/pull/6680">#6680</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/edb29b8096"><code>edb29b8096</code></a>] - <strong>tools</strong>: lint for object literal spacing (Rich Trott) <a href="https://github.com/nodejs/node/pull/6592">#6592</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6806ebb608"><code>6806ebb608</code></a>] - <strong>tools</strong>: lint for use of space in template strings (Rich Trott) <a href="https://github.com/nodejs/node/pull/6591">#6591</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/341eaf202e"><code>341eaf202e</code></a>] - <strong>tools</strong>: update marked dependency (Daniel Wang) <a href="https://github.com/nodejs/node/pull/6396">#6396</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/94f82553aa"><code>94f82553aa</code></a>] - <strong>tools</strong>: allow multiple added: version entries (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6495">#6495</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1de25f208c"><code>1de25f208c</code></a>] - <strong>tools</strong>: do not build addons during compilation (Myles Borins) <a href="https://github.com/nodejs/node/pull/6723">#6723</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/26805c97d0"><code>26805c97d0</code></a>] - <strong>tools</strong>: fix tools/doc/addon-verify.js regression (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6652">#6652</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cea17775e0"><code>cea17775e0</code></a>] - <strong>tools</strong>: parse documentation metadata (Tristian Flanagan) <a href="https://github.com/nodejs/node/pull/6495">#6495</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a568ad4205"><code>a568ad4205</code></a>] - <strong>tools</strong>: add mock-y js-yaml dependency to doctool (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6495">#6495</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dce6413576"><code>dce6413576</code></a>] - <strong>tools</strong>: Check in tools for shrinking ICU size, change default to small-icu (Steven R. Loomis) <a href="https://github.com/nodejs/node/pull/6088">#6088</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d629f265fe"><code>d629f265fe</code></a>] - <strong>tools</strong>: update ESLint to 2.9.0 (Rich Trott) <a href="https://github.com/nodejs/node/pull/6498">#6498</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6aa92d5a98"><code>6aa92d5a98</code></a>] - <strong>tools</strong>: disallow multiple spaces except indentation (Rich Trott) <a href="https://github.com/nodejs/node/pull/6645">#6645</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ceeae4b180"><code>ceeae4b180</code></a>] - <strong>tools,test</strong>: make argument linting more stringent (Rich Trott) <a href="https://github.com/nodejs/node/pull/6720">#6720</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6d1527bb37"><code>6d1527bb37</code></a>] - <strong>util</strong>: fix invalid date output with util.inspect (Rumkin) <a href="https://github.com/nodejs/node/pull/6504">#6504</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1d6c17efd7"><code>1d6c17efd7</code></a>] - <strong>util</strong>: adhere to <code>noDeprecation</code> set at runtime (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6683">#6683</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0-x86.msi">https://nodejs.org/dist/v6.2.0/node-v6.2.0-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0-x64.msi">https://nodejs.org/dist/v6.2.0/node-v6.2.0-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v6.2.0/win-x86/node.exe">https://nodejs.org/dist/v6.2.0/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.0/win-x64/node.exe">https://nodejs.org/dist/v6.2.0/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0.pkg">https://nodejs.org/dist/v6.2.0/node-v6.2.0.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0-darwin-x64.tar.gz">https://nodejs.org/dist/v6.2.0/node-v6.2.0-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-x86.tar.xz">https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-x64.tar.xz">https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-ppc64le.tar.xz">https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0-sunos-x86.tar.xz">https://nodejs.org/dist/v6.2.0/node-v6.2.0-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0-sunos-x64.tar.xz">https://nodejs.org/dist/v6.2.0/node-v6.2.0-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-armv6l.tar.xz">https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-armv7l.tar.xz">https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-arm64.tar.xz">https://nodejs.org/dist/v6.2.0/node-v6.2.0-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v6.2.0/node-v6.2.0.tar.gz">https://nodejs.org/dist/v6.2.0/node-v6.2.0.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v6.2.0/">https://nodejs.org/dist/v6.2.0/</a><br>
Documentation: <a href="https://nodejs.org/docs/v6.2.0/api/">https://nodejs.org/docs/v6.2.0/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

1c8c16bb3df22c7c98cf0c118bd183838b848e36ef1448992cf511c044339823  node-v6.2.0-darwin-x64.tar.gz
e1c890b47f078a840896b05a3111080e6f410103cc6d338de2a32ebc5a58d545  node-v6.2.0-darwin-x64.tar.xz
1127a30aa0e728786e4c1b2a568dd74eab8957a271764cec06d3562febee6baa  node-v6.2.0-headers.tar.gz
7ac466b74c01f1d0e0cf46d62dba32392b6fa4157a8b957fbdec490701d06d35  node-v6.2.0-headers.tar.xz
bac296f56d071e147e33e7f027efc8b0422a786e3943b18c64c8c8fbf2abae96  node-v6.2.0-linux-arm64.tar.gz
d81cd7d9a04a68d5a6bd9b36c410e0ac3394d1cec03c647737a41d5772d4f542  node-v6.2.0-linux-arm64.tar.xz
c297855fd11dc9d58c523f3665b18e5ff932145aabb27c389da3b6b27553fe37  node-v6.2.0-linux-armv6l.tar.gz
3c0fda6205425a641cac8b71f522bdef28de0d17fa53d3b0987f66a58c416ee1  node-v6.2.0-linux-armv6l.tar.xz
4804a486b0b0db0f52fc273ccf688f83c06e3fc17641824877e2921518d0e50d  node-v6.2.0-linux-armv7l.tar.gz
7316c8026c5da22cbda06c6b8f556a326c7c2c81408b9a1f04a01859c6d95787  node-v6.2.0-linux-armv7l.tar.xz
fbbeaaa5431c6cc5007567c35f13b87c2917d704ae6fd8f6db7792f1ba5349b0  node-v6.2.0-linux-ppc64le.tar.gz
75d3ed1dda3e29e12a708a4c5084f7a4aaa5485f10a68b4e21c8fe7333720cc1  node-v6.2.0-linux-ppc64le.tar.xz
69f8f3ffec15f1cddca3f8fca53471123e22db40ae58bea9bd65503d900267d8  node-v6.2.0-linux-ppc64.tar.gz
7697c259171529ba7ea902437ef8186bde64fb9613ee77ade882549b3cc43ffd  node-v6.2.0-linux-ppc64.tar.xz
661dba369c277603fa6d0182c4ea7ff074ba6bacd19171826271f872afd6aaa7  node-v6.2.0-linux-x64.tar.gz
ab28c6af235045def1f65fca7f4848de3c2de4fb62ebce37052f1a10f0b40263  node-v6.2.0-linux-x64.tar.xz
47c3d613362afd9c64e6468fba0d3f6407ead7d3ea6447deb297c6551dd9d0d4  node-v6.2.0-linux-x86.tar.gz
6aaf649e9798fdc40c03aa27f63715cfe4c33916f8081607067bdfc16a2a2d9a  node-v6.2.0-linux-x86.tar.xz
4ce1462c3cf3c327891154ab076f2f5ef16e61b150001d90d8dcaf2ae4e49772  node-v6.2.0.pkg
f1e8447ff644598c2c24eb6effa12a9d32c6fdad7fa832065dd5f381339b723f  node-v6.2.0-sunos-x64.tar.gz
8dacb9a2fbc71c78a157c1c6cf1ccb126b7f919775834e7570821b19514603ae  node-v6.2.0-sunos-x64.tar.xz
bbfce19c47265676fb44a6a1fa10e2e9ec710c8a332a801aa7e3e58648e851a3  node-v6.2.0-sunos-x86.tar.gz
effdeef23786210846c4d19249bac2ddbabc9f8647deb6803345725acbadec73  node-v6.2.0-sunos-x86.tar.xz
fcfd81847d78abb690aafaf46223d3b59aedc54fb200a2ab2bfd9a39ad6e94b9  node-v6.2.0.tar.gz
8633fe606fd1f2235d26901c6bc4c11b5b88fd3c772af18a902e3efd1254e492  node-v6.2.0.tar.xz
bd1d766e15f75f67befa76738bc0212ee3016444eb0396b29c6fc319658e21a2  node-v6.2.0-x64.msi
e0e20da53fd7e8ccdd61acf93b4f268189b32c43c15516a272df57808d94b941  node-v6.2.0-x86.msi
6e8aff84a875d60785d23a3c8fbf6cff82835dde0886e5ed476150b82f1f61fd  win-x64/node.exe
df99926fcfb98fdf764ab3a4e46fd31ee23863b26bb9b24fcd3b6398aff21d13  win-x64/node.lib
8003b76b7e45cfd6d44308e17e7d055ed3dd9322a5c0a3bb8f66670a5e8ecb5f  win-x86/node.exe
9fd0bd7229d637d5e9d2c02bb0325a99fd38bbed6c2f7a37942d6a5951fac344  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQIcBAEBCgAGBQJXO4jZAAoJELY7U1pMIGypvGgP/RWxnq3GhqgMKXEMnkljpSen
KDNHGGaZJrA6LU6L3my1v0GsP+Pfj+okbzHcZ5jwg9p2tTjXRFBnC+UFz+00G86d
MFzX1Y9MZk4+9OkJWjO0c5carxtYD68nryohJsIMMh2ipos47SDqYwO7oLVDEZAd
orc5K1Vtpvkx66VEAVAgTo4eEmyDM3NLHve5oaOHnJ5kdasqqDj+LFXYUT5rKDoQ
yUMbIZbvj8zrqCd76XTJpw/e9RmQ3v9G2aBXQ+jhzxtADu0vevoyTldld/CiMTkX
4mDhGMP3AToiF/o5F91GmuzVQJnnOowS02/4k5UpUIyRAvD25podlIJHHs+M1lDs
NQC7W691mD6WRf6OZROkrWOvrYpoIYYn79GBxyTzLZz2bYCmGxjttB/ETnLpG7mf
CjMDjOq6B8LTC24JtvqYDt6HIlkOkzZ5vOxAqCqCQC3l6hQUEqVAp7Dack/FOHNv
pbUqSQwfSu9j+gcoMkUmNDdjSeWEyCHN09XH3dFOQ1Cd6olRh900nkhITmTKEsD7
U7QZDMp7s6QmtbzF62TskH8jj/QIhQx6qFuyyquHpWAwggrcWbauhMKQFAHc9vI5
iz2XUKB/yKlcFVomojq+sm4NoBvgy4IZAIHUjv+g4yYzPHmyZrP0I4bMUT9s/1b6
LunWBUGBWXCXRm4Q6Qar
=Q/h1
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v6.2.0</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v6.2.0</guid><dc:creator><![CDATA[Evan Lucas]]></dc:creator><pubDate>Tue, 17 May 2016 21:12:15 GMT</pubDate></item><item><title><![CDATA[Node v4.4.4 (LTS)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>deps</strong>:<ul>
<li>update openssl to 1.0.2h. (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6551">#6551</a><ul>
<li>Please see our <a href="https://nodejs.org/en/blog/vulnerability/openssl-may-2016/">blog post</a> for more info on the security contents of this release.</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/f46952e727"><code>f46952e727</code></a>] - <strong>buffer</strong>: safeguard against accidental kNoZeroFill (Сковорода Никита Андреевич) <a href="https://github.com/nodejs/node-private/pull/30">nodejs/node-private#30</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4f1c82f995"><code>4f1c82f995</code></a>] - <strong>streams</strong>: support unlimited synchronous cork/uncork cycles (Matteo Collina) <a href="https://github.com/nodejs/node/pull/6164">#6164</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1efd96c767"><code>1efd96c767</code></a>] - <strong>deps</strong>: update openssl asm and asm_obsolete files (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6551">#6551</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c450f4a293"><code>c450f4a293</code></a>] - <strong>deps</strong>: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) <a href="https://github.com/nodejs/io.js/pull/1836">nodejs/io.js#1836</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/baedfbae6a"><code>baedfbae6a</code></a>] - <strong>openssl</strong>: fix keypress requirement in apps on win32 (Shigeki Ohtsu) <a href="https://github.com/iojs/io.js/pull/1389">iojs/io.js#1389</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ff3045e40b"><code>ff3045e40b</code></a>] - <strong>deps</strong>: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) <a href="https://github.com/iojs/io.js/pull/1389">iojs/io.js#1389</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dc8dc97db3"><code>dc8dc97db3</code></a>] - <strong>deps</strong>: fix openssl assembly error on ia32 win32 (Fedor Indutny) <a href="https://github.com/iojs/io.js/pull/1389">iojs/io.js#1389</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2dfeb01213"><code>2dfeb01213</code></a>] - <strong>deps</strong>: copy all openssl header files to include dir (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6551">#6551</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/72f9952516"><code>72f9952516</code></a>] - <strong>deps</strong>: upgrade openssl sources to 1.0.2h (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6551">#6551</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4-x86.msi">https://nodejs.org/dist/v4.4.4/node-v4.4.4-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4-x64.msi">https://nodejs.org/dist/v4.4.4/node-v4.4.4-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.4/win-x86/node.exe">https://nodejs.org/dist/v4.4.4/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.4/win-x64/node.exe">https://nodejs.org/dist/v4.4.4/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4.pkg">https://nodejs.org/dist/v4.4.4/node-v4.4.4.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4-darwin-x64.tar.gz">https://nodejs.org/dist/v4.4.4/node-v4.4.4-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-x86.tar.xz">https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-x64.tar.xz">https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-ppc64le.tar.xz">https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4-sunos-x86.tar.xz">https://nodejs.org/dist/v4.4.4/node-v4.4.4-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4-sunos-x64.tar.xz">https://nodejs.org/dist/v4.4.4/node-v4.4.4-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-armv6l.tar.xz">https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-armv7l.tar.xz">https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-arm64.tar.xz">https://nodejs.org/dist/v4.4.4/node-v4.4.4-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v4.4.4/node-v4.4.4.tar.gz">https://nodejs.org/dist/v4.4.4/node-v4.4.4.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v4.4.4/">https://nodejs.org/dist/v4.4.4/</a><br>
Documentation: <a href="https://nodejs.org/docs/v4.4.4/api/">https://nodejs.org/docs/v4.4.4/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

3d240db764391faca06df67db1eefd0b20989153edb0a99cbaf16e441e734a4d  node-v4.4.4-darwin-x64.tar.gz
e6a521781d212a760ef63ca139a12a86b8a312f730abc8deb0d8fa8f18d9f357  node-v4.4.4-darwin-x64.tar.xz
a5abc953d1ee4295cd3dcfdc116797e4b807e0b2d5c888aa31631fa1de9a9200  node-v4.4.4-headers.tar.gz
7a3521608274a32b5e609bf76581d6cec838ec369f1b346f73aca58588515fb0  node-v4.4.4-headers.tar.xz
4d7336411a61e92eb4815dc5b9042cae92ed49d3bc472da153aa13fd4e812b99  node-v4.4.4-linux-arm64.tar.gz
e50d47bdd5fe26a249449059244222e06f98513209027bf557bf809e24e17400  node-v4.4.4-linux-arm64.tar.xz
618efa1636db2d8acd7f28902200cbb42fd0f1d71ef482b6e99a027372584581  node-v4.4.4-linux-armv6l.tar.gz
c1a67dc4c7080b4082d165861d44a1f3279adec18279edc927329d153ab5b657  node-v4.4.4-linux-armv6l.tar.xz
64af655f048fc1ba70591076bbdeb61195347942ceef1ea18157467e5a01f253  node-v4.4.4-linux-armv7l.tar.gz
9df9d2bb7335a3118ed20a8332df40659294bfe04896c49d7e4890d7f667c495  node-v4.4.4-linux-armv7l.tar.xz
939cead87316367dd88430807ad335b9bdab4812fe0cd18adf62887c699dd4e7  node-v4.4.4-linux-ppc64le.tar.gz
23cedc2304c1709450689e5a3afe01b749dcb7a5b4f817bf59e97a64b22b60b3  node-v4.4.4-linux-ppc64le.tar.xz
0881eb010c8a4a0e746a1852fe48416d9c21b5f19a20d418cb02c7197fa55576  node-v4.4.4-linux-x64.tar.gz
c8b4e3c6e07e51593dddbf1d2ec3cf0ec09d5c6b8c5258b37b3816cc6b7e9fe3  node-v4.4.4-linux-x64.tar.xz
401fcef7908b3620bd28300bac06ad4fe774c95e10167c8617dde18befd78fcd  node-v4.4.4-linux-x86.tar.gz
7c0771b0153dd1c6609197b7b56840085df5d0752862fe4e98569d8d7bcb8682  node-v4.4.4-linux-x86.tar.xz
0e26458c8490af8f7d1aa4db8ca2792e2089fc0065517225cb30d4f22778b288  node-v4.4.4.pkg
5748ececfb65a5dfa5c7eb87c31e890aff7a32aeea6ae440e382eca34ec16eba  node-v4.4.4-sunos-x64.tar.gz
a2aea1b73dc559db924b4a00884f1ae26c5bea84956e506c7a1b7fbe04b36f5a  node-v4.4.4-sunos-x64.tar.xz
1da8b38983ba9fd8878c2127225396991c8189934e578760f0860ed15302cdd6  node-v4.4.4-sunos-x86.tar.gz
b542392497c7bd03d83cba378f0056b9d1e2c2feb71ba64196ab64a2a8ae67ba  node-v4.4.4-sunos-x86.tar.xz
53c694c203ee18e7cd393612be08c61ed6ab8b2a165260984a99c014d1741414  node-v4.4.4.tar.gz
2c9cedc401145a6648877ebd3fa9090c874dfced8bf7a6e7d9d8e9c21827b114  node-v4.4.4.tar.xz
3bfa87c9feb0107800740fd0a7f950b9259ba73a353274ba60a91d7b4a5279c5  node-v4.4.4-x64.msi
2198827fcc8ee3df77ec7551107409cf2eea02cdd98fed3388242e9f493d8467  node-v4.4.4-x86.msi
7b9884e09881ab6e3ef942f641e766c74ec33dac20c08914aa8778508d4c116b  win-x64/node.exe
a1736c89bf3510dab521fac288228ab3464eca1ee2d5449ff60de2ca6d17a38f  win-x64/node.lib
02565551c3645760e6c466190a94badf8755f4ad789e61e8e40f40c3483590fc  win-x86/node.exe
77bf8aa73cdf0d45b99a7844842e58ca6c4756531e759ea6581d92be8371c139  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----

iQEcBAEBAgAGBQJXLK8GAAoJEJM7AfQLXKlGVKUH/jYIvgLWqaQmpYJbgAupUmuo
Av7DB+iKGWFK0Tn2vmeQsWAK7XzIaXHFimldQ8x6lwt5hjH5L4MjA8wQ6zblgT7S
FK/VHWBHd+7T8eTE6D+42g7Umo4lL2D8PbB/ePKuDYYNtzFqllE0ThX+IkNnMRJs
X8xqmzXa7EvEQMiOGzQF0B2gWqovW6m7d0Skm72szT0ldayUUBwQ9z1zE1RVGmlc
lNMAMinZhOdbtCQChOTYRu6dhjdf/MOwHMMrG2AHiasjgKvrMjHBx9kbP/DOrtM4
zIarizzJGPoTU0JEb63JE5OmeR5q1vhblnT/tTo0VB1oeaC7T72vZqxvvyYvekU=
=RKEg
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v4.4.4</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v4.4.4</guid><dc:creator><![CDATA[Myles Borins]]></dc:creator><pubDate>Fri, 06 May 2016 14:50:41 GMT</pubDate></item><item><title><![CDATA[Node v0.12.14 (Maintenance)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable changes:<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>npm</strong>: Correct erroneous version number in v2.15.1 code (Forrest L Norvell) <a href="https://github.com/nodejs/node/pull/5988">https://github.com/nodejs/node/pull/5988</a></li>
<li><strong>openssl</strong>: Upgrade to v1.0.1t, addressing security vulnerabilities (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6553">https://github.com/nodejs/node/pull/6553</a><ul>
<li>Fixes CVE-2016-2107 &quot;Padding oracle in AES-NI CBC MAC check&quot;</li>
<li>Fixes CVE-2016-2105 &quot;EVP_EncodeUpdate overflow&quot;</li>
<li>See <a href="https://nodejs.org/en/blog/vulnerability/openssl-may-2016/">https://nodejs.org/en/blog/vulnerability/openssl-may-2016/</a> for full details</li>
</ul>
</li>
</ul>
<h3 id="header-commits">Commits:<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/3e99ee1b47"><code>3e99ee1b47</code></a>] - <strong>deps</strong>: completely upgrade npm in LTS to 2.15.1 (Forrest L Norvell) <a href="https://github.com/nodejs/node/pull/5988">#5988</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2b63396e1f"><code>2b63396e1f</code></a>] - <strong>deps</strong>: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) <a href="https://github.com/joyent/node/pull/25368">joyent/node#25368</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f21705df58"><code>f21705df58</code></a>] - <strong>deps</strong>: update openssl asm files (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6553">#6553</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/02b6a6bc27"><code>02b6a6bc27</code></a>] - <strong>deps</strong>: fix openssl assembly error on ia32 win32 (Fedor Indutny) <a href="https://github.com/joyent/node/pull/25654">joyent/node#25654</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1aecc668b0"><code>1aecc668b0</code></a>] - <strong>deps</strong>: separate sha256/sha512-x86_64.pl for openssl (Shigeki Ohtsu) <a href="https://github.com/joyent/node/pull/25654">joyent/node#25654</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/39380836a0"><code>39380836a0</code></a>] - <strong>deps</strong>: copy all openssl header files to include dir (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6553">#6553</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/08c8ae44a8"><code>08c8ae44a8</code></a>] - <strong>deps</strong>: upgrade openssl sources to 1.0.1t (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6553">#6553</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f5a961ab13"><code>f5a961ab13</code></a>] - <strong>openssl</strong>: fix keypress requirement in apps on win32 (Shigeki Ohtsu) <a href="https://github.com/joyent/node/pull/25654">joyent/node#25654</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/810fb211a7"><code>810fb211a7</code></a>] - <strong>tools</strong>: remove obsolete npm test-legacy command (Kat Marchán) <a href="https://github.com/nodejs/node/pull/5988">#5988</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v0.12.14/node-v0.12.14-x86.msi">https://nodejs.org/dist/v0.12.14/node-v0.12.14-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v0.12.14/x64/node-v0.12.14-x64.msi">https://nodejs.org/dist/v0.12.14/x64/node-v0.12.14-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v0.12.14/node.exe">https://nodejs.org/dist/v0.12.14/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v0.12.14/x64/node.exe">https://nodejs.org/dist/v0.12.14/x64/node.exe</a><br>
Mac OS X Universal Installer: <a href="https://nodejs.org/dist/v0.12.14/node-v0.12.14.pkg">https://nodejs.org/dist/v0.12.14/node-v0.12.14.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v0.12.14/node-v0.12.14-darwin-x64.tar.gz">https://nodejs.org/dist/v0.12.14/node-v0.12.14-darwin-x64.tar.gz</a><br>
Mac OS X 32-bit Binary: <a href="https://nodejs.org/dist/v0.12.14/node-v0.12.14-darwin-x86.tar.gz">https://nodejs.org/dist/v0.12.14/node-v0.12.14-darwin-x86.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v0.12.14/node-v0.12.14-linux-x86.tar.gz">https://nodejs.org/dist/v0.12.14/node-v0.12.14-linux-x86.tar.gz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v0.12.14/node-v0.12.14-linux-x64.tar.gz">https://nodejs.org/dist/v0.12.14/node-v0.12.14-linux-x64.tar.gz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v0.12.14/node-v0.12.14-sunos-x86.tar.gz">https://nodejs.org/dist/v0.12.14/node-v0.12.14-sunos-x86.tar.gz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v0.12.14/node-v0.12.14-sunos-x64.tar.gz">https://nodejs.org/dist/v0.12.14/node-v0.12.14-sunos-x64.tar.gz</a><br>
Source Code: <a href="https://nodejs.org/dist/v0.12.14/node-v0.12.14.tar.gz">https://nodejs.org/dist/v0.12.14/node-v0.12.14.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v0.12.14/">https://nodejs.org/dist/v0.12.14/</a><br>
Documentation: <a href="https://nodejs.org/docs/v0.12.14/api/">https://nodejs.org/docs/v0.12.14/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

83c5d843c5ba7bd8f1d43711356208eaeda0230e3587fa4a27aac5ae14308d2d  node.exe
47cd92a1db9b8782c3e40e4e6ac85c706ea7e2dcf13e0c7803031885cd3893a1  node.exp
3883d0af51df19e7a44d69d8dacec56ba065c41bfb05f7b1f49c53bae8637d3e  node.lib
d1d9a6fc90707fa364f690decc010d950667841f85e49f088c79829124b914af  node.pdb
b4de40b8fe9cf748b36b9d7764c06f1fc955c73e3547c4eaab3d90a818663e1c  node-v0.12.14-darwin-x64.tar.gz
9c2270a1d92e22f03a8ccc8698ded7947056583336885912ba2f0840cf07fc38  node-v0.12.14-darwin-x64.tar.xz
2ac52efd90931ea04dd01947e19c6320e519967a813f7274eb699bf468fe226d  node-v0.12.14-darwin-x86.tar.gz
8209c23acb175dde1424ccd73945179393cd22791c3d51e24dfeb03f77c955d5  node-v0.12.14-darwin-x86.tar.xz
75f927b98a955207f261d03de5966b167e893da80e641695e6b9d6da44312452  node-v0.12.14-headers.tar.gz
072d68b05038fec7a443240947501b0be12bd33d1b958b1946caa80824beb4ed  node-v0.12.14-headers.tar.xz
0f1f20f6989d32b4b67835f527ae3bf165c1c4a6a7dc3961d489288817956bae  node-v0.12.14-linux-x64.tar.gz
a0b93224939fb638091b4e20c87a75e1c042314d419686f5040b8a48ed7f2112  node-v0.12.14-linux-x64.tar.xz
212a3a5d1cdd34b71476dd615d95da9209b8a5e490dbe6141926e15f1ccfe386  node-v0.12.14-linux-x86.tar.gz
a85432f5da612184baee47d93870b7796776ed15d61670dbec6640621ed4722a  node-v0.12.14-linux-x86.tar.xz
59f7d1426e63ff266b5d7f7ccb3a5b5bc7eea2b1c5d6ed44dd45370235ab4357  node-v0.12.14.pkg
906a44e9f6024c3f9af05a8aac5ba10c25d84bf56b9fb08c5fc1c26c5a8b9d27  node-v0.12.14-sunos-x64.tar.gz
100f724b5f2d1dc263aa70f3cf77af873097157a22d15c883c5cd39e2ffe2520  node-v0.12.14-sunos-x64.tar.xz
f042bee409d4da3114571dfff496a954ea6cd614e7fb78fd3d9b50d799396757  node-v0.12.14-sunos-x86.tar.gz
59ca5e14f1b126887b7c4944ab0423f06011ff7acb3c142bfc486dd85a9f3718  node-v0.12.14-sunos-x86.tar.xz
0a55e57cbd3ffa67525c0d93ac7076d3b2ac70887b11c5c97be3e1953cb50b1d  node-v0.12.14.tar.gz
ed57a1917fb089726b31735e138fb41d897b3c834cfc7c895390b2d273623f1a  node-v0.12.14.tar.xz
5b23e0733ab87adc09bbac9eb1d1341616a346c4ca8a69b4b3539b559de9c7b2  node-v0.12.14-x86.msi
d676d494a36ddfd21041cc07e9fa80f6d21b6fbd5a71f84611f980c410019639  openssl-cli.exe
086f4795edcb076669065a064006085ce415d4d56d89298599a0880ff0d7154a  openssl-cli.pdb
19b2327c0068c8fcd3a8be7a724527627e346ca8e57fb1e3e39b7f80e94bd486  x64/node.exe
61b31c6af9d606bcef77d4a9afa531a597570f92cd5afeeff4e7a4223c2326c8  x64/node.exp
a838e4a513fcbfcbb6f8aad96f240bc4389940e95186b80383e32711accbb6ae  x64/node.lib
2e3cc6017f2f6cc806fae5a27bc2d696fd780558f6c5c1fa7c0df82e6c0084df  x64/node.pdb
53da9c08f72c6260d31b7c70812cc2ad17d5e203860fe1b7c6c85f0ec3d6e2ea  x64/node-v0.12.14-x64.msi
524ce8394e20e8f7a6fd681c7d509e77d015bd16510caaff954a983f0d171a29  x64/openssl-cli.exe
75404fbe3ec01c52e9373b766e59d55bada0404f8f14396e6bcaaefd4e00491a  x64/openssl-cli.pdb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJXLKGsAAoJEMJzeS99g1RdI20IANwgtd3Q8omZiXhnSMSMNqt3
AZybwyOKOfGTqxmbmRxlSsllp46lWoj0l+kp0NfiSopXe/+waCpyeIemUtaF9Ag3
3gAtWP3cnw4rPv6CEG1IJu5Q1nHq1HKgMUcW+L5PUCN869SXO/ZREYtAwX4fjg/X
lhqqAss7117nV7vQ1TbkLynEm8uT2S2kOQ8UjKpazp0IobPpSoc0XiodsAkNHKpt
UGSxFKIaAjlF9JsuQw91AYIBJ3658aQw3LnIckymO8xirZE5ek1X8ReuuwhDUszQ
ibXwwI09/AGCfhakitr3NmGG+Pg6gc/UEASTJtxPCVRcrKFcJ5tIWRynaRgV1uM=
=ESJj
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v0.12.14</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v0.12.14</guid><dc:creator><![CDATA[Rod Vagg]]></dc:creator><pubDate>Fri, 06 May 2016 13:54:37 GMT</pubDate></item><item><title><![CDATA[Node v0.10.45 (Maintenance)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable changes:<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>npm</strong>: Correct erroneous version number in v2.15.1 code (Forrest L Norvell) <a href="https://github.com/nodejs/node/pull/5987">https://github.com/nodejs/node/pull/5987</a></li>
<li><strong>openssl</strong>: Upgrade to v1.0.1t, addressing security vulnerabilities (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6553">https://github.com/nodejs/node/pull/6553</a><ul>
<li>Fixes CVE-2016-2107 &quot;Padding oracle in AES-NI CBC MAC check&quot;</li>
<li>See <a href="https://nodejs.org/en/blog/vulnerability/openssl-may-2016/">https://nodejs.org/en/blog/vulnerability/openssl-may-2016/</a> for full details</li>
</ul>
</li>
</ul>
<p>Commits:</p>
<ul>
<li>[<a href="https://github.com/nodejs/node/commit/3cff81c7d6"><code>3cff81c7d6</code></a>] - <strong>deps</strong>: completely upgrade npm in LTS to 2.15.1 (Forrest L Norvell) <a href="https://github.com/nodejs/node/pull/5987">#5987</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7c22f19009"><code>7c22f19009</code></a>] - <strong>deps</strong>: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) <a href="https://github.com/joyent/node/pull/25368">joyent/node#25368</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5d78366937"><code>5d78366937</code></a>] - <strong>deps</strong>: update openssl asm files (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6553">#6553</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2bc2427cb7"><code>2bc2427cb7</code></a>] - <strong>deps</strong>: fix openssl assembly error on ia32 win32 (Fedor Indutny) <a href="https://github.com/joyent/node/pull/25654">joyent/node#25654</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8df4b0914c"><code>8df4b0914c</code></a>] - <strong>deps</strong>: separate sha256/sha512-x86_64.pl for openssl (Shigeki Ohtsu) <a href="https://github.com/joyent/node/pull/25654">joyent/node#25654</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/11eefefb17"><code>11eefefb17</code></a>] - <strong>deps</strong>: copy all openssl header files to include dir (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6553">#6553</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/61ccc27b54"><code>61ccc27b54</code></a>] - <strong>deps</strong>: upgrade openssl sources to 1.0.1t (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6553">#6553</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/aa02438274"><code>aa02438274</code></a>] - <strong>openssl</strong>: fix keypress requirement in apps on win32 (Shigeki Ohtsu) [joyent/node#25654](<a href="https://github.com/joyent/node/">https://github.com/joyent/node/</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v0.10.45/node-v0.10.45-x86.msi">https://nodejs.org/dist/v0.10.45/node-v0.10.45-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v0.10.45/x64/node-v0.10.45-x64.msi">https://nodejs.org/dist/v0.10.45/x64/node-v0.10.45-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v0.10.45/node.exe">https://nodejs.org/dist/v0.10.45/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v0.10.45/x64/node.exe">https://nodejs.org/dist/v0.10.45/x64/node.exe</a><br>
Mac OS X Universal Installer: <a href="https://nodejs.org/dist/v0.10.45/node-v0.10.45.pkg">https://nodejs.org/dist/v0.10.45/node-v0.10.45.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v0.10.45/node-v0.10.45-darwin-x64.tar.gz">https://nodejs.org/dist/v0.10.45/node-v0.10.45-darwin-x64.tar.gz</a><br>
Mac OS X 32-bit Binary: <a href="https://nodejs.org/dist/v0.10.45/node-v0.10.45-darwin-x86.tar.gz">https://nodejs.org/dist/v0.10.45/node-v0.10.45-darwin-x86.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v0.10.45/node-v0.10.45-linux-x86.tar.gz">https://nodejs.org/dist/v0.10.45/node-v0.10.45-linux-x86.tar.gz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v0.10.45/node-v0.10.45-linux-x64.tar.gz">https://nodejs.org/dist/v0.10.45/node-v0.10.45-linux-x64.tar.gz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v0.10.45/node-v0.10.45-sunos-x86.tar.gz">https://nodejs.org/dist/v0.10.45/node-v0.10.45-sunos-x86.tar.gz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v0.10.45/node-v0.10.45-sunos-x64.tar.gz">https://nodejs.org/dist/v0.10.45/node-v0.10.45-sunos-x64.tar.gz</a><br>
Source Code: <a href="https://nodejs.org/dist/v0.10.45/node-v0.10.45.tar.gz">https://nodejs.org/dist/v0.10.45/node-v0.10.45.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v0.10.45/">https://nodejs.org/dist/v0.10.45/</a><br>
Documentation: <a href="https://nodejs.org/docs/v0.10.45/api/">https://nodejs.org/docs/v0.10.45/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

5cfddcfcdb0e5a09c54ba1c52a935c43d182b54e013fc0d621d44a710222dc00  node.exe
743c46a6145b25b088ff5a18e3403fa02c4ce9c033b284c762ccd1329de85c37  node.exp
3c7b5f96e272d71b1eaca89a111d19f0e682193306c71687f63a695f40abff07  node.lib
fc15a8a784db0f23617544f663130af8e9d1155eb2ad706fe8387de1d7b62719  node.pdb
d1ab69f49365a0dc6b10a363965452f37f3589adee19974940cbd2b991965e70  node-v0.10.45-darwin-x64.tar.gz
f8acb114faea28a6d58b35025e3fd37b5bb9e8fa9eac4a3796d225c16ba541de  node-v0.10.45-darwin-x64.tar.xz
3db0e42736fbdedc8a985269595251d9c4e4860594ce1eee4a692f8621ee5918  node-v0.10.45-darwin-x86.tar.gz
9544df4ab211e81601a02b681bf8fdec834efde4174ecf0a3f69fec9eab012eb  node-v0.10.45-darwin-x86.tar.xz
94028ba548c1faabb6cb92143392784d3ad07829c16852f5404933eed7d73da7  node-v0.10.45-headers.tar.gz
31d4d84a543bd60ca6c738e1ef243b2b04f87e41566349b8242933812107bcca  node-v0.10.45-headers.tar.xz
54d095d12b6227460f08ec81e50f9db930ec51fa05af1b7722fa85bd2cabb5d7  node-v0.10.45-linux-x64.tar.gz
2fd840bf79480863904860c63f615615077dbc88bd44669eb93c9bf216b4eaf0  node-v0.10.45-linux-x64.tar.xz
0d21b8e9d4213021cd954908098d07407052da1b7a97d6c585f89752c49505b4  node-v0.10.45-linux-x86.tar.gz
2e63e46a818777c3ba57a10406e6e1ab6ceee3b4b861eb195574659e5302ddae  node-v0.10.45-linux-x86.tar.xz
39a4cea90fcd2564db4969a0dd6fe0d57c5593d1758796b8d41dfdda6597baca  node-v0.10.45.pkg
019a1c40daff7b05efb2bd27c586d9ba9c5fe5048550b74e67e171d1495d4e30  node-v0.10.45-sunos-x64.tar.gz
69197c4adf23ff4a3c6c8fa5c35b9ab4d9906015624ef7a8a37d6573535d6116  node-v0.10.45-sunos-x64.tar.xz
39a0790a7e533dd77f473c009c11458a5205cfc438777139a5e9658be63dfee2  node-v0.10.45-sunos-x86.tar.gz
b764e0ad9a80a4a02abcfd33565aaf49d0345c43d8ce7e00b35e8a82cfa1102c  node-v0.10.45-sunos-x86.tar.xz
d184bb74758d4ac69826823934cda1d46e81402fc16ebdb2ecacdc1a8fe0b568  node-v0.10.45.tar.gz
a71070ea7aece9c94450b45102f2d1be42f0add168dd9c9701e9032d363bd4fa  node-v0.10.45.tar.xz
4c3e6c53fb65d789c522e0c4fe03341faae66707b436c389c5d5fd9298baa369  node-v0.10.45-x86.msi
c17e3353d44951611f8929afcedcd3fc9237fe7672037efbbbaab7b1a2d2f007  openssl-cli.exe
1897ea9e230f334a198f71526632a9c1ee16647fa94e6868cdd15ad9e6aa254f  openssl-cli.pdb
949c8455152d1f217708cfcbbfc1be0c54f83b4e71d5cfa142f32d758587bbf6  x64/node.exe
e62c0a6e0d2dd3cfbe5e6d99c71109b79ba72f328079a7d89c6994d71348d029  x64/node.exp
ec4811d93e8508826d98de116bdf0dc858dda3c179c9333d6b5566e1e606c9e4  x64/node.lib
303a39cdc16070aca53a6ab5e8064b6a57f2ac6813dfcd58d3770129d0900515  x64/node.pdb
2f1e8d851bcaf5f1bc3e0498b241d0db53281223333b9a891b64818ab51a2044  x64/node-v0.10.45-x64.msi
264166624c9bcc38fbed31da56ed86e8ba16238b81700f86f6f35d89cb039f21  x64/openssl-cli.exe
0628dee6ddc474eca219a5d5069de1a6f2f3abcb3cd0eee06597e183672e6b5c  x64/openssl-cli.pdb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJXLJomAAoJEMJzeS99g1Rdty4IANVJ53QRd5tUepWjxjIwZ6e7
2r2oYSO6uihZkyddV+447KDzxYsGkdg0z4DS3BD7ym78hl4EEMlE/x8wPWBrZKAr
yACZu2U/3ivXYyEOvdV0nlLeUNGMeugTtVxhxSMbf7fK22zeLvLCC9Q4735zhG37
kAF7mw6Sszr+zCMV5eqh5MfYIwaCduck4TfG5ibc8fAQ4A4nUTF6jC0JRbcPXKku
7oT7ol7u8w97Im3ZynvwZZ2yQPAqSxssKjWuLnSmt+Wng7bUregjK04QNCaa8HEV
uPY0qIVSAS2rr1R12dOgqKhgO90gKoUa1qtWGivlvO2HH3JILWMjopb+mu0ZkIc=
=HZGA
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v0.10.45</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v0.10.45</guid><dc:creator><![CDATA[Rod Vagg]]></dc:creator><pubDate>Fri, 06 May 2016 13:22:08 GMT</pubDate></item><item><title><![CDATA[Node v6.1.0 (Current)]]></title><description><![CDATA[<p>Please see our <a href="https://nodejs.org/en/blog/vulnerability/openssl-may-2016/">blog post</a> for more info on the security contents of this release.</p>
<h3 id="header-notable-changes">Notable Changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>assert</strong>: <code>deep{Strict}Equal()</code> now works correctly with circular references. (Rich Trott) <a href="https://github.com/nodejs/node/pull/6432">#6432</a></li>
<li><strong>debugger</strong>: Arrays are now formatted correctly in the debugger repl. (cjihrig) <a href="https://github.com/nodejs/node/pull/6448">#6448</a></li>
<li><strong>deps</strong>: Upgrade OpenSSL sources to 1.0.2h (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6550">#6550</a></li>
<li><strong>net</strong>: Introduced a <code>Socket#connecting</code> property. (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6404">#6404</a><ul>
<li>Previously this information was only available as the undocumented, internal <code>_connecting</code> property.</li>
</ul>
</li>
<li><strong>process</strong>: Introduced <code>process.cpuUsage()</code>. (Patrick Mueller) <a href="https://github.com/nodejs/node/pull/6157">#6157</a></li>
<li><strong>stream</strong>: <code>Writable#setDefaultEncoding()</code> now returns <code>this</code>. (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5040">#5040</a></li>
<li><strong>util</strong>: Two new additions to <code>util.inspect()</code>:<ul>
<li>Added a <code>maxArrayLength</code> option to truncate the formatting of Arrays. (James M Snell) <a href="https://github.com/nodejs/node/pull/6334">#6334</a><ul>
<li>This is set to <code>100</code> by default.</li>
</ul>
</li>
<li>Added a <code>showProxy</code> option for formatting proxy intercepting handlers. (James M Snell) <a href="https://github.com/nodejs/node/pull/6465">#6465</a><ul>
<li>Inspecting proxies is non-trivial and as such this is off by default.</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/76c9ab5fcf"><code>76c9ab5fcf</code></a>] - <strong>assert</strong>: allow circular references (Rich Trott) <a href="https://github.com/nodejs/node/pull/6432">#6432</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7b9ae70757"><code>7b9ae70757</code></a>] - <strong>benchmark</strong>: Fix crash in net benchmarks (Matt Loring) <a href="https://www.github.com/nodejs/node/pull/6407">#6407</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0d1985358a"><code>0d1985358a</code></a>] - <strong>build</strong>: use shorthand lint target from test (Johan Bergström) <a href="https://github.com/nodejs/node/pull/6406">#6406</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7153f96f0e"><code>7153f96f0e</code></a>] - <strong>build</strong>: unbreak -prof, disable PIE on OS X (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6453">#6453</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8956432e18"><code>8956432e18</code></a>] - <strong>build</strong>: exclude tap files from tarballs (Brian White) <a href="https://github.com/nodejs/node/pull/6348">#6348</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/11e7cc5310"><code>11e7cc5310</code></a>] - <strong>build</strong>: don&#39;t compile with -B (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6393">#6393</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1330496bbf"><code>1330496bbf</code></a>] - <strong>cluster</strong>: remove use of bind() in destroy() (yorkie) <a href="https://github.com/nodejs/node/pull/6502">#6502</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fdde36909c"><code>fdde36909c</code></a>] - <strong>crypto</strong>: fix error in deprecation message (Rich Trott) <a href="https://github.com/nodejs/node/pull/6344">#6344</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2d503b1d4b"><code>2d503b1d4b</code></a>] - <strong>debugger</strong>: display array contents in repl (cjihrig) <a href="https://github.com/nodejs/node/pull/6448">#6448</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/54f8600613"><code>54f8600613</code></a>] - <strong>deps</strong>: update openssl asm and asm_obsolete files (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6550">#6550</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a5a2944877"><code>a5a2944877</code></a>] - <strong>deps</strong>: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) <a href="https://github.com/nodejs/io.js/pull/1836">nodejs/io.js#1836</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3fe68129c8"><code>3fe68129c8</code></a>] - <strong>deps</strong>: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) <a href="https://github.com/iojs/io.js/pull/1389">iojs/io.js#1389</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d159462fed"><code>d159462fed</code></a>] - <strong>deps</strong>: fix openssl assembly error on ia32 win32 (Fedor Indutny) <a href="https://github.com/iojs/io.js/pull/1389">iojs/io.js#1389</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3af28d3693"><code>3af28d3693</code></a>] - <strong>deps</strong>: copy all openssl header files to include dir (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6550">#6550</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e6ab3ece65"><code>e6ab3ece65</code></a>] - <strong>deps</strong>: upgrade openssl sources to 1.0.2h (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6550">#6550</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/65b6574d59"><code>65b6574d59</code></a>] - <strong>deps</strong>: backport IsValid changes from 4e8736d in V8 (Michaël Zasso) <a href="https://github.com/nodejs/node/pull/6544">#6544</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/33f24c821b"><code>33f24c821b</code></a>] - <strong>doc</strong>: adds &#39;close&#39; events to fs.ReadStream and fs.WriteStream (Jenna Vuong) <a href="https://github.com/nodejs/node/pull/6499">#6499</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4f728df1bf"><code>4f728df1bf</code></a>] - <strong>doc</strong>: linkify remaining references to fs.Stats object (Kevin Donahue) <a href="https://github.com/nodejs/node/pull/6485">#6485</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9a29b50c52"><code>9a29b50c52</code></a>] - <strong>doc</strong>: fix the lint of an example in cluster.md (yorkie) <a href="https://github.com/nodejs/node/pull/6516">#6516</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d674493fa5"><code>d674493fa5</code></a>] - <strong>doc</strong>: add missing underscore for markdown italics (Kevin Donahue) <a href="https://github.com/nodejs/node/pull/6529">#6529</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7c30f15e1b"><code>7c30f15e1b</code></a>] - <strong>doc</strong>: ensure consistent grammar in node.1 file (justshiv) <a href="https://github.com/nodejs/node/pull/6426">#6426</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e5ce53a217"><code>e5ce53a217</code></a>] - <strong>doc</strong>: fix sentence fragment in fs doc (Rich Trott) <a href="https://github.com/nodejs/node/pull/6488">#6488</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3e028a143c"><code>3e028a143c</code></a>] - <strong>doc</strong>: remove obsolete comment in isError() example (cjihrig) <a href="https://github.com/nodejs/node/pull/6486">#6486</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/969f96a019"><code>969f96a019</code></a>] - <strong>doc</strong>: fix a typo in <code>__dirname</code> section (William Luo) <a href="https://github.com/nodejs/node/pull/6473">#6473</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ab7055b003"><code>ab7055b003</code></a>] - <strong>doc</strong>: fix fs.realpath man pg links (phette23) <a href="https://github.com/nodejs/node/pull/6451">#6451</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/13e660888f"><code>13e660888f</code></a>] - <strong>doc</strong>: extra clarification of historySize option (vsemozhetbyt) <a href="https://github.com/nodejs/node/pull/6397">#6397</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3d5b732660"><code>3d5b732660</code></a>] - <strong>doc</strong>: clarifies http.serverResponse implementation (Allen Hernandez) <a href="https://github.com/nodejs/node/pull/6072">#6072</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7034ebe2bc"><code>7034ebe2bc</code></a>] - <strong>doc</strong>: use <code>Node.js</code> in synopsis document (Rich Trott) <a href="https://github.com/nodejs/node/pull/6476">#6476</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4ae39f9863"><code>4ae39f9863</code></a>] - <strong>doc</strong>: remove all scrollbar styling (Claudio Rodriguez) <a href="https://github.com/nodejs/node/pull/6479">#6479</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e6c8da45b1"><code>e6c8da45b1</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>doc</strong>: make <code>writable.setDefaultEncoding()</code> return <code>this</code> (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5040">#5040</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4068d64f4f"><code>4068d64f4f</code></a>] - <strong>doc</strong>: fix EventEmitter#eventNames() example (Сковорода Никита Андреевич) <a href="https://github.com/nodejs/node/pull/6417">#6417</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bfcde97251"><code>bfcde97251</code></a>] - <strong>doc</strong>: fix incorrect syntax in examples (Evan Lucas) <a href="https://github.com/nodejs/node/pull/6463">#6463</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8eb87ee239"><code>8eb87ee239</code></a>] - <strong>doc</strong>: Remove extra space in REPL example (Juan) <a href="https://github.com/nodejs/node/pull/6447">#6447</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fd37d54eb5"><code>fd37d54eb5</code></a>] - <strong>doc</strong>: added note warning about change to console.endTime() (Ben Page) <a href="https://github.com/nodejs/node/pull/6454">#6454</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b3f75ec801"><code>b3f75ec801</code></a>] - <strong>doc</strong>: expand documentation for process.exit() (James M Snell) <a href="https://github.com/nodejs/node/pull/6410">#6410</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fc0fbf1c63"><code>fc0fbf1c63</code></a>] - <strong>doc</strong>: subdivide TOC, add auxiliary links (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6167">#6167</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/150dd36503"><code>150dd36503</code></a>] - <strong>doc</strong>: no Node.js(1) (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6167">#6167</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ab84d69048"><code>ab84d69048</code></a>] - <strong>doc</strong>: better example &amp; synopsis (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6167">#6167</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f6d72791a1"><code>f6d72791a1</code></a>] - <strong>doc</strong>: update build instructions for OS X (Rich Trott) <a href="https://github.com/nodejs/node/pull/6309">#6309</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/36207c6daf"><code>36207c6daf</code></a>] - <strong>doc</strong>: correctly document the behavior of ee.once(). (Lance Ball) <a href="https://github.com/nodejs/node/pull/6371">#6371</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/19fb1345ba"><code>19fb1345ba</code></a>] - <strong>doc</strong>: use Buffer.from() instead of new Buffer() (Jackson Tian) <a href="https://github.com/nodejs/node/pull/6367">#6367</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fb6753c75c"><code>fb6753c75c</code></a>] - <strong>doc</strong>: fix v6 changelog (James M Snell) <a href="https://github.com/nodejs/node/pull/6435">#6435</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2c92a1fe03"><code>2c92a1fe03</code></a>] - <strong>events</strong>: pass the original listener added by once (DavidCai) <a href="https://github.com/nodejs/node/pull/6394">#6394</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9ea6b282e8"><code>9ea6b282e8</code></a>] - <strong>meta</strong>: split CHANGELOG into two files (Myles Borins) <a href="https://github.com/nodejs/node/pull/6337">#6337</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cbbe95e1e1"><code>cbbe95e1e1</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>net</strong>: introduce <code>Socket#connecting</code> property (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6404">#6404</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/534f03c2f0"><code>534f03c2f0</code></a>] - <strong>openssl</strong>: fix keypress requirement in apps on win32 (Shigeki Ohtsu) <a href="https://github.com/iojs/io.js/pull/1389">iojs/io.js#1389</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1b9fdba04e"><code>1b9fdba04e</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>process</strong>: add process.cpuUsage() - implementation, doc, tests (Patrick Mueller) <a href="https://github.com/nodejs/node/pull/6157">#6157</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fa9d82d120"><code>fa9d82d120</code></a>] - <strong>src</strong>: unify implementations of Utf8Value etc. (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6357">#6357</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/65030c77b7"><code>65030c77b7</code></a>] - <strong>test</strong>: fix alpn tests for openssl1.0.2h (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6550">#6550</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7641f9a6de"><code>7641f9a6de</code></a>] - <strong>test</strong>: refactor large event emitter tests (cjihrig) <a href="https://github.com/nodejs/node/pull/6446">#6446</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5fe5fa2897"><code>5fe5fa2897</code></a>] - <strong>test</strong>: make addon testing part of <code>make test</code> (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6232">#6232</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/457d12a0a1"><code>457d12a0a1</code></a>] - <strong>test</strong>: add failing url parse tests as known_issue (James M Snell) <a href="https://github.com/nodejs/node/pull/5885">#5885</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/089362f8b8"><code>089362f8b8</code></a>] - <strong>test,tools</strong>: limit lint tolerance of gc global (Rich Trott) <a href="https://github.com/nodejs/node/pull/6324">#6324</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6d1606ee94"><code>6d1606ee94</code></a>] - <strong>test,tools</strong>: adjust function argument alignment (Rich Trott) <a href="https://github.com/nodejs/node/pull/6390">#6390</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/08e0884ae0"><code>08e0884ae0</code></a>] - <strong>tools</strong>: add -F flag for fixing lint issues (Rich Trott) <a href="https://github.com/nodejs/node/pull/6483">#6483</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9f23cb24f2"><code>9f23cb24f2</code></a>] - <strong>tools</strong>: fix exit code when linting from CI (Brian White) <a href="https://github.com/nodejs/node/pull/6412">#6412</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e62c42b8f4"><code>e62c42b8f4</code></a>] - <strong>tools</strong>: remove default parameters from lint rule (Rich Trott) <a href="https://github.com/nodejs/node/pull/6411">#6411</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/66903f6695"><code>66903f6695</code></a>] - <strong>tools</strong>: add tests for the doctool (Ian Kronquist) <a href="https://github.com/nodejs/node/pull/6031">#6031</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3f608b16a7"><code>3f608b16a7</code></a>] - <strong>tools</strong>: lint for function argument alignment (Rich Trott) <a href="https://github.com/nodejs/node/pull/6390">#6390</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/91ab769940"><code>91ab769940</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>util</strong>: truncate inspect array and typed array (James M Snell) <a href="https://github.com/nodejs/node/pull/6334">#6334</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0bca959617"><code>0bca959617</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>util</strong>: fix inspecting of proxy objects (James M Snell) <a href="https://github.com/nodejs/node/pull/6465">#6465</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0-x86.msi">https://nodejs.org/dist/v6.1.0/node-v6.1.0-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0-x64.msi">https://nodejs.org/dist/v6.1.0/node-v6.1.0-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v6.1.0/win-x86/node.exe">https://nodejs.org/dist/v6.1.0/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v6.1.0/win-x64/node.exe">https://nodejs.org/dist/v6.1.0/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0.pkg">https://nodejs.org/dist/v6.1.0/node-v6.1.0.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0-darwin-x64.tar.gz">https://nodejs.org/dist/v6.1.0/node-v6.1.0-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-x86.tar.xz">https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-x64.tar.xz">https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-ppc64le.tar.xz">https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0-sunos-x86.tar.xz">https://nodejs.org/dist/v6.1.0/node-v6.1.0-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0-sunos-x64.tar.xz">https://nodejs.org/dist/v6.1.0/node-v6.1.0-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-armv6l.tar.xz">https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-armv7l.tar.xz">https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-arm64.tar.xz">https://nodejs.org/dist/v6.1.0/node-v6.1.0-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v6.1.0/node-v6.1.0.tar.gz">https://nodejs.org/dist/v6.1.0/node-v6.1.0.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v6.1.0/">https://nodejs.org/dist/v6.1.0/</a><br>
Documentation: <a href="https://nodejs.org/docs/v6.1.0/api/">https://nodejs.org/docs/v6.1.0/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

481aeab001b6c79589daf3e1f8f5b9ad7021a3979b49fd842313010482ff7b56  node-v6.1.0-darwin-x64.tar.gz
a599974633ffbc8a3964699080d4f369297198eac4e18a990f801a6b42b742e6  node-v6.1.0-darwin-x64.tar.xz
9419fce25791df7afd27d173a1148ef9f53c349cd9a2e8d9bdac5276d80a1bb5  node-v6.1.0-headers.tar.gz
8e35bf983def6f7bc321fbabcd3bf5e7909e30417cb9c43f31171a63cf664b10  node-v6.1.0-headers.tar.xz
87670387877d1cbe36642970e3ca84a77121d3200771b80ec2286bc261e060f7  node-v6.1.0-linux-arm64.tar.gz
7fde2a7b2b7d96d14d3f3f655474434af38583b471973ba3ff07ae29a1f0d821  node-v6.1.0-linux-arm64.tar.xz
aeff5e4b77fba25feb19ec4739116373234e93aff0d2c9662c4ebd87fa4b34ae  node-v6.1.0-linux-armv6l.tar.gz
856120ca6e03501c29fadced18f737487092ad75845247e8e2feea30b97f53c9  node-v6.1.0-linux-armv6l.tar.xz
55d7a2e5071b13db6fe5d952dc5ee5d2223ae4a0de2f2c2d7a68d65e1cfa377b  node-v6.1.0-linux-armv7l.tar.gz
ee9583ee94c602b63d758edb564e944a24d4cadac38bde95b25e4995362297e8  node-v6.1.0-linux-armv7l.tar.xz
bca98e8a4f5c11dee9eb4fec2bd0a42c1f8a921863bba417fc88c7274a0c0c04  node-v6.1.0-linux-ppc64le.tar.gz
5b2b85bbc2f289d3f6c458fa77cdf7c74befccfade02c7a287c6992addcbf3f0  node-v6.1.0-linux-ppc64le.tar.xz
ce46dd0188181b70661b9162feffdbd8a860cb75cb6661c37d6d61982e3f72c5  node-v6.1.0-linux-x64.tar.gz
6ae9d08f8c606810e17db6a6c9ff2689072e27682a0e1875cbb75effa8ae3d5e  node-v6.1.0-linux-x64.tar.xz
07d6f0b11b98c876f2d029722696da6cc9b93a2ce6b34abb7a517e0afb04fb34  node-v6.1.0-linux-x86.tar.gz
41b34eef859fb0d39498bc900778f5e692fe4367b7d1588df3ae1f1f98bc4330  node-v6.1.0-linux-x86.tar.xz
b58bfcbce73dc04342a465dca92d802bf5e437f7da224b6157d6c87fe805c5f6  node-v6.1.0.pkg
d7cbb0bfe0915ac7bdb37e87ea7145f6e86ef2943e77f306c648e47d3d33c898  node-v6.1.0-sunos-x64.tar.gz
930596fb6ddb8aedc3c358002786f207f30b3d7f0b377766d5017452ea36196f  node-v6.1.0-sunos-x64.tar.xz
38ec9537ab2fbf6112365b3a291ebe962d14b384b474e54fa77227b2e98624c9  node-v6.1.0-sunos-x86.tar.gz
254c080b41db83979d200c4ab28fbbc667b8528d9e260ce9f2599293bb17e4a0  node-v6.1.0-sunos-x86.tar.xz
9e67ef0b8611e16e6e311eccf0489a50fe76ceebeea3023ef4f51be647ae4bc3  node-v6.1.0.tar.gz
c7940301917232527490a166df78f9d3d58e70e10fd502f73889d936763cfe84  node-v6.1.0.tar.xz
b32b1105da5c08023976717d9aaeb0e3ba93d09f170aa3d81ad8ddfb0abfbdd4  node-v6.1.0-x64.msi
26b762f6066feeae59107c064eeaf70019880cb113279d51e35dff46c6c81be2  node-v6.1.0-x86.msi
a0f1fa671ae76821dd1098fb67bbc9601bdf5229a1dac5585441d279765d0d20  win-x64/node.exe
135215ad3ff8774386d6525e69d62ca3a24da5a7962f1464e1b5758b58583eb3  win-x64/node.lib
a6391706a5ac17bcf9f8ff5fb9c0359b6787dcfd45a6089f91d36edb49738c69  win-x86/node.exe
17608b03161b6fd3e956ff0a53da0a0d483a3860fa236eb8e1eaf205158916fc  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQIcBAEBCgAGBQJXLLHaAAoJEEX17r2BPa6O3C4P+wXrjmby0cm/K1HLpmCtitMu
4aMpt1/MlVVZjlCrm/vtvt56L7KznU0BgMq0DjJDvmWuWOs6wwWHj9SF69BvsHXV
A9tKuVHSKq/S9dFqv+Ucz3L+ITYCZSpZubKCfUbRPvCMTl4Aw1lF+JwCzpiB9GCx
kxJdN+HVuHJonmcSku1V/lP/zSylkHWGC4YvRwmRcZMIPedTfvYtIWHzRXIpMwjN
WD2BSiHGqqh0U2KFe+drwrZZEYjLfS0urwgIsdnS+BIfDATaMyP5W++iKZ1G9QvD
bbi+Lyye9jnJNhJvFUHA5df33jn3avfBMFgsToFqWw+nmLTrJyco+kaEBSSnhD5l
sl1S/Vc7jrZgX1Hz4iiPM8t6c8h1hH/eck5HuqQcP114x/EP3LPlKGdy3MRZcvWO
VCrI9A3zQitbmiwNC1kml6S50/XrRJL/bLrBPqlg2p42t/LMsq6KKfUDzE9ibooR
O7gxMd6Bk4B2R8RQtF0uQ6X/KQK4U65RKRjgQznMK+eQfJ/z4D1i1lr2APp8QwiS
UXMG4zLnJThb7G6z1Z2HtS5RL+0LuOaFj5MH4ft7PTAhvaVybGeGb+qv5s2Hhva/
RAvkB/wyx/3uCLAJDfDYSH+lFu9hak0+eLY59Qv9hVziTqIOXSTuxiumVAu/gWhS
MWdeZRgt8pObdLGV1eaW
=/0Ti
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v6.1.0</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v6.1.0</guid><dc:creator><![CDATA[Jeremiah Senkpiel]]></dc:creator><pubDate>Thu, 05 May 2016 23:07:06 GMT</pubDate></item><item><title><![CDATA[Node v5.11.1 (Stable)]]></title><description><![CDATA[<p>Please see our <a href="https://nodejs.org/en/blog/vulnerability/openssl-may-2016">blog post</a> for more info on the security contents of this release.</p>
<h3 id="header-notable-changes">Notable changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>buffer</strong>: safeguard against accidental kNoZeroFill (Сковорода Никита Андреевич) <a href="https://github.com/nodejs/node-private/pull/35">nodejs/node-private#35</a></li>
<li><strong>deps</strong>: upgrade openssl sources to 1.0.2h (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6552">#6552</a></li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/35f06df782"><code>35f06df782</code></a>] - <strong>buffer</strong>: safeguard against accidental kNoZeroFill (Сковорода Никита Андреевич) <a href="https://github.com/nodejs/node-private/pull/35">nodejs/node-private#35</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/99920480ae"><code>99920480ae</code></a>] - <strong>buffer</strong>: fix a typo in Buffer example code (Mr C0B) <a href="https://github.com/nodejs/node/pull/6361">#6361</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d9f7b025d4"><code>d9f7b025d4</code></a>] - <strong>deps</strong>: update openssl asm and asm_obsolete files (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6552">#6552</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f316fd20a0"><code>f316fd20a0</code></a>] - <strong>deps</strong>: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/1836">#1836</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/263cc34657"><code>263cc34657</code></a>] - <strong>deps</strong>: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/1389">#1389</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/889d1151de"><code>889d1151de</code></a>] - <strong>deps</strong>: fix openssl assembly error on ia32 win32 (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/1389">#1389</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ba49b636b8"><code>ba49b636b8</code></a>] - <strong>deps</strong>: copy all openssl header files to include dir (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6552">#6552</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cdad83a789"><code>cdad83a789</code></a>] - <strong>deps</strong>: upgrade openssl sources to 1.0.2h (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6552">#6552</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c1ddefdd79"><code>c1ddefdd79</code></a>] - <strong>openssl</strong>: fix keypress requirement in apps on win32 (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/1389">#1389</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bec5d50f1e"><code>bec5d50f1e</code></a>] - <strong>test</strong>: fix alpn tests for openssl1.0.2h (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/6552">#6552</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1-x86.msi">https://nodejs.org/dist/v5.11.1/node-v5.11.1-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1-x64.msi">https://nodejs.org/dist/v5.11.1/node-v5.11.1-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v5.11.1/win-x86/node.exe">https://nodejs.org/dist/v5.11.1/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.1/win-x64/node.exe">https://nodejs.org/dist/v5.11.1/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1.pkg">https://nodejs.org/dist/v5.11.1/node-v5.11.1.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1-darwin-x64.tar.gz">https://nodejs.org/dist/v5.11.1/node-v5.11.1-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-x86.tar.xz">https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-x64.tar.xz">https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-ppc64le.tar.xz">https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1-sunos-x86.tar.xz">https://nodejs.org/dist/v5.11.1/node-v5.11.1-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1-sunos-x64.tar.xz">https://nodejs.org/dist/v5.11.1/node-v5.11.1-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-armv6l.tar.xz">https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-armv7l.tar.xz">https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-arm64.tar.xz">https://nodejs.org/dist/v5.11.1/node-v5.11.1-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v5.11.1/node-v5.11.1.tar.gz">https://nodejs.org/dist/v5.11.1/node-v5.11.1.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v5.11.1/">https://nodejs.org/dist/v5.11.1/</a><br>
Documentation: <a href="https://nodejs.org/docs/v5.11.1/api/">https://nodejs.org/docs/v5.11.1/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

7a992f61dc535c696ba2e236e3664ba669680f7e1a204e42166412cc3476503a  node-v5.11.1-darwin-x64.tar.gz
0fe7b4f9ad94777e642ba5efff0bd899e15fa9fb6799cd22794ac4bd5006cc23  node-v5.11.1-darwin-x64.tar.xz
85072d2f231a947862984ec79f44b990287a6ba1589342c0ac4fea54d9ec88e2  node-v5.11.1-headers.tar.gz
b2a607a0cfb1252014bc01007b7c4d7790c78ba9fbe009accf89c16c06257397  node-v5.11.1-headers.tar.xz
8df5fa56ea1f79efc6f8baa9a6784bb1b0596fb7ef1d631694e35a89b3840de6  node-v5.11.1-linux-arm64.tar.gz
cb09abcd897d44959069c17d29ce6361ad20bd15e94cf72c1c5cd0976a08fa91  node-v5.11.1-linux-arm64.tar.xz
d6ffd43fd0546a5830117bb76979f074a04f9f2323bfc786ca5bd25f254149bc  node-v5.11.1-linux-armv6l.tar.gz
a9f2c90cd7be087dff8f4fb15cf603c1bba9e95f23bd66958c41cbedc72e13a7  node-v5.11.1-linux-armv6l.tar.xz
d69ebad9bb86e2d54b6c8774e5bfd055b507dfd4da4b4a0a9ad8543358fd57de  node-v5.11.1-linux-armv7l.tar.gz
17db8b2a9221ea7455c4471198965a9b6d6bc0c97187265e64925826a072dcaa  node-v5.11.1-linux-armv7l.tar.xz
a349b77703902702ec2ec35de27150d19f73ca44045577c577312a5bde9e0b04  node-v5.11.1-linux-ppc64le.tar.gz
d0653882535519ddc6637a04eeb797b02a4ee708f14dd6cc4d84f44fcb65d0a3  node-v5.11.1-linux-ppc64le.tar.xz
d8e30e79a1e4ad56f55ef59facdf913c950e9664528f59f4388e85fdd899dfde  node-v5.11.1-linux-x64.tar.gz
35ffd25963254decbec1069da318597ed2fb032d2782f7cbdfdd41dc6af99ee9  node-v5.11.1-linux-x64.tar.xz
5c8269b21400327eaae94f52d220127a90eca40ab7574f9da07811c48d25570f  node-v5.11.1-linux-x86.tar.gz
01bcebec40d2030ebfd87fec82249fe1e2919bedcbc4998ee0b1c0365a33e7b4  node-v5.11.1-linux-x86.tar.xz
f06c2d54057c55913749991a6636e78c4180b989a6ee67bdc0017252bfc6c9c9  node-v5.11.1.pkg
65e80b25ba648b62faae99f4f4df86eeea6ed448c592cb638349a63eefcb5d0f  node-v5.11.1-sunos-x64.tar.gz
61507107d14720f1dd24a25bea2bd626ebda63da5d495e5d8f2cdb1a5c03a696  node-v5.11.1-sunos-x64.tar.xz
24e9095e7fdb1765d2acf569209a194b16c048374a804a97fc5fec123b1b9217  node-v5.11.1-sunos-x86.tar.gz
c211f830ccb2198571f0e843101b7c9917ef0feae165c7e28a795b61798968a5  node-v5.11.1-sunos-x86.tar.xz
be1211ce415ecc48412ce3e9d5b48cf9ec8e99b34f25b4e1909a02679cc72fab  node-v5.11.1.tar.gz
f11bc3727e7ea74cffa940be258beaf1f81bee90537d13caa9e748ae6105661f  node-v5.11.1.tar.xz
53c1744bfc845deb4c3a727d9e581f845c34652eb994a81f651a804f67ae749f  node-v5.11.1-x64.msi
b7c6f647a037f17d1dbdb602af8c35934dd06fa4fb8b35108bb311cbddbcb2ab  node-v5.11.1-x86.msi
df52219a3fde636f0fb73e065c85b28904eefd81c16c34ec5e6576b7fd0d886b  win-x64/node.exe
fe0654ca23f0f3c5b290d76efd8f18ba6a6d60445257eb4d59641dc647d33770  win-x64/node.lib
11160ea9fd4ae6db9c0fcee529cfae3d9fb3eed15a0428febbf6033c00494646  win-x86/node.exe
fa3fa032d8b04e65ff20cd34bb0e690f5f88ca023d9783aa5672215f568117b1  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQIcBAEBCgAGBQJXK8+rAAoJELY7U1pMIGypxY8QANK8IsVkwb0u1ycZO65j+zIn
ChB6k+0f5wTo8ueIrq8uGNKyvYJpGmqN0/a7C61OGizfDMQcEXts+S4uEDkYDKlC
qR+TiwbKQBEE52T7+jcJOnXb2A1aJFNAItNEq/GVM6mjxgxNBA3gM/9PMEoBvfHI
hp5jF8CgKmc4ZfrYWUuHuycfeyuCu0/99TV9nS8EDLyFpgovEBRngGOmWmn/xV0h
Gv9bu0Ixih6oOEHBL3+dH9BJ6Fvf75gsazumKsQSXyoa7f/JfoLPbT8ecUvS9Mm/
JX+sNiNw9iBbx0iFSHVh03b5CsH/ateFalSDjKhNqOMykniUNI+FELs5/1/wU+6B
VzniJpbRR9tU2A0FdARvbnFMj1KJfUmsXGRlh399k2OmD6IoYkWtbsHcyFB6vGXE
F8w8UihBHQ69GAzTltQnyn3QO7s/0kF9UqozAJ3ApvA8Sq9cSIXmE1s5+a5GD+Cc
btrehhpUOgUZQ2ol4N2BOuKVc+svUWgiZ5QF1e2lNdOWnYCP+fSFqkf5PRRd4xW2
oMwnFO3Ehc5VSGHzVwGKfltmot+vkGD9xbDJZH1vCzYuj9zf66TbduPdFk0Exf0f
1gp5Na7EypJRgcLjLVSRriXVz6WYybgbVbA+7WcDw8jmKYwHdMUIRMRUFGMy/uts
YkqY3iJ4b5wydOEg+0Jt
=nE6V
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v5.11.1</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v5.11.1</guid><dc:creator><![CDATA[Evan Lucas]]></dc:creator><pubDate>Thu, 05 May 2016 23:00:21 GMT</pubDate></item><item><title><![CDATA[Node v6.0.0 (Current)]]></title><description><![CDATA[<p>It&#39;s here! Just three days shy of exactly six months after we released v5.0.0, the Node.js Foundation is happy to announce that Node.js v6 is available and ready for use! </p>
<p>This new major version of Node.js delivers significant improvements in performance, reliability, usability and security. Module loading is nearly four times faster than in Node.js v4, tests and documentation have seen significant improvements, usability of the Buffer and File System APIs have been improved, and Node.js now supports <a href="http://node.green">93% of ES6 language features</a>, thanks to V8 version 5.0.</p>
<p>In accordance with our <a href="https://github.com/nodejs/LTS/">Long Term Support plan</a>, Node.js v4 &#39;Argon&#39; will continue to be supported as an <em>Active</em> Long Term Support stream until April of 2017, after which it will transition into what we call <em>Maintenance</em> LTS. The new Node.js v6 branch will become the new <em>Active</em> Long Term Support stream in October of this year, and will continue to be supported actively until April of 2018. If our LTS plan is new to you, <a href="https://medium.com/@nodesource/essential-steps-long-term-support-for-node-js-8ecf7514dbd#.z6bzdfogi">read more</a> about how it works so that you can make a properly informed decision regarding which version of Node.js to adopt.</p>
<p>The general rule for deciding which version of Node.js to use is:</p>
<ul>
<li>Stay on or upgrade to Node.js v4 (currently at v4.4.3) if you need stability and have a complex production environment.</li>
<li>Upgrade to Node.js v6 if you have the ability to upgrade versions quickly and want to play with the latest features as they arrive.</li>
</ul>
<p>Note that while v6 will eventually transition into LTS, until it does, we will still be actively landing new features (semver-minor). This means that there is an increased chance for regressions to be introduced..</p>
<p>The release notes below are annotated with the main breaking changes that warrant the jump to v6. Note that because this new version of Node.js is shipping with a new version of V8, you will need to recompile any native addons you have already installed or you will receive a runtime error when trying to load them. Use <code>npm rebuild</code> or simply remove your <em>node_modules</em> directory and <code>npm install</code> from scratch.</p>
<h3 id="header-what-about-node-js-v5">What about Node.js v5?<a name="what-about-node-js-v5" class="anchor" href="#what-about-node-js-v5" aria-labelledby="header-what-about-node-js-v5"></a></h3><p>Node.js v5 will continue to be supported for the next two months in order to give developers currently using v5 time to transition to Node.js v6.</p>
<h3 id="header-what-about-node-js-v0-10-and-v0-12">What about Node.js v0.10 and v0.12?<a name="what-about-node-js-v0-10-and-v0-12" class="anchor" href="#what-about-node-js-v0-10-and-v0-12" aria-labelledby="header-what-about-node-js-v0-10-and-v0-12"></a></h3><p>If you&#39;re still currently using Node.js v0.10 or v0.12, it is time to begin the transition to v4 or v6. Both v0.10 and v0.12 are considered to be in <em>Maintenance</em> mode currently and will fall off our support plan completely later this year.</p>
<h3 id="header-current-what-happened-to-stable">Current? What happened to Stable?<a name="current-what-happened-to-stable" class="anchor" href="#current-what-happened-to-stable" aria-labelledby="header-current-what-happened-to-stable"></a></h3><p>You may have noticed that the v6 release uses the label <code>Current</code> instead of <code>Stable</code>. This name change has been made in order to better differentiate the Long Term Support releases from the current active development branches. We
will be using the <code>Current</code> label from here-on instead of <code>Stable</code>.</p>
<h3 id="header-notable-changes">Notable changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><p>The following significant changes have been made since the previous Node.js
v5.0.0 release.</p>
<ul>
<li>Buffer<ul>
<li>New Buffer constructors have been added
<a href="https://github.com/nodejs/node/pull/4682">#4682</a> and
<a href="https://github.com/nodejs/node/pull/5833">#5833</a>.</li>
<li>Existing <code>Buffer()</code> and <code>SlowBuffer()</code> constructors have been deprecated
in docs <a href="https://github.com/nodejs/node/pull/4682">#4682</a> and
<a href="https://github.com/nodejs/node/pull/5833">#5833</a>.</li>
<li>Previously deprecated Buffer APIs are removed
<a href="https://github.com/nodejs/node/pull/5048">#5048</a>,
<a href="https://github.com/nodejs/node/pull/4594">#4594</a>.</li>
<li>Improved error handling <a href="https://github.com/nodejs/node/pull/4514">#4514</a>.</li>
<li>The <code>Buffer.prototype.lastIndexOf()</code> method has been added
<a href="https://github.com/nodejs/node/pull/4846">#4846</a>.</li>
</ul>
</li>
<li>Cluster<ul>
<li>Worker emitted as first argument in &#39;message&#39; event
<a href="https://github.com/nodejs/node/pull/5361">#5361</a>.</li>
<li>The <code>worker.exitedAfterDisconnect</code> property replaces <code>worker.suicide</code>
<a href="https://github.com/nodejs/node/pull/3743">#3743</a>.</li>
</ul>
</li>
<li>Console<ul>
<li>Calling <code>console.timeEnd()</code> with an unknown label now emits a process
warning rather than throwing
<a href="https://github.com/nodejs/node/pull/5901">#5901</a>.</li>
</ul>
</li>
<li>Crypto<ul>
<li>Improved error handling <a href="https://github.com/nodejs/node/pull/3100">#3100</a>,
<a href="https://github.com/nodejs/node/pull/5611">#5611</a>.</li>
<li>Simplified Certificate class bindings
<a href="https://github.com/nodejs/node/pull/5382">#5382</a>.</li>
<li>Improved control over FIPS mode
<a href="https://github.com/nodejs/node/pull/5181">#5181</a>.</li>
<li>pbkdf2 digest overloading is deprecated
<a href="https://github.com/nodejs/node/pull/4047">#4047</a>.</li>
</ul>
</li>
<li>Dependencies<ul>
<li>Reintroduce shared c-ares build support
<a href="https://github.com/nodejs/node/pull/5775">#5775</a>.</li>
<li>V8 updated to 5.0.71.35 <a href="https://github.com/nodejs/node/pull/6372">#6372</a>.</li>
</ul>
</li>
<li>DNS<ul>
<li>Add <code>dns.resolvePtr()</code> API to query plain DNS PTR records
<a href="https://github.com/nodejs/node/pull/4921">#4921</a>.</li>
</ul>
</li>
<li>Domains<ul>
<li>Clear stack when no error handler
<a href="https://github.com/nodejs/node/pull/4659">#4659</a>.</li>
</ul>
</li>
<li>Events<ul>
<li>The <code>EventEmitter.prototype._events</code> object no longer inherits from
Object.prototype <a href="https://github.com/nodejs/node/pull/6092">#6092</a>.</li>
<li>The <code>EventEmitter.prototype.prependListener()</code> and
<code>EventEmitter.prototype.prependOnceListener()</code> methods have been added
<a href="https://github.com/nodejs/node/pull/6032">#6032</a>.</li>
</ul>
</li>
<li>File System<ul>
<li>The <code>fs.realpath()</code> and <code>fs.realpathSync()</code> methods have been updated
to use a more efficient libuv-based implementation. This change includes
the removal of the <code>cache</code> argument and the method can throw new errors
<a href="https://github.com/nodejs/node/pull/3594">#3594</a>.</li>
<li>FS apis can now accept and return paths as Buffers
<a href="https://github.com/nodejs/node/pull/5616">#5616</a>.</li>
<li>Error handling and type checking improvements
<a href="https://github.com/nodejs/node/pull/5616">#5616</a>,
<a href="https://github.com/nodejs/node/pull/5590">#5590</a>,
<a href="https://github.com/nodejs/node/pull/4518">#4518</a>,
<a href="https://github.com/nodejs/node/pull/3917">#3917</a>.</li>
<li>fs.read&#39;s string interface is deprecated
<a href="https://github.com/nodejs/node/pull/4525">#4525</a>.</li>
</ul>
</li>
<li>HTTP<ul>
<li>&#39;clientError&#39; can now be used to return custom errors from an
HTTP server <a href="https://github.com/nodejs/node/pull/4557">#4557</a>.</li>
</ul>
</li>
<li>Modules<ul>
<li>Current directory is now prioritized for local lookups
<a href="https://github.com/nodejs/node/pull/5689">#5689</a>.</li>
<li>Symbolic links are preserved when requiring modules
<a href="https://github.com/nodejs/node/pull/5950">#5950</a>.</li>
</ul>
</li>
<li>Net<ul>
<li>DNS hints no longer implicitly set
<a href="https://github.com/nodejs/node/pull/6021">#6021</a>.</li>
<li>Improved error handling and type checking
<a href="https://github.com/nodejs/node/pull/5981">#5981</a>,
<a href="https://github.com/nodejs/node/pull/5733">#5733</a>,
<a href="https://github.com/nodejs/node/pull/2904">#2904</a>.</li>
</ul>
</li>
<li>OS X<ul>
<li>MACOSX_DEPLOYMENT_TARGET has been bumped up to 10.7
<a href="https://github.com/nodejs/node/pull/6402">#6402</a>.</li>
</ul>
</li>
<li>Path<ul>
<li>Improved type checking <a href="https://github.com/nodejs/node/pull/5348">#5348</a>.</li>
</ul>
</li>
<li>Process<ul>
<li>Introduce process warnings API
<a href="https://github.com/nodejs/node/pull/4782">#4782</a>.</li>
<li>Throw exception when non-function passed to nextTick
<a href="https://github.com/nodejs/node/pull/3860">#3860</a>.</li>
</ul>
</li>
<li>Querystring<ul>
<li>The object returned by <code>querystring.parse()</code> no longer inherits from
Object.prototype <a href="https://github.com/nodejs/node/pull/6055">#6055</a>.</li>
</ul>
</li>
<li>Readline<ul>
<li>Key info is emitted unconditionally
<a href="https://github.com/nodejs/node/pull/6024">#6024</a>.</li>
<li>History can now be explicitly disabled
<a href="https://github.com/nodejs/node/pull/6352">#6352</a>.</li>
</ul>
</li>
<li>REPL<ul>
<li>Assignment to <code>_</code> will emit a warning
<a href="https://github.com/nodejs/node/pull/5535">#5535</a>.</li>
<li>Expressions will no longer be completed when eval fails
<a href="https://github.com/nodejs/node/pull/6328">#6328</a>.</li>
</ul>
</li>
<li>Timers<ul>
<li>Fail early when callback is not a function
<a href="https://github.com/nodejs/node/pull/4362">#4362</a>.</li>
</ul>
</li>
<li>Streams<ul>
<li><code>null</code> is now an invalid chunk to write in object mode
<a href="https://github.com/nodejs/node/pull/6170">#6170</a>.</li>
</ul>
</li>
<li>TLS<ul>
<li>Rename &#39;clientError&#39; to &#39;tlsClientError&#39;
<a href="https://github.com/nodejs/node/pull/4557">#4557</a>.</li>
<li>SHA1 used for sessionIdContext
<a href="https://github.com/nodejs/node/pull/3866">#3866</a>.</li>
</ul>
</li>
<li>TTY<ul>
<li>Previously deprecated setRawMode wrapper is removed
<a href="https://github.com/nodejs/node/pull/2528">#2528</a>.</li>
</ul>
</li>
<li>URL<ul>
<li>Username and password will be dropped by <code>url.resolve()</code> if the host
changes <a href="https://github.com/nodejs/node/pull/1480">#1480</a>.</li>
</ul>
</li>
<li>Util<ul>
<li>Changes to Error object formatting
<a href="https://github.com/nodejs/node/pull/4582">#4582</a>.</li>
<li>The <code>util._extend()</code> method has been deprecated
<a href="https://github.com/nodejs/node/pull/4903">#4903</a></li>
<li>The <code>util.log()</code> method has been deprecated
<a href="https://github.com/nodejs/node/pull/6161">#6161</a>.</li>
</ul>
</li>
<li>Windows<ul>
<li>Windows XP and Vista are no longer supported
<a href="https://github.com/nodejs/node/pull/5167">#5167</a>.</li>
</ul>
</li>
<li>Zlib<ul>
<li>Multiple improvements have been made to Zlib processing
<a href="https://github.com/nodejs/node/pull/5883">#5883</a> and
<a href="https://github.com/nodejs/node/pull/5707">#5707</a>.</li>
</ul>
</li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><p>Semver-major Changes since v5.0.0</p>
<ul>
<li>[<a href="https://github.com/nodejs/node/commit/85ab4a5f12"><code>85ab4a5f12</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>buffer</strong>: add .from(), .alloc() and .allocUnsafe() (James M Snell) <a href="https://github.com/nodejs/node/pull/4682">#4682</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2c55cc2d2c"><code>2c55cc2d2c</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>buffer</strong>: remove deprecated Buffer.write branch (dcposch@dcpos.ch) <a href="https://github.com/nodejs/node/pull/5048">#5048</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/101bca988c"><code>101bca988c</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>buffer</strong>: remove deprecated buffer.get/.set methods (Feross Aboukhadijeh) <a href="https://github.com/nodejs/node/pull/4594">#4594</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3b27dd5ce1"><code>3b27dd5ce1</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>buffer</strong>: throw if both length and enc are passed (Mathias Buus) <a href="https://github.com/nodejs/node/pull/4514">#4514</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3fe204c700"><code>3fe204c700</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>buffer</strong>: docs-only deprecate SlowBuffer (James M Snell) <a href="https://github.com/nodejs/node/pull/5833">#5833</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/627524973a"><code>627524973a</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>buffer</strong>: add Buffer.allocUnsafeSlow(size) (James M Snell) <a href="https://github.com/nodejs/node/pull/5833">#5833</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/204f3a8a0b"><code>204f3a8a0b</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>build</strong>: Bump MACOSX_DEPLOYMENT_TARGET to 10.7 (Сковорода Никита Андреевич) <a href="https://github.com/nodejs/node/pull/6402">#6402</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/90a5fc20be"><code>90a5fc20be</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>build</strong>: remove lint/dotfiles from release tarball (Johan Bergström) <a href="https://github.com/nodejs/node/pull/5695">#5695</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/66f4586dd0"><code>66f4586dd0</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>cluster</strong>: emit worker as first &#39;message&#39; event arg (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5361">#5361</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4f619bde4c"><code>4f619bde4c</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>cluster</strong>: migrate from worker.suicide (Evan Lucas) <a href="https://github.com/nodejs/node/pull/3743">#3743</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a5cce79ec3"><code>a5cce79ec3</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>console</strong>: delete timers that have ended (Vladimir Varankin) <a href="https://github.com/nodejs/node/pull/3562">#3562</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1c84579031"><code>1c84579031</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>console</strong>: timeEnd() with no label emits warning (Eugene Obrezkov) <a href="https://github.com/nodejs/node/pull/5901">#5901</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/41feaa89e0"><code>41feaa89e0</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>crypto</strong>: improve error messages (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/3100">#3100</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f429fe1b88"><code>f429fe1b88</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>crypto</strong>: fail early when loading crypto without openssl (James M Snell) <a href="https://github.com/nodejs/node/pull/5611">#5611</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a37401e061"><code>a37401e061</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>crypto</strong>: simplify Certificate class bindings (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5382">#5382</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7c48cb5601"><code>7c48cb5601</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>crypto</strong>: Improve control of FIPS mode (Stefan Budeanu) <a href="https://github.com/nodejs/node/pull/5181">#5181</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a1163582c5"><code>a1163582c5</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>crypto</strong>: pbkdf2 deprecate digest overload. (Tom Gallacher) <a href="https://github.com/nodejs/node/pull/4047">#4047</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b010c87164"><code>b010c87164</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>crypto, string_bytes</strong>: treat <code>buffer</code> str as <code>utf8</code> (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/5522">#5522</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1d9451bb5a"><code>1d9451bb5a</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>crypto</strong>: better error message for createHash (Calvin Metcalf) <a href="https://github.com/nodejs/node/pull/6042">#6042</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/52af5c4eeb"><code>52af5c4eeb</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>deps</strong>: upgrade V8 to 5.0.71.32 (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/6111">#6111</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2253be95d0"><code>2253be95d0</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>deps</strong>: reintroduce supporting shared c-ares builds (Johan Bergström) <a href="https://github.com/nodejs/node/pull/5775">#5775</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4bc1cccb22"><code>4bc1cccb22</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>dgram</strong>: pass null as error on successful send() (cjihrig) <a href="https://github.com/nodejs/node/pull/5929">#5929</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dbdbdd4998"><code>dbdbdd4998</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>dns</strong>: add resolvePtr to query plain DNS PTR records (Daniel Turing) <a href="https://github.com/nodejs/node/pull/4921">#4921</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c4ab861a49"><code>c4ab861a49</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>dns</strong>: add failure test for dns.resolveXXX (Daniel Turing) <a href="https://github.com/nodejs/node/pull/4921">#4921</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f3be421c1c"><code>f3be421c1c</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>dns</strong>: coerce port to number in lookupService (Evan Lucas) <a href="https://github.com/nodejs/node/pull/4883">#4883</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4d4f3535a9"><code>4d4f3535a9</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>doc</strong>: general improvements to fs.markdown (James M Snell) <a href="https://github.com/nodejs/node/pull/5616">#5616</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d8290286b3"><code>d8290286b3</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>doc</strong>: document deprecation of util._extend (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/4903">#4903</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/236b7e8dd1"><code>236b7e8dd1</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>doc</strong>: doc-only deprecation for util.log() (Jackson Tian) <a href="https://github.com/nodejs/node/pull/6161">#6161</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/90204cc468"><code>90204cc468</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>domains</strong>: clear stack when no error handler (Julien Gilli) <a href="https://github.com/nodejs/node/pull/4659">#4659</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e38bade828"><code>e38bade828</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>events</strong>: don&#39;t inherit from Object.prototype (Brian White) <a href="https://github.com/nodejs/node/pull/6092">#6092</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/53a95a5b12"><code>53a95a5b12</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>fs</strong>: make fs.watch error message more useful (James M Snell) <a href="https://github.com/nodejs/node/pull/5616">#5616</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/060e5f0c00"><code>060e5f0c00</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>fs</strong>: Buffer and encoding enhancements to fs API (James M Snell) <a href="https://github.com/nodejs/node/pull/5616">#5616</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8bb60e3c8d"><code>8bb60e3c8d</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>fs</strong>: improve error message for invalid flag (James M Snell) <a href="https://github.com/nodejs/node/pull/5590">#5590</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1124de2d76"><code>1124de2d76</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>fs</strong>: deprecate fs.read&#39;s string interface (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/4525">#4525</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2b15e68bbe"><code>2b15e68bbe</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>fs</strong>: fs.read into zero buffer should not throw exception (Feross Aboukhadijeh) <a href="https://github.com/nodejs/node/pull/4518">#4518</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8b97249893"><code>8b97249893</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>fs</strong>: fix the error report on fs.link(Sync) (yorkie) <a href="https://github.com/nodejs/node/pull/3917">#3917</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b488b19eaf"><code>b488b19eaf</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>fs</strong>: optimize realpath using uv_fs_realpath() (Yuval Brik) <a href="https://github.com/nodejs/node/pull/3594">#3594</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5f76b24e5e"><code>5f76b24e5e</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>http</strong>: overridable <code>clientError</code> (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/4557">#4557</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d01eb6882f"><code>d01eb6882f</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>lib</strong>: add &#39;pid&#39; prefix in <code>internal/util</code> (Minwoo Jung) <a href="https://github.com/nodejs/node/pull/3878">#3878</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/20285ad177"><code>20285ad177</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>lib</strong>: Consistent error messages in all modules (micnic) <a href="https://github.com/nodejs/node/pull/3374">#3374</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/94b9948d63"><code>94b9948d63</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>lib,src</strong>: ensure &#39;(node:pid)&#39; prefix for stdout logging (Minwoo Jung) <a href="https://github.com/nodejs/node/pull/3833">#3833</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b70dc67828"><code>b70dc67828</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>lib,test</strong>: remove publicly exposed freelist (cjihrig) <a href="https://github.com/nodejs/node/pull/3738">#3738</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d38503ab01"><code>d38503ab01</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>module</strong>: prioritize current dir for local lookups (Phillip Johnsen) <a href="https://github.com/nodejs/node/pull/5689">#5689</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/71470a8e45"><code>71470a8e45</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>module</strong>: pass v8::Object to linked module initialization function (Phillip Kovalev) <a href="https://github.com/nodejs/node/pull/4771">#4771</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/18490d3d5a"><code>18490d3d5a</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>module</strong>: always decorate thrown errors (Brian White) <a href="https://github.com/nodejs/node/pull/4287">#4287</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/de1dc0ae2e"><code>de1dc0ae2e</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>module</strong>: preserve symlinks when requiring (Alex Lamar) <a href="https://github.com/nodejs/node/pull/5950">#5950</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b85a50b6da"><code>b85a50b6da</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>net</strong>: remove implicit setting of DNS hints (cjihrig) <a href="https://github.com/nodejs/node/pull/6021">#6021</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ec49fc8229"><code>ec49fc8229</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>net</strong>: improve socket.write() error message (Phillip Johnsen) <a href="https://github.com/nodejs/node/pull/5981">#5981</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d0edabecbf"><code>d0edabecbf</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>net</strong>: strict checking for internal/net isLegalPort (James M Snell) <a href="https://github.com/nodejs/node/pull/5733">#5733</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a78b3344f8"><code>a78b3344f8</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>net</strong>: type check createServer options object (Sam Roberts) <a href="https://github.com/nodejs/node/pull/2904">#2904</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/02ac302b6d"><code>02ac302b6d</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>net</strong>: Validate port in createServer().listen() (Dirceu Pereira Tiegs) <a href="https://github.com/nodejs/node/pull/5732">#5732</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/25751bedfe"><code>25751bedfe</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>node</strong>: deprecate process.EventEmitter (Evan Lucas) <a href="https://github.com/nodejs/node/pull/5049">#5049</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/08085c49b6"><code>08085c49b6</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>path</strong>: assert inputs are strings (Brian White) <a href="https://github.com/nodejs/node/pull/5348">#5348</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d1000b4137"><code>d1000b4137</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>path</strong>: make format() consistent and more functional (Nathan Woltman) <a href="https://github.com/nodejs/node/pull/2408">#2408</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c6656db352"><code>c6656db352</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>process</strong>: add &#39;warning&#39; event and process.emitWarning() (James M Snell) <a href="https://github.com/nodejs/node/pull/4782">#4782</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/72e3dd9f43"><code>72e3dd9f43</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>process</strong>: throw on non-function to nextTick() (yorkie) <a href="https://github.com/nodejs/node/pull/3860">#3860</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5dafb435d8"><code>5dafb435d8</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>querystring</strong>: using toString for objects on querystring.escape (Igor Kalashnikov) <a href="https://github.com/nodejs/node/pull/5341">#5341</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dba245f796"><code>dba245f796</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>querystring</strong>: don&#39;t inherit from Object.prototype (Brian White) <a href="https://github.com/nodejs/node/pull/6055">#6055</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0a62f929da"><code>0a62f929da</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>readline</strong>: emit key info unconditionally (cjihrig) <a href="https://github.com/nodejs/node/pull/6024">#6024</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3de9bc9429"><code>3de9bc9429</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>readline</strong>: document emitKeypressEvents() (cjihrig) <a href="https://github.com/nodejs/node/pull/6024">#6024</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ca2e8b292f"><code>ca2e8b292f</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>readline</strong>: deprecate undocumented exports (cjihrig) <a href="https://github.com/nodejs/node/pull/3862">#3862</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0303a2552e"><code>0303a2552e</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>readline</strong>: allow history to be disabled (surya panikkal) <a href="https://github.com/nodejs/node/pull/6352">#6352</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ad8257fa5b"><code>ad8257fa5b</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>repl</strong>: Assignment of _ allowed with warning (Lance Ball) <a href="https://github.com/nodejs/node/pull/5535">#5535</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3ee68f794f"><code>3ee68f794f</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>repl</strong>: don’t complete expressions when eval fails (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6328">#6328</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/757fbac64b"><code>757fbac64b</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>src</strong>: remove deprecated internal functions (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6053">#6053</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4e46931406"><code>4e46931406</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>src</strong>: deprecate undocumented variables (Jackson Tian) <a href="https://github.com/nodejs/node/pull/1838">#1838</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/57003520f8"><code>57003520f8</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>src</strong>: attach error to stack on displayErrors (cjihrig) <a href="https://github.com/nodejs/node/pull/4874">#4874</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e7c077c610"><code>e7c077c610</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>stream</strong>: make null an invalid chunk to write in object mode (Calvin Metcalf) <a href="https://github.com/nodejs/node/pull/6170">#6170</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cc0342a517"><code>cc0342a517</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>streams</strong>: update .readable/.writable to false (Brian White) <a href="https://github.com/nodejs/node/pull/4083">#4083</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/652782d137"><code>652782d137</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>test</strong>: update test-repl-require for local paths (Myles Borins) <a href="https://github.com/nodejs/node/pull/5689">#5689</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a5aa7c1713"><code>a5aa7c1713</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>test</strong>: expand test case for unknown file open flags (James M Snell) <a href="https://github.com/nodejs/node/pull/5590">#5590</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2c33819370"><code>2c33819370</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>test</strong>: fix tests that check error messages (cjihrig) <a href="https://github.com/nodejs/node/pull/3727">#3727</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ac153bd2a6"><code>ac153bd2a6</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>timers</strong>: fail early when callback is not a function (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/4362">#4362</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1ab6b21360"><code>1ab6b21360</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>tls</strong>: rename <code>clientError</code> to <code>tlsClientError</code> (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/4557">#4557</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/df268f97bc"><code>df268f97bc</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>tls</strong>: use SHA1 for sessionIdContext (Stefan Budeanu) <a href="https://github.com/nodejs/node/pull/3866">#3866</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8ffa20c495"><code>8ffa20c495</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>tools</strong>: do not rewrite npm shebang in install.py (Evan Lucas) <a href="https://github.com/nodejs/node/pull/6098">#6098</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a2c0aa84e0"><code>a2c0aa84e0</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>tty</strong>: Remove deprecated setRawMode wrapper (Wyatt Preul) <a href="https://github.com/nodejs/node/pull/2528">#2528</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/eb4201f07a"><code>eb4201f07a</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>url</strong>: drop auth in <code>url.resolve()</code> if host changes (Alex Kocharin) <a href="https://github.com/nodejs/node/pull/1480">#1480</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e2f47f5698"><code>e2f47f5698</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>util</strong>: Change how Error objects are formatted (Mudit Ameta) <a href="https://github.com/nodejs/node/pull/4582">#4582</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/93d6b5fb68"><code>93d6b5fb68</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>util</strong>: use consistent Dates in inspect() (Xotic750) <a href="https://github.com/nodejs/node/pull/4318">#4318</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/24012a879d"><code>24012a879d</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>util</strong>: make inspect more reliable (Evan Lucas) <a href="https://github.com/nodejs/node/pull/4098">#4098</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/007cfea308"><code>007cfea308</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>util</strong>: remove pump (Wyatt Preul) <a href="https://github.com/nodejs/node/pull/2531">#2531</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4cf19ad1bb"><code>4cf19ad1bb</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>util</strong>: Remove exec, has been deprecated for years (Wyatt Preul) <a href="https://github.com/nodejs/node/pull/2530">#2530</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/34a35919e1"><code>34a35919e1</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>util</strong>: improve typed array formatting (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/3793">#3793</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1cf26c036d"><code>1cf26c036d</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>win</strong>: prevent node from running on Windows Vista or earlier (Alexis Campailla) <a href="https://github.com/nodejs/node/pull/5167">#5167</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/55db19074d"><code>55db19074d</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>win,msi</strong>: prevent from installing on Windows Vista or earlier (Alexis Campailla) <a href="https://github.com/nodejs/node/pull/5167">#5167</a></li>
<li><a href="https://github.com/nodejs/node/commit/54a5287e3e">[&#39;54a5287e3e&#39;]</a> -
<strong>(SEMVER-MAJOR)</strong> <strong>zlib</strong>: fix gzip member head/buffer boundary issue (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/5883">#5883</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8b43d3f52d"><code>8b43d3f52d</code></a>] - <strong>(SEMVER-MAJOR)</strong> <strong>zlib</strong>: do not emit event on *Sync() methods (Rich Trott) <a href="https://github.com/nodejs/node/pull/5707">#5707</a></li>
</ul>
<p>Semver-minor and patch commits since v5.11.0</p>
<ul>
<li>[<a href="https://github.com/nodejs/node/commit/6c1e5ad3ab"><code>6c1e5ad3ab</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>buffer</strong>: add Buffer.prototype.lastIndexOf() (dcposch@dcpos.ch) <a href="https://github.com/nodejs/node/pull/4846">#4846</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dd67608bfd"><code>dd67608bfd</code></a>] - <strong>buffer</strong>: safeguard against accidental kNoZeroFill (Сковорода Никита Андреевич) <a href="https://github.com/nodejs/node-private/pull/30">nodejs/node-private#30</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a4b8000029"><code>a4b8000029</code></a>] - <strong>build</strong>: update android-configure script for npm (Robert Chiras) <a href="https://github.com/nodejs/node/pull/6349">#6349</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/40ede46690"><code>40ede46690</code></a>] - <strong>cares</strong>: Support malloc(0) scenarios for AIX (Gireesh Punathil) <a href="https://github.com/nodejs/node/pull/6305">#6305</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e5f1e2c1df"><code>e5f1e2c1df</code></a>] - <strong>deps</strong>: upgrade to V8 5.0.71.35 (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/6372">#6372</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/49e42c530b"><code>49e42c530b</code></a>] - <strong>deps</strong>: upgrade to V8 5.0.71.34 (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/6320">#6320</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2011f2c6dc"><code>2011f2c6dc</code></a>] - <strong>doc</strong>: fix position of <code>fs.readSync()</code> (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6399">#6399</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/29a6c7c1f0"><code>29a6c7c1f0</code></a>] - <strong>doc</strong>: change references to Stable to Current (Myles Borins) <a href="https://github.com/nodejs/node/pull/6318">#6318</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a026cd0fa5"><code>a026cd0fa5</code></a>] - <strong>doc</strong>: update authors (James M Snell) <a href="https://github.com/nodejs/node/pull/6373">#6373</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/92a02d51dc"><code>92a02d51dc</code></a>] - <strong>doc</strong>: add JacksonTian to collaborators (Jackson Tian) <a href="https://github.com/nodejs/node/pull/6388">#6388</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/879aeb5e49"><code>879aeb5e49</code></a>] - <strong>doc</strong>: add Minqi Pan to collaborators (Minqi Pan) <a href="https://github.com/nodejs/node/pull/6387">#6387</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/be5d699055"><code>be5d699055</code></a>] - <strong>doc</strong>: add eljefedelrodeodeljefe to collaborators (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/6389">#6389</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/916b1a1d44"><code>916b1a1d44</code></a>] - <strong>doc</strong>: add ronkorving to collaborators (ronkorving) <a href="https://github.com/nodejs/node/pull/6385">#6385</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c7066fb853"><code>c7066fb853</code></a>] - <strong>doc</strong>: add estliberitas to collaborators (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/6386">#6386</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/983a809456"><code>983a809456</code></a>] - <strong>doc</strong>: fix broken references (Alexander Gromnitsky) <a href="https://github.com/nodejs/node/pull/6350">#6350</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ae991e7577"><code>ae991e7577</code></a>] - <strong>doc</strong>: add note for platform specific flags <code>fs.open()</code> (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/6136">#6136</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f85412d49b"><code>f85412d49b</code></a>] - <strong>doc</strong>: improvements to child_process, process docs (Alexander Makarenko)</li>
<li>[<a href="https://github.com/nodejs/node/commit/f6d90a912b"><code>f6d90a912b</code></a>] - <strong>doc</strong>: fix a typo in the CONTRIBUTING.md (vsemozhetbyt) <a href="https://github.com/nodejs/node/pull/6343">#6343</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6815a3b7f9"><code>6815a3b7f9</code></a>] - <strong>doc</strong>: add vm example, be able to require modules (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/5323">#5323</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7f11634a46"><code>7f11634a46</code></a>] - <strong>doc</strong>: note that process.config can and will be changed (James M Snell) <a href="https://github.com/nodejs/node/pull/6266">#6266</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0e7d57af35"><code>0e7d57af35</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>events</strong>: add prependListener() and prependOnceListener() (James M Snell) <a href="https://github.com/nodejs/node/pull/6032">#6032</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c1cd64481f"><code>c1cd64481f</code></a>] - <strong>events</strong>: make eventNames() use Reflect.ownKeys() (Luigi Pinca) <a href="https://github.com/nodejs/node/pull/5822">#5822</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f1294f5bfd"><code>f1294f5bfd</code></a>] - <strong>gyp</strong>: inherit parent for <code>*.host</code> (Johan Bergström) <a href="https://github.com/nodejs/node/pull/6173">#6173</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d5922bd7a9"><code>d5922bd7a9</code></a>] - <strong>querystring</strong>: fix comments (Brian White) <a href="https://github.com/nodejs/node/pull/6365">#6365</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2c480bdae6"><code>2c480bdae6</code></a>] - <strong>src</strong>: fix check-imports.py linter errors (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6105">#6105</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5eb4ec090d"><code>5eb4ec090d</code></a>] - <strong>src</strong>: squelch -Wunused-variable in non-icu builds (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6351">#6351</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a3b5b9cbf2"><code>a3b5b9cbf2</code></a>] - <strong>src</strong>: fix out-of-bounds write in TwoByteValue (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6330">#6330</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cdba9a6c02"><code>cdba9a6c02</code></a>] - <strong>src</strong>: add intl and icu configs to process.binding(&#39;config&#39;) (James M Snell) <a href="https://github.com/nodejs/node/pull/6266">#6266</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2e974cdd8c"><code>2e974cdd8c</code></a>] - <strong>src</strong>: add process.binding(&#39;config&#39;) (James M Snell) <a href="https://github.com/nodejs/node/pull/6266">#6266</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/75e073f2b2"><code>75e073f2b2</code></a>] - <strong>test</strong>: increase the platform timeout for AIX (Michael Dawson) <a href="https://github.com/nodejs/node/pull/6342">#6342</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/84ebf2b40d"><code>84ebf2b40d</code></a>] - <strong>test</strong>: add tests for console.assert (Evan Lucas) <a href="https://github.com/nodejs/node/pull/6302">#6302</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a770a163ab"><code>a770a163ab</code></a>] - <strong>test</strong>: v8-flags is sensitive to script caching (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/6316">#6316</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1e4d053e6b"><code>1e4d053e6b</code></a>] - <strong>test</strong>: don&#39;t assume IPv6 in test-regress-GH-5727 (cjihrig) <a href="https://github.com/nodejs/node/pull/6319">#6319</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a7335bd1f0"><code>a7335bd1f0</code></a>] - <strong>test,benchmark</strong>: use deepStrictEqual() (Rich Trott) <a href="https://github.com/nodejs/node/pull/6213">#6213</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6781d917f4"><code>6781d917f4</code></a>] - <strong>tools</strong>: rewrite check-install.sh in python (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6105">#6105</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e84c69310f"><code>e84c69310f</code></a>] - <strong>tools</strong>: enforce deepStrictEqual over deepEqual (Rich Trott) <a href="https://github.com/nodejs/node/pull/6213">#6213</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7940ecfa00"><code>7940ecfa00</code></a>] - <strong>v8</strong>: warn in Template::Set() on improper use (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6277">#6277</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0-x86.msi">https://nodejs.org/dist/v6.0.0/node-v6.0.0-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0-x64.msi">https://nodejs.org/dist/v6.0.0/node-v6.0.0-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v6.0.0/win-x86/node.exe">https://nodejs.org/dist/v6.0.0/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v6.0.0/win-x64/node.exe">https://nodejs.org/dist/v6.0.0/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0.pkg">https://nodejs.org/dist/v6.0.0/node-v6.0.0.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0-darwin-x64.tar.gz">https://nodejs.org/dist/v6.0.0/node-v6.0.0-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0-linux-x86.tar.xz">https://nodejs.org/dist/v6.0.0/node-v6.0.0-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0-linux-x64.tar.xz">https://nodejs.org/dist/v6.0.0/node-v6.0.0-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0-linux-ppc64le.tar.xz">https://nodejs.org/dist/v6.0.0/node-v6.0.0-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0-sunos-x86.tar.xz">https://nodejs.org/dist/v6.0.0/node-v6.0.0-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0-sunos-x64.tar.xz">https://nodejs.org/dist/v6.0.0/node-v6.0.0-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <em>Coming soon</em><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0-linux-armv7l.tar.xz">https://nodejs.org/dist/v6.0.0/node-v6.0.0-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0-linux-arm64.tar.xz">https://nodejs.org/dist/v6.0.0/node-v6.0.0-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v6.0.0/node-v6.0.0.tar.gz">https://nodejs.org/dist/v6.0.0/node-v6.0.0.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v6.0.0/">https://nodejs.org/dist/v6.0.0/</a><br>
Documentation: <a href="https://nodejs.org/docs/v6.0.0/api/">https://nodejs.org/docs/v6.0.0/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

5be18c5571ce2b33918a3dd0be2f18d2a6939a60754026fb7e7967bec09d9e5e  node-v6.0.0-darwin-x64.tar.gz
9da8c11bf45f8b6b8c6a720cfaa37624d18d6972d8670c565b6e005e643b572a  node-v6.0.0-darwin-x64.tar.xz
f72de0e9403dd4ab7b6eec7266a498ba561afe5d5c7aff77b83894b43c959beb  node-v6.0.0-headers.tar.gz
8b6c5a315fefa7b873cbedd8daf75ee928646df2f05efa60c9c7d3a488851bd1  node-v6.0.0-headers.tar.xz
c4d7da92f76e77d27ef5650ad01085baad74439fab15e5143a8e9fc6cad13101  node-v6.0.0-linux-arm64.tar.gz
68d31984e304e5840591331bdd3eaa375fe07fa96307eb7d4681cea5ccb4e669  node-v6.0.0-linux-arm64.tar.xz
7a29af935545c07ea2eb5bbf6b6fb643765d50ee69d1b4193345a50fb8cb1093  node-v6.0.0-linux-armv7l.tar.gz
5a9b4c275313c1335819924c5028241cf2ee107032c530836b41938916090bd6  node-v6.0.0-linux-armv7l.tar.xz
7044f1049d6d8673cff7b0d38cd8c606be56ba149d3d32b34ca3f017df731a2a  node-v6.0.0-linux-ppc64le.tar.gz
65e208fb8189b264f6e66d0d4974485b5eb83cae2db34cc7d09464cb43142354  node-v6.0.0-linux-ppc64le.tar.xz
78fa76c77a1168095cf5b8a5018e00e7212d11e485cf10c77ce1c8af4955cdd3  node-v6.0.0-linux-x64.tar.gz
1e7aa64e28f26887810df74ca4bb0f3c37c332e866aefd16c23daedfcf67935b  node-v6.0.0-linux-x64.tar.xz
51321999e9706d9c24ea3689a03d049ad96657933228d3ed25d7710bc5d9e9bc  node-v6.0.0-linux-x86.tar.gz
5b1cbe9a5af935619b7d4a36d09cc3b73ea2605a1bd3ab9121920caba6f95a5e  node-v6.0.0-linux-x86.tar.xz
6f2114f02252c40304e3951b058ddababfe94b86e25cd8b3dddbf6aaa295ce71  node-v6.0.0.pkg
dc1345210205380af8fa16a63dca996803af105d7b0e5aa4160df7ed88523f08  node-v6.0.0-sunos-x64.tar.gz
0f69caa00c56e21c44c849e3e82e2fa3c775f441326f2668ac9503bc349eac03  node-v6.0.0-sunos-x64.tar.xz
61259a9794d2ed7b0e5331d5d2158da06f6ed5d31cbeae6d71da4d5e941a7754  node-v6.0.0-sunos-x86.tar.gz
822bd48f5443cc45513747b4ce3aa337ff98e27e8f4c63e6bbba23f7b57d2aa3  node-v6.0.0-sunos-x86.tar.xz
6db56d81a4e07ff4017809ad4ee49a5256fad804cd8527f8724f8e149e3dfc32  node-v6.0.0.tar.gz
f0e5bdc3cf4af85b8a24bdbebed81e1a9f7fda91cab8a9475737940aa90da617  node-v6.0.0.tar.xz
933a15791a67a2740cbd082a8d9aebc43162ec6d4db335abf62121a9561c57d4  node-v6.0.0-x64.msi
614380711039b7cc23db8d8cbf42ed9f4a6f0501eb8a143490f7ece952037bc9  node-v6.0.0-x86.msi
e2e434c5d63d684f0f0f074ee97b5a79fd0d9fbb340bac658f325239aec2589f  win-x64/node.exe
b1c9f9d58ef1fd684f0d136cce002e800c852203f876606b1b641692171783c3  win-x64/node.lib
675199b7db04f95545d8ca650b87b1cc6616e5e6638b854cd7f2bbabb050d533  win-x86/node.exe
c2b83ffce6edfdfee450f07fab28d299b99a1046a5ba9452830126303a0739b6  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEbBAEBCgAGBQJXH8kkAAoJEHNBsVwHCHesjyEH+NCanRJnIPn6HnO7U26Zjht4
FdNURcOs4ILB+R9vOS0G5OpU5fL8u1PVpPMGhkdOcvV7Xv1Nh1Vm67alOzAFv1Id
pmepNbT/hA5BGmZvt9K/Pp0+LXKXLaRStooof0QMxR8My/M65V1VNsU1CEY2ffSK
oNRf6roxvNPE0JcMmwEBDXnrEZ+hi/8R0hIms6zt6tzUcHmvzkdQ+5sGU07kKRdU
6Ez/0raEteAfzXoUoyerHTzERGP9lE8Gz7TA2vEa2Wz30brBF+FcGw+T+H/nn41N
WHZwA/fyoZo25rPzpXWygG63u7e/2OUv1pUdYp1tjkTJ+ytdb8l4RX/oOGCM4A==
=XFwg
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v6.0.0</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v6.0.0</guid><dc:creator><![CDATA[James M Snell]]></dc:creator><pubDate>Tue, 26 Apr 2016 20:35:53 GMT</pubDate></item><item><title><![CDATA[Node v5.11.0 (Stable)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable Changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>Buffer</strong>:<ul>
<li><code>Buffer.prototype.compare</code> can now compare sub-ranges of two Buffers. (James M Snell) <a href="https://github.com/nodejs/node/pull/5880">#5880</a></li>
</ul>
</li>
<li><strong>deps</strong>:<ul>
<li>update to http-parser 2.7.0 (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6279">#6279</a></li>
<li>update ESLint to 2.7.0 (silverwind) <a href="https://github.com/nodejs/node/pull/6132">#6132</a></li>
</ul>
</li>
<li><strong>net</strong>:<ul>
<li>adds support for passing DNS lookup hints to <code>createConnection()</code> (Colin Ihrig) <a href="https://github.com/nodejs/node/pull/6000">#6000</a> </li>
</ul>
</li>
<li><strong>node</strong>:<ul>
<li>Make the builtin libraries available for the <code>--eval</code> and <code>--print</code> CLI options (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6207">#6207</a></li>
</ul>
</li>
<li><strong>npm</strong>:<ul>
<li>upgrade npm to 3.8.6 (Kat Marchán) <a href="https://github.com/nodejs/node/pull/6153">#6153</a></li>
</ul>
</li>
<li><strong>repl</strong>:<ul>
<li>Pressing enter in the repl will repeat the last command by default if no input has been received. This behaviour was in node previously and was not removed intentionally. (Rich Trott) <a href="https://github.com/nodejs/node/pull/6090">#6090</a></li>
</ul>
</li>
<li><strong>src</strong>:<ul>
<li>add SIGINFO to supported signals (James Reggio) <a href="https://github.com/nodejs/node/pull/6093">#6093</a></li>
</ul>
</li>
<li><strong>streams</strong>:<ul>
<li>Fix a regression that caused by net streams requesting multiple chunks synchronously when combined with cork/uncork (Matteo Collina) <a href="https://github.com/nodejs/node/pull/6164">#6164</a></li>
</ul>
</li>
<li><strong>zlib</strong>:<ul>
<li>The flushing flag is now configurable allowing for decompression of partial data (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6069">#6069</a></li>
</ul>
</li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/14fcb1dded"><code>14fcb1dded</code></a>] - <strong>assert</strong>: respect assert.doesNotThrow message. (Ilya Shaisultanov) <a href="https://github.com/nodejs/node/pull/2407">#2407</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/332f7382bb"><code>332f7382bb</code></a>] - <strong>benchmark</strong>: add module loader benchmark parameter (Brian White) <a href="https://github.com/nodejs/node/pull/5172">#5172</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/473f086a94"><code>473f086a94</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>buffer</strong>: add Buffer.prototype.compare by offset (James M Snell) <a href="https://github.com/nodejs/node/pull/5880">#5880</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d44540f5af"><code>d44540f5af</code></a>] - <strong>buffer</strong>: standardize array index check (Trevor Norris) <a href="https://github.com/nodejs/node/pull/6084">#6084</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bd12d72e0c"><code>bd12d72e0c</code></a>] - <strong>build</strong>: fix make tar-headers for Linux (Gibson Fahnestock) <a href="https://github.com/nodejs/node/pull/5978">#5978</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3c8d404a82"><code>3c8d404a82</code></a>] - <strong>build</strong>: allow test-ci to run tests in parallel (Johan Bergström) <a href="https://github.com/nodejs/node/pull/6208">#6208</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a5f8d0c6ef"><code>a5f8d0c6ef</code></a>] - <strong>build</strong>: remove -f{data,function}-sections flags (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6077">#6077</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/adfb1a4bb0"><code>adfb1a4bb0</code></a>] - <strong>child_process</strong>: add nullptr checks after allocs (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6256">#6256</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1fb40524ee"><code>1fb40524ee</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>debugger</strong>: run last command on presssing enter (Rich Trott) <a href="https://github.com/nodejs/node/pull/6090">#6090</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5305831184"><code>5305831184</code></a>] - <strong>deps</strong>: update to http-parser 2.7.0 (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6279">#6279</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8ae200c768"><code>8ae200c768</code></a>] - <strong>deps</strong>: floating fix for npm&#39;s test-node script (Kat Marchán) <a href="https://github.com/nodejs/node/pull/6153">#6153</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e3e544eb96"><code>e3e544eb96</code></a>] - <strong>deps</strong>: upgrade npm to 3.8.6 (Kat Marchán) <a href="https://github.com/nodejs/node/pull/6153">#6153</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a7104e4516"><code>a7104e4516</code></a>] - <strong>deps</strong>: cherry-pick 1383d00 from v8 upstream (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6179">#6179</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/632e6b9617"><code>632e6b9617</code></a>] - <strong>deps</strong>: backport 125ac66 from v8 upstream (Myles Borins) <a href="https://github.com/nodejs/node/pull/6086">#6086</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4b8376986a"><code>4b8376986a</code></a>] - <strong>doc</strong>: git mv to .md (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/4747">#4747</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e6f4a175d4"><code>e6f4a175d4</code></a>] - <strong>doc</strong>: add full example for zlib.flush() (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6172">#6172</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/50f3f10ce6"><code>50f3f10ce6</code></a>] - <strong>doc</strong>: note that zlib.flush acts after pending writes (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6172">#6172</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/985685d170"><code>985685d170</code></a>] - <strong>doc</strong>: fix broken references (Alexander Gromnitsky) <a href="https://github.com/nodejs/node/pull/6100">#6100</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d66d883a85"><code>d66d883a85</code></a>] - <strong>doc</strong>: path.format provide more examples (John Eversole) <a href="https://github.com/nodejs/node/pull/5838">#5838</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dc1552e321"><code>dc1552e321</code></a>] - <strong>doc</strong>: replace functions with arrow functions (abouthiroppy) <a href="https://github.com/nodejs/node/pull/6203">#6203</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fa04dfc307"><code>fa04dfc307</code></a>] - <strong>doc</strong>: DCO anchor that doesn&#39;t change (William Kapke) <a href="https://github.com/nodejs/node/pull/6257">#6257</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b49a5b33b5"><code>b49a5b33b5</code></a>] - <strong>doc</strong>: fix http response event, Agent#getName (Matthew Douglass) <a href="https://github.com/nodejs/node/pull/5993">#5993</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3b00d7a5b1"><code>3b00d7a5b1</code></a>] - <strong>doc</strong>: document intention and dangers of fs module Buffer API (Nikolai Vavilov) <a href="https://github.com/nodejs/node/pull/6020">#6020</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3bc31526bb"><code>3bc31526bb</code></a>] - <strong>doc</strong>: explain differences in console.assert between node and browsers (James M Snell) <a href="https://github.com/nodejs/node/pull/6169">#6169</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3f73502662"><code>3f73502662</code></a>] - <strong>doc</strong>: native module reloading is not supported (Bryan English) <a href="https://github.com/nodejs/node/pull/6168">#6168</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5f9c8297f1"><code>5f9c8297f1</code></a>] - <strong>doc</strong>: clarify fs.watch() and inodes on linux, os x (Joran Dirk Greef) <a href="https://github.com/nodejs/node/pull/6099">#6099</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f3c0b78ae4"><code>f3c0b78ae4</code></a>] - <strong>doc</strong>: add domain postmortem (Trevor Norris) <a href="https://github.com/nodejs/node/pull/6159">#6159</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a91834e743"><code>a91834e743</code></a>] - <strong>doc</strong>: add stefanmb to collaborators (Stefan Budeanu) <a href="https://github.com/nodejs/node/pull/6227">#6227</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/117348d082"><code>117348d082</code></a>] - <strong>doc</strong>: add iWuzHere to collaborators (Imran Iqbal) <a href="https://github.com/nodejs/node/pull/6226">#6226</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a1c46b63e8"><code>a1c46b63e8</code></a>] - <strong>doc</strong>: add santigimeno to collaborators (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6225">#6225</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/976e4bb3da"><code>976e4bb3da</code></a>] - <strong>doc</strong>: add addaleax to collaborators (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6224">#6224</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4fa949ef75"><code>4fa949ef75</code></a>] - <strong>doc</strong>: fix incorrect references in buffer docs (Amery) <a href="https://github.com/nodejs/node/pull/6194">#6194</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b26fea1595"><code>b26fea1595</code></a>] - <strong>doc</strong>: add copy about how to curl SHA256.txt (Myles Borins) <a href="https://github.com/nodejs/node/pull/6120">#6120</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/daaad47099"><code>daaad47099</code></a>] - <strong>doc</strong>: clarification for maxBuffer and Unicode output (James M Snell) <a href="https://github.com/nodejs/node/pull/6030">#6030</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5e6915f374"><code>5e6915f374</code></a>] - <strong>doc</strong>: describe child.kill() pitfalls on linux (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/issues/2098">#2098</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a40d0e8f9d"><code>a40d0e8f9d</code></a>] - <strong>doc</strong>: fix scrolling on iOS devices (Luigi Pinca) <a href="https://github.com/nodejs/node/pull/5878">#5878</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a81fca4f99"><code>a81fca4f99</code></a>] - <strong>doc</strong>: add topic - event loop, timers, <code>nextTick()</code> (Jeff Harris) <a href="https://github.com/nodejs/node/pull/4936">#4936</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/440d1172fd"><code>440d1172fd</code></a>] - <strong>doc</strong>: add example using algorithms not directly exposed (Brad Hill) <a href="https://github.com/nodejs/node/pull/6108">#6108</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/96ad5c5303"><code>96ad5c5303</code></a>] - <strong>doc</strong>: update openssl LICENSE using license-builder.sh (Steven R. Loomis) <a href="https://github.com/nodejs/node/pull/6065">#6065</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/07829b0bc9"><code>07829b0bc9</code></a>] - <strong>doc</strong>: simple doc typo fix (Brendon Pierson) <a href="https://github.com/nodejs/node/pull/6041">#6041</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bc0ee06226"><code>bc0ee06226</code></a>] - <strong>doc</strong>: note about Android support (Rich Trott) <a href="https://github.com/nodejs/node/pull/6040">#6040</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/60a73a2ed2"><code>60a73a2ed2</code></a>] - <strong>doc</strong>: fix a typo in 5.10.1&#39;s changelog (Vladimir Varankin) <a href="https://github.com/nodejs/node/pull/6076">#6076</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b57be92c1b"><code>b57be92c1b</code></a>] - <strong>gitignore</strong>: adding .vs/ directory to .gitignore (Mike Kaufman) <a href="https://github.com/nodejs/node/pull/6070">#6070</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6e891c7ad4"><code>6e891c7ad4</code></a>] - <strong>gitignore</strong>: ignore VS 2015 *.VC.opendb files (Mike Kaufman) <a href="https://github.com/nodejs/node/pull/6070">#6070</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/abd101be1a"><code>abd101be1a</code></a>] - <strong>http</strong>: disallow sending obviously invalid status codes (Brian White) <a href="https://github.com/nodejs/node/pull/6291">#6291</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/16b23b2c28"><code>16b23b2c28</code></a>] - <strong>http</strong>: skip body and next message of CONNECT res (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6279">#6279</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a259ee4018"><code>a259ee4018</code></a>] - <strong>http</strong>: unref socket timer on parser execute (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6286">#6286</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d4abca5b27"><code>d4abca5b27</code></a>] - <strong>lib</strong>: remove bootstrap global context indirection (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5881">#5881</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c8783aff21"><code>c8783aff21</code></a>] - <strong>lib,test,tools</strong>: alignment on variable assignments (Rich Trott) <a href="https://github.com/nodejs/node/pull/6242">#6242</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d5d4f194f1"><code>d5d4f194f1</code></a>] - <strong>net</strong>: replace <strong>defineGetter</strong> with defineProperty (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6284">#6284</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6d9c0c9aa7"><code>6d9c0c9aa7</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>net</strong>: support DNS hints in createConnection() (Colin Ihrig) <a href="https://github.com/nodejs/node/pull/6000">#6000</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/457f24f19c"><code>457f24f19c</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>node</strong>: make builtin libs available for <code>--eval</code> (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6207">#6207</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fc89d17656"><code>fc89d17656</code></a>] - <strong>path</strong>: fixing a test that breaks on some machines. (Mike Kaufman) <a href="https://github.com/nodejs/node/pull/6067">#6067</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1d408099b7"><code>1d408099b7</code></a>] - <strong>process</strong>: fix incorrect usage of assert.fail() (Rich Trott) <a href="https://github.com/nodejs/node/pull/6211">#6211</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/07c9f981d6"><code>07c9f981d6</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>repl</strong>: keep the built-in modules non-enumerable (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6207">#6207</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5382deaa18"><code>5382deaa18</code></a>] - <strong>repl</strong>: don’t complete non-simple expressions (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6192">#6192</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2254f1a175"><code>2254f1a175</code></a>] - <strong>repl</strong>: refactor repl.js (Rich Trott) <a href="https://github.com/nodejs/node/pull/6071">#6071</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7d54d85269"><code>7d54d85269</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>src</strong>: add SIGINFO to supported signals (James Reggio) <a href="https://github.com/nodejs/node/pull/6093">#6093</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fbc99ba4f1"><code>fbc99ba4f1</code></a>] - <strong>src</strong>: add missing &#39;inline&#39; keywords (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/6056">#6056</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/20bb92f5c8"><code>20bb92f5c8</code></a>] - <strong>src</strong>: use size_t for http parser array size fields (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5969">#5969</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2fd8be2dbe"><code>2fd8be2dbe</code></a>] - <strong>src</strong>: replace ARRAY_SIZE with typesafe arraysize (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5969">#5969</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4392b4aee0"><code>4392b4aee0</code></a>] - <strong>stream</strong>: Fix readableState.awaitDrain mechanism (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6023">#6023</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/20dcdd365b"><code>20dcdd365b</code></a>] - <strong>stream_base</strong>: expose <code>bytesRead</code> getter (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/6284">#6284</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f69416c06e"><code>f69416c06e</code></a>] - <strong>streams</strong>: support unlimited synchronous cork/uncork cycles (Matteo Collina) <a href="https://github.com/nodejs/node/pull/6164">#6164</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4bfed26d1a"><code>4bfed26d1a</code></a>] - <strong>test</strong>: add zlib close-after-error regression test (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6270">#6270</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/99d0a61441"><code>99d0a61441</code></a>] - <strong>test</strong>: move more tests from sequential to parallel (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6187">#6187</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/96be986a77"><code>96be986a77</code></a>] - <strong>test</strong>: assert - fixed error messages to match the tests (surya panikkal) <a href="https://github.com/nodejs/node/pull/6241">#6241</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4e4efb756e"><code>4e4efb756e</code></a>] - <strong>test</strong>: add test for responses to HTTP CONNECT req (Josh Leder) <a href="https://github.com/nodejs/node/pull/6279">#6279</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5b42ef5dfe"><code>5b42ef5dfe</code></a>] - <strong>test</strong>: move debugger tests to sequential (Rich Trott) <a href="https://github.com/nodejs/node/pull/6205">#6205</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9856b804e9"><code>9856b804e9</code></a>] - <strong>test</strong>: move some test from sequential to parallel (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6087">#6087</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1d130d0203"><code>1d130d0203</code></a>] - <strong>test</strong>: move the debugger tests back to parallel (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6246">#6246</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c0e9c94868"><code>c0e9c94868</code></a>] - <strong>test</strong>: fix issues for ESLint 2.7.0 (silverwind) <a href="https://github.com/nodejs/node/pull/6132">#6132</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/056a258173"><code>056a258173</code></a>] - <strong>test</strong>: fix flaky test-http-set-timeout-server (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6248">#6248</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/be993fcf6c"><code>be993fcf6c</code></a>] - <strong>test</strong>: fix test-net-settimeout flakiness (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/6166">#6166</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a38b614ae9"><code>a38b614ae9</code></a>] - <strong>test</strong>: fix flaky test-child-process-fork-net (Rich Trott) <a href="https://github.com/nodejs/node/pull/6138">#6138</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/476535cc0e"><code>476535cc0e</code></a>] - <strong>test</strong>: fix flaky test-http-client-abort (Rich Trott) <a href="https://github.com/nodejs/node/pull/6124">#6124</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6bb7999bd6"><code>6bb7999bd6</code></a>] - <strong>test</strong>: refactor test-file-write-stream3 (Rich Trott) <a href="https://github.com/nodejs/node/pull/6050">#6050</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a27e95231e"><code>a27e95231e</code></a>] - <strong>test</strong>: enforce strict mode for test-domain-crypto (Rich Trott) <a href="https://github.com/nodejs/node/pull/6047">#6047</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8da4bad1c9"><code>8da4bad1c9</code></a>] - <strong>test</strong>: fix pummel test failures (Rich Trott) <a href="https://github.com/nodejs/node/pull/6012">#6012</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/edd8a15508"><code>edd8a15508</code></a>] - <strong>test,repl</strong>: use deepStrictEqual for false-y values (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/6196">#6196</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/48ecc0b6b5"><code>48ecc0b6b5</code></a>] - <strong>test,tools</strong>: enable linting for undefined vars (Rich Trott) <a href="https://github.com/nodejs/node/pull/6255">#6255</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d809c84bf8"><code>d809c84bf8</code></a>] - <strong>test,vm</strong>: enable strict mode for vm tests (Rich Trott) <a href="https://github.com/nodejs/node/pull/6209">#6209</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4a1dfdcc0f"><code>4a1dfdcc0f</code></a>] - <strong>tools</strong>: lint rule for assert.fail() (Rich Trott) <a href="https://github.com/nodejs/node/pull/6261">#6261</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fff6a84da5"><code>fff6a84da5</code></a>] - <strong>tools</strong>: enable linting for v8_prof_processor.js (Rich Trott) <a href="https://github.com/nodejs/node/pull/6262">#6262</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a2ca347803"><code>a2ca347803</code></a>] - <strong>tools</strong>: move message listener to worker objects (Brian White) <a href="https://github.com/nodejs/node/pull/6212">#6212</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f201b01bf7"><code>f201b01bf7</code></a>] - <strong>tools</strong>: improve js linter (Brian White) <a href="https://github.com/nodejs/node/pull/5638">#5638</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/be070d775f"><code>be070d775f</code></a>] - <strong>tools</strong>: lint for alignment of variable assignments (Rich Trott) <a href="https://github.com/nodejs/node/pull/6242">#6242</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d9b8758f47"><code>d9b8758f47</code></a>] - <strong>tools</strong>: update ESLint to 2.7.0 (silverwind) <a href="https://github.com/nodejs/node/pull/6132">#6132</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a6056c453e"><code>a6056c453e</code></a>] - <strong>tools</strong>: fix license-builder.sh again for ICU (Steven R. Loomis) <a href="https://github.com/nodejs/node/pull/6068">#6068</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fabc33a075"><code>fabc33a075</code></a>] - <strong>tools</strong>: remove simplejson dependency (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/6101">#6101</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d516412cd5"><code>d516412cd5</code></a>] - <strong>tools,doc</strong>: parse types in braces everywhere (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5329">#5329</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/69eb4a6834"><code>69eb4a6834</code></a>] - <strong>tools,doc</strong>: fix json for grouped optional params (firedfox) <a href="https://github.com/nodejs/node/pull/5977">#5977</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a2dd848764"><code>a2dd848764</code></a>] - <strong>tools,doc</strong>: fix incomplete json produced by doctool (firedfox) <a href="https://github.com/nodejs/node/pull/5966">#5966</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bad006f2e1"><code>bad006f2e1</code></a>] - <strong>zlib</strong>: fix use after null when calling .close (James Lal) <a href="https://github.com/nodejs/node/pull/5982">#5982</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/83bc0a2ac9"><code>83bc0a2ac9</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>zlib</strong>: Make the finish flush flag configurable (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/6069">#6069</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2c23e14d5d"><code>2c23e14d5d</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>zlib</strong>: detect gzip files when using unzip* (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/5884">#5884</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/61167c3e23"><code>61167c3e23</code></a>] - <strong>zlib</strong>: fix gzip member head/buffer boundary issue (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/5973">#5973</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0-x86.msi">https://nodejs.org/dist/v5.11.0/node-v5.11.0-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0-x64.msi">https://nodejs.org/dist/v5.11.0/node-v5.11.0-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v5.11.0/win-x86/node.exe">https://nodejs.org/dist/v5.11.0/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.0/win-x64/node.exe">https://nodejs.org/dist/v5.11.0/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0.pkg">https://nodejs.org/dist/v5.11.0/node-v5.11.0.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0-darwin-x64.tar.gz">https://nodejs.org/dist/v5.11.0/node-v5.11.0-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-x86.tar.xz">https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-x64.tar.xz">https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-ppc64le.tar.xz">https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0-sunos-x86.tar.xz">https://nodejs.org/dist/v5.11.0/node-v5.11.0-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0-sunos-x64.tar.xz">https://nodejs.org/dist/v5.11.0/node-v5.11.0-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-armv6l.tar.xz">https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-armv7l.tar.xz">https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-arm64.tar.xz">https://nodejs.org/dist/v5.11.0/node-v5.11.0-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v5.11.0/node-v5.11.0.tar.gz">https://nodejs.org/dist/v5.11.0/node-v5.11.0.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v5.11.0/">https://nodejs.org/dist/v5.11.0/</a><br>
Documentation: <a href="https://nodejs.org/docs/v5.11.0/api/">https://nodejs.org/docs/v5.11.0/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

4992e1ba18cdac51383a089b1494131dbca465a5328938dbd4835cbf780f7ecc  node-v5.11.0-darwin-x64.tar.gz
b450fc3f380c23f98e800abb4feb79760b54ddbc1e504c23f69ac87fabc942be  node-v5.11.0-darwin-x64.tar.xz
d6850717f78dd94238510ec3cb804181a6bd152397def7de4a90dedf08a0eae1  node-v5.11.0-headers.tar.gz
ab0b262cf38de15aa8930d6f497173062832e09f47c95257e8fa433f31e7ab58  node-v5.11.0-headers.tar.xz
b6cc0dd471f07b607367b76a3f2ec1f11d9bc05f2fccbcda7b85ce76d31a3e2a  node-v5.11.0-linux-arm64.tar.gz
646fc0e65744fa8bb5af552ba4727fb588a327aab905bbae3b510a1498951f3f  node-v5.11.0-linux-arm64.tar.xz
6bf29cbf6d78e95a895bfb77774fde49fc3a565d601320b91b7ed5849f01a08d  node-v5.11.0-linux-armv6l.tar.gz
9873fb842c1e632c89a6aa18a1c2bb97abb6860e93d4128e0098cef2cb619753  node-v5.11.0-linux-armv6l.tar.xz
c07487fab4434f667a4b456fab098deffa76d73853e6636ebe05045e7db875de  node-v5.11.0-linux-armv7l.tar.gz
f5e6be7af2f06d63118d181e5d7000c41599cb1b118c79fc8c38de0a52a9620c  node-v5.11.0-linux-armv7l.tar.xz
6d267c7e1294d15d99747437ee74104b941111e7861382da84466c86d7fca139  node-v5.11.0-linux-ppc64le.tar.gz
c8882683c4f02e6eec1b7442ddc9b60e01bfb964524ec9bc9d24f43c4c8fa624  node-v5.11.0-linux-ppc64le.tar.xz
92602b815ce1c64c63b94d6f72f9b96b427415d023d5f9466c7ffef334bf0386  node-v5.11.0-linux-x64.tar.gz
8fffbfc5152e05434f2ff2a80f2ae9fd08952bebd54f57ca731d8e3ffee855ef  node-v5.11.0-linux-x64.tar.xz
f167a644eb6bf94f9a289d28d8140a6a497b02190571b02c7919458e12431ce0  node-v5.11.0-linux-x86.tar.gz
b462a02a0e80c4eb35736a0c2e15c882c443bcceec51fd937bc979aa86efbf6d  node-v5.11.0-linux-x86.tar.xz
a5637b0eb69df94b74744a60603344e6fbba0de9145b944a136474920b8f3d4d  node-v5.11.0.pkg
386fed5acd84eb0d9efe958c951db2e9af2dd469d82e745179285b52a087b553  node-v5.11.0-sunos-x64.tar.gz
20782223853cdfd0c64c18aa7ad5e2789e0a330fadfc79bb341562d54849ec9d  node-v5.11.0-sunos-x64.tar.xz
44dd2e9bae4513bbf586fde1fea11ea310219feece915c21b3a45d4715e14c5e  node-v5.11.0-sunos-x86.tar.gz
9bfd684df327d32e58bb7802c9eba9799a3e5e111720949b7339d11dabee8a4e  node-v5.11.0-sunos-x86.tar.xz
ef41b01a9e49de5a5d160071166f911d0bc9ff6a0bd0e88ea4863df572d95e91  node-v5.11.0.tar.gz
083766aff72fc5c78f6999dd0d00bc0340a052ab270fd60d6928b719ca2b3fd1  node-v5.11.0.tar.xz
5d4185ca686c32fad6d62fa2fcea13f437a04f1fbec2e4ec19998189941c472b  node-v5.11.0-x64.msi
51d7c57d2246d92fbeb325f3bb8b878452829e36edb57110b67e402913cdc194  node-v5.11.0-x86.msi
47d7c3d295be704c7423cfe556b5da99816404c9bb18d49f30947f28b70d358c  win-x64/node.exe
f09c4aa7056f16f019b55b4e592c87fa72a72a94e680545cfdfdcf7ea2cc2f7b  win-x64/node.lib
7167ebafaf12659f0b8adc1853af1fbffc974ecc6b2d74ca4adfbabf21856dfe  win-x86/node.exe
3bb913a5edcb70bbd73eaff625852ebafa843aca081294981a17408e0d0edd40  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----

iQEcBAEBAgAGBQJXGTmPAAoJEJM7AfQLXKlGl8sH+wWBJ7sh6SaNEuzAPFGJHDg7
DfnT5ZtdOmKhcFU1TNYv1UkoddhOYGuiU6o64+RaoRQVNTbrS0CktmbZNebe+Ar5
SVNf4ZPVYsqf78lzHkxBgBV8ysxXWL0G0GbOYCbc8PxE8oAmJz+TN5gsxSe3rNci
ksRISXLL0Nt91ef/CEjpODo9Lpf8onmnvFemXz7lm5kLBKZBUGVVRA1XAyg/MgEE
IWlpaGVJRCifLooy+nHBe+cXMomNMZUQZDFitgesHmNbMgNk7jlxorCjrYm/R69f
h7Ojc19+84SaALBwFQ/gqTo8MV47pqNodLo4xP5A8SEwGpDzzTNkVeio4Go64hc=
=imFa
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v5.11.0</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v5.11.0</guid><dc:creator><![CDATA[Myles Borins]]></dc:creator><pubDate>Thu, 21 Apr 2016 20:35:53 GMT</pubDate></item><item><title><![CDATA[Node v4.4.3 (LTS)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable Changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>deps</strong>:<ul>
<li>Fix <code>--gdbjit</code> for embedders. Backported from v8 upstream. (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5577">#5577</a></li>
</ul>
</li>
<li><strong>etw</strong>:<ul>
<li>Correctly display descriptors for ETW events 9 and 23 on the windows platform. (João Reis) <a href="https://github.com/nodejs/node/pull/5742">#5742</a></li>
</ul>
</li>
<li><strong>querystring</strong>:<ul>
<li>Restore throw when attempting to stringify bad surrogate pair. (Brian White) <a href="https://github.com/nodejs/node/pull/5858">#5858</a></li>
</ul>
</li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/f949c273cd"><code>f949c273cd</code></a>] - <strong>assert</strong>: Check typed array view type in deepEqual (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/5910">#5910</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/132acea0d4"><code>132acea0d4</code></a>] - <strong>build</strong>: introduce ci targets for lint/benchmark (Johan Bergström) <a href="https://github.com/nodejs/node/pull/5921">#5921</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9a8f922dee"><code>9a8f922dee</code></a>] - <strong>build</strong>: add missing <code>openssl_fips%</code> to common.gypi (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/5919">#5919</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d275cdf202"><code>d275cdf202</code></a>] - <strong>child_process</strong>: refactor self=this in socket_list (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5860">#5860</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/aadf356aa2"><code>aadf356aa2</code></a>] - <strong>deps</strong>: backport 8d00c2c from v8 upstream (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5577">#5577</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/200f763c43"><code>200f763c43</code></a>] - <strong>deps</strong>: completely upgrade npm in LTS to 2.15.1 (Forrest L Norvell) <a href="https://github.com/nodejs/node/pull/5989">#5989</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/86e3903626"><code>86e3903626</code></a>] - <strong>dns</strong>: Use object without protoype for map (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5843">#5843</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9a33f43f73"><code>9a33f43f73</code></a>] - <strong>doc</strong>: update openssl LICENSE using license-builder.sh (Steven R. Loomis) <a href="https://github.com/nodejs/node/pull/6065">#6065</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9679e2dc70"><code>9679e2dc70</code></a>] - <strong>doc</strong>: clarify that __dirname is module local (James M Snell) <a href="https://github.com/nodejs/node/pull/6018">#6018</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/86d2af58d6"><code>86d2af58d6</code></a>] - <strong>doc</strong>: simple doc typo fix (Brendon Pierson) <a href="https://github.com/nodejs/node/pull/6041">#6041</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f16802f3ca"><code>f16802f3ca</code></a>] - <strong>doc</strong>: note about Android support (Rich Trott) <a href="https://github.com/nodejs/node/pull/6040">#6040</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8c2befe176"><code>8c2befe176</code></a>] - <strong>doc</strong>: note assert.throws() pitfall (Rich Trott) <a href="https://github.com/nodejs/node/pull/6029">#6029</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0870ac65f2"><code>0870ac65f2</code></a>] - <strong>doc</strong>: use HTTPS for links where possible (Rich Trott) <a href="https://github.com/nodejs/node/pull/6019">#6019</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/56755de96e"><code>56755de96e</code></a>] - <strong>doc</strong>: clarify stdout/stderr arguments to callback (James M Snell) <a href="https://github.com/nodejs/node/pull/6015">#6015</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bb603b89a2"><code>bb603b89a2</code></a>] - <strong>doc</strong>: add &#39;Command Line Options&#39; to &#39;View on single page&#39; (firedfox) <a href="https://github.com/nodejs/node/pull/6011">#6011</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c91f3d897a"><code>c91f3d897a</code></a>] - <strong>doc</strong>: add copy about how to curl SHA256.txt (Myles Borins) <a href="https://github.com/nodejs/node/pull/6120">#6120</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f9cf232284"><code>f9cf232284</code></a>] - <strong>doc</strong>: add example using algorithms not directly exposed (Brad Hill) <a href="https://github.com/nodejs/node/pull/6108">#6108</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f60ce1078d"><code>f60ce1078d</code></a>] - <strong>doc</strong>: document unspecified behavior for buf.write* methods (James M Snell) <a href="https://github.com/nodejs/node/pull/5925">#5925</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/02401a6cbd"><code>02401a6cbd</code></a>] - <strong>doc</strong>: fix scrolling on iOS devices (Luigi Pinca) <a href="https://github.com/nodejs/node/pull/5878">#5878</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/aed22d0855"><code>aed22d0855</code></a>] - <strong>doc</strong>: path.format provide more examples (John Eversole) <a href="https://github.com/nodejs/node/pull/5838">#5838</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6e2bfbe1fd"><code>6e2bfbe1fd</code></a>] - <strong>doc</strong>: fix doc for Buffer.readInt32LE() (ghaiklor) <a href="https://github.com/nodejs/node/pull/5890">#5890</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/940d204401"><code>940d204401</code></a>] - <strong>doc</strong>: consolidate timers docs in timers.markdown (Bryan English) <a href="https://github.com/nodejs/node/pull/5837">#5837</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/505faf6360"><code>505faf6360</code></a>] - <strong>doc</strong>: refine child_process detach behaviour (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/5330">#5330</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/feedca7879"><code>feedca7879</code></a>] - <strong>doc</strong>: add topic - event loop, timers, <code>nextTick()</code> (Jeff Harris) <a href="https://github.com/nodejs/node/pull/4936">#4936</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6d3822c12b"><code>6d3822c12b</code></a>] - <strong>etw</strong>: fix descriptors of events 9 and 23 (João Reis) <a href="https://github.com/nodejs/node/pull/5742">#5742</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/56dda6f336"><code>56dda6f336</code></a>] - <strong>fs</strong>: Remove unused branches (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5289">#5289</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dfe9e157c1"><code>dfe9e157c1</code></a>] - <strong>governance</strong>: remove target size for CTC (Rich Trott) <a href="https://github.com/nodejs/node/pull/5879">#5879</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c4103b154f"><code>c4103b154f</code></a>] - <strong>lib</strong>: refactor code with startsWith/endsWith (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5753">#5753</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/16216a81de"><code>16216a81de</code></a>] - <strong>meta</strong>: add &quot;joining a wg&quot; section to WORKING_GROUPS.md (Matteo Collina) <a href="https://github.com/nodejs/node/pull/5488">#5488</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/65fc4e36ce"><code>65fc4e36ce</code></a>] - <strong>querystring</strong>: don&#39;t stringify bad surrogate pair (Brian White) <a href="https://github.com/nodejs/node/pull/5858">#5858</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4f683ab912"><code>4f683ab912</code></a>] - <strong>src,tools</strong>: use template literals (Rich Trott) <a href="https://github.com/nodejs/node/pull/5778">#5778</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ac40a4510d"><code>ac40a4510d</code></a>] - <strong>test</strong>: explicitly set global in test-repl (Rich Trott) <a href="https://github.com/nodejs/node/pull/6026">#6026</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a7b3a7533a"><code>a7b3a7533a</code></a>] - <strong>test</strong>: be explicit about polluting of <code>global</code> (Rich Trott) <a href="https://github.com/nodejs/node/pull/6017">#6017</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/73e3b7b9a8"><code>73e3b7b9a8</code></a>] - <strong>test</strong>: make use of globals explicit (Rich Trott) <a href="https://github.com/nodejs/node/pull/6014">#6014</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e7877e61b6"><code>e7877e61b6</code></a>] - <strong>test</strong>: fix flaky test-net-socket-timeout-unref (Rich Trott) <a href="https://github.com/nodejs/node/pull/6003">#6003</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a39051f5b3"><code>a39051f5b3</code></a>] - <strong>test</strong>: make arch available in status files (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5997">#5997</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ccf90b651a"><code>ccf90b651a</code></a>] - <strong>test</strong>: fix test-dns.js flakiness (Rich Trott) <a href="https://github.com/nodejs/node/pull/5996">#5996</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1994ac0912"><code>1994ac0912</code></a>] - <strong>test</strong>: add test for piping large input from stdin (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/5949">#5949</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cc1aab9f6a"><code>cc1aab9f6a</code></a>] - <strong>test</strong>: mitigate flaky test-https-agent (Rich Trott) <a href="https://github.com/nodejs/node/pull/5939">#5939</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/10fe79b809"><code>10fe79b809</code></a>] - <strong>test</strong>: fix offending max-len linter error (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/5980">#5980</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/63d82960fd"><code>63d82960fd</code></a>] - <strong>test</strong>: stdin is not always a net.Socket (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5935">#5935</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fe0233b923"><code>fe0233b923</code></a>] - <strong>test</strong>: add known_issues test for GH-2148 (Rich Trott) <a href="https://github.com/nodejs/node/pull/5920">#5920</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d59be4d248"><code>d59be4d248</code></a>] - <strong>test</strong>: ensure _handle property existence (Rich Trott) <a href="https://github.com/nodejs/node/pull/5916">#5916</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9702153107"><code>9702153107</code></a>] - <strong>test</strong>: fix flaky test-repl (Brian White) <a href="https://github.com/nodejs/node/pull/5914">#5914</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a0a2e69097"><code>a0a2e69097</code></a>] - <strong>test</strong>: move dns test to test/internet (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5905">#5905</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8462d8f465"><code>8462d8f465</code></a>] - <strong>test</strong>: fix flaky test-net-socket-timeout (Brian White) <a href="https://github.com/nodejs/node/pull/5902">#5902</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e0b283af73"><code>e0b283af73</code></a>] - <strong>test</strong>: fix flaky test-http-set-timeout (Rich Trott) <a href="https://github.com/nodejs/node/pull/5856">#5856</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5853fec36f"><code>5853fec36f</code></a>] - <strong>test</strong>: fix test-debugger-client.js (Rich Trott) <a href="https://github.com/nodejs/node/pull/5851">#5851</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ea83c382f9"><code>ea83c382f9</code></a>] - <strong>test</strong>: ensure win32.isAbsolute() is consistent (Brian White) <a href="https://github.com/nodejs/node/pull/6043">#6043</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c33a23fd1e"><code>c33a23fd1e</code></a>] - <strong>tools</strong>: fix json doc generation (firedfox) <a href="https://github.com/nodejs/node/pull/5943">#5943</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6f0bd64122"><code>6f0bd64122</code></a>] - <strong>tools,doc</strong>: fix incomplete json produced by doctool (firedfox) <a href="https://github.com/nodejs/node/pull/5966">#5966</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f7eb48302c"><code>f7eb48302c</code></a>] - <strong>win,build</strong>: build and test add-ons on test-ci (Bogdan Lobor) <a href="https://github.com/nodejs/node/pull/5886">#5886</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3-x86.msi">https://nodejs.org/dist/v4.4.3/node-v4.4.3-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3-x64.msi">https://nodejs.org/dist/v4.4.3/node-v4.4.3-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.3/win-x86/node.exe">https://nodejs.org/dist/v4.4.3/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.3/win-x64/node.exe">https://nodejs.org/dist/v4.4.3/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3.pkg">https://nodejs.org/dist/v4.4.3/node-v4.4.3.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3-darwin-x64.tar.gz">https://nodejs.org/dist/v4.4.3/node-v4.4.3-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-x86.tar.xz">https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-x64.tar.xz">https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-ppc64le.tar.xz">https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3-sunos-x86.tar.xz">https://nodejs.org/dist/v4.4.3/node-v4.4.3-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3-sunos-x64.tar.xz">https://nodejs.org/dist/v4.4.3/node-v4.4.3-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-armv6l.tar.xz">https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-armv7l.tar.xz">https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-arm64.tar.xz">https://nodejs.org/dist/v4.4.3/node-v4.4.3-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v4.4.3/node-v4.4.3.tar.gz">https://nodejs.org/dist/v4.4.3/node-v4.4.3.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v4.4.3/">https://nodejs.org/dist/v4.4.3/</a><br>
Documentation: <a href="https://nodejs.org/docs/v4.4.3/api/">https://nodejs.org/docs/v4.4.3/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

7cbb9819926d90c9c9f31c3db4c83499a3d9518ad3c7d9915fa4c66d6d5875df  node-v4.4.3-darwin-x64.tar.gz
9aabc5221d664ff6030abbbd8c94c74c1579cfd91cc39f82508a1da4cff2c42d  node-v4.4.3-darwin-x64.tar.xz
e24fb3eb7c7fe4c5b1ac64a93b63cfc109d56b59bedf2e88a2001f7ce3b1673c  node-v4.4.3-headers.tar.gz
286a884fe4ff5601afcd1352257b6133cf04304859e126cac533c9f1662af38c  node-v4.4.3-headers.tar.xz
261646b9d606ab3cc42f870d4bcaab79a40f18f7b13740762127598ef29d4ffc  node-v4.4.3-linux-arm64.tar.gz
fe65d3992219389cd965cee015571b222948ce46c676e5e0224450439fa26637  node-v4.4.3-linux-arm64.tar.xz
04d8abedf4199d1ca9b963d18458eb9e99f80cc5663e6f61041735dc28c9eb5f  node-v4.4.3-linux-armv6l.tar.gz
b570ba9a8dcb287fa833c0d0dd05f3ad008853a4a445805ef1e17e2ce7c01d03  node-v4.4.3-linux-armv6l.tar.xz
b1cd7144bea5564ae8ca0f653f1e1daf45c63e2a0d0e5c391519aaf7167dbd9e  node-v4.4.3-linux-armv7l.tar.gz
437716a5a9e751196eb25486fc486786a431fe3a632c61728949f4628ccbe83d  node-v4.4.3-linux-armv7l.tar.xz
dd9d9f8a25b1ba67c73af4724ca1abe4e0661d3ffac3d48e57ef3480c8f3cb2a  node-v4.4.3-linux-ppc64le.tar.gz
20af624f1ef5214f34ad5e7fab3cf11cb9bbadce4efeae727602eae03fb037bd  node-v4.4.3-linux-ppc64le.tar.xz
28ff2b23a837526ecfea66b0db42d43ec84368949998f2cb26dd742e8988ec1f  node-v4.4.3-linux-x64.tar.gz
7d8919fa7c6fa927c0fe295fcb16c7025c974b717350e97ddbd7a46d3b60fbef  node-v4.4.3-linux-x64.tar.xz
ffdbb81573d77a2bf14415fc1c0d65b110cfc2ba5a20dcdf8b62015519acd079  node-v4.4.3-linux-x86.tar.gz
93bcf48a9e5c6fdcd030ccfa0bde626466daaf0d8924a98f235e89f517addb76  node-v4.4.3-linux-x86.tar.xz
2e7cfa53c916524add24d7407572ede6d199a0a7b539ba6da67fd5a97c7ebab2  node-v4.4.3.pkg
72ceeafe74e911a418baa5c73cdb2888105c85d62f15245d55009f0e93da543a  node-v4.4.3-sunos-x64.tar.gz
24ab0b4363718b3062b5a1aeb6ce5c41d6444eb5315a8e97be7982cb3ee8049f  node-v4.4.3-sunos-x64.tar.xz
182963950c657aeecb18494c4d3765bcf51970aca938dd4848cf6942382fc730  node-v4.4.3-sunos-x86.tar.gz
4ad7229ca766aa80c412d69d1968a41172090698547829e3f34bcd3e9bd86fa6  node-v4.4.3-sunos-x86.tar.xz
8e67b95721aab7bd721179da2fe5dd97f9acc1306c15c9712ee103bcd6381638  node-v4.4.3.tar.gz
57499bb0b1b86080459d4066e3c138579a278b2d0b1f5b2f19e66c69b4e8433c  node-v4.4.3.tar.xz
388197c171805d97746d29b64d1e98c87dca378e70d5e947875327772bb2d560  node-v4.4.3-x64.msi
1ea07653ae47f71201c9ea0691fdfe4384416666ea70f725030f3b0140d729ca  node-v4.4.3-x86.msi
484b02a6559d6938ee90ac7f86e8b46b22025f3900c8677162af1f381c48c554  win-x64/node.exe
050a3d2743ea783ee63846872e5922f2afeeef0aa576994deafcf25565090b26  win-x64/node.lib
50ceedced779dd320da68e54ca403e9094c0f264cb3ba818cde1bf46ace415b3  win-x86/node.exe
0393695ea383baf27dee1feabd288b2162ed9354ebf5fe6e89ef6bc3f8333d04  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----

iQEcBAEBAgAGBQJXDXGUAAoJEJM7AfQLXKlGIwUIALrSiVgRpJI8k93c3ZsAfiPq
h8Q2JSKlk5vvCu/e2GttxaSlwUY6GBCpOyrsD1zEny+9ni37eOKph/T64MVr4rwt
ZXNDOTuz+6/dAUUmPpnkVtJD9c0sWiDXM6PrLjAKnTuL2v8qqrtetKnUaVVtzMB8
DE2bRpWGII/ULOKIAl7Er+G2J5Il5m1sMUnTHxMjrWyauj3kclehmStPSmXgTDjZ
Lmm6BHIEQbm4qESJNsJJ+hhmdblcdMyfXH+vKxtT01XL9zTFzfXuDr8Awj+BHpfC
A5B5lcCTgXo5meJyFisu7MA6zqt9Y7pajr0ecv1JqffwiFURWJUAva2suJ/xMH8=
=OM4J
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v4.4.3</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v4.4.3</guid><dc:creator><![CDATA[Myles Borins]]></dc:creator><pubDate>Tue, 12 Apr 2016 22:08:19 GMT</pubDate></item><item><title><![CDATA[Node v5.10.1 (Current)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><p><strong>http</strong>:</p>
<ul>
<li>Enclose IPv6 Host header in square brackets. This will enable proper seperation of the host adress from any port reference (Mihai Potra) <a href="https://github.com/nodejs/node/pull/5314">#5314</a></li>
</ul>
<p><strong>path</strong>:</p>
<ul>
<li>Make win32.isAbsolute more consistent (Brian White) <a href="https://github.com/nodejs/node/pull/6028">#6028</a></li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/0f5a51ae4b"><code>0f5a51ae4b</code></a>] - <strong>assert</strong>: Check typed array view type in deepEqual (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/5910">#5910</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e966d1f5db"><code>e966d1f5db</code></a>] - <strong>buffer</strong>: don&#39;t set <code>kNoZeroFill</code> flag in allocUnsafe (Vladimir Kurchatkin) <a href="https://github.com/nodejs/node/pull/6007">#6007</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3f75751c2e"><code>3f75751c2e</code></a>] - <strong>build</strong>: introduce ci targets for lint/benchmark (Johan Bergström) <a href="https://github.com/nodejs/node/pull/5921">#5921</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/781290b61d"><code>781290b61d</code></a>] - <strong>doc</strong>: refine child_process detach behaviour (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/5330">#5330</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/aa9fb03202"><code>aa9fb03202</code></a>] - <strong>doc</strong>: use HTTPS for links where possible (Rich Trott) <a href="https://github.com/nodejs/node/pull/6019">#6019</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dd25984838"><code>dd25984838</code></a>] - <strong>doc</strong>: note assert.throws() pitfall (Rich Trott) <a href="https://github.com/nodejs/node/pull/6029">#6029</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f879f5e68a"><code>f879f5e68a</code></a>] - <strong>doc</strong>: document unspecified behavior for buf.write* methods (James M Snell) <a href="https://github.com/nodejs/node/pull/5925">#5925</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f12c3861e0"><code>f12c3861e0</code></a>] - <strong>doc</strong>: clarify stdout/stderr arguments to callback (James M Snell) <a href="https://github.com/nodejs/node/pull/6015">#6015</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ce173716be"><code>ce173716be</code></a>] - <strong>doc</strong>: add &#39;Command Line Options&#39; to &#39;View on single page&#39; (firedfox) <a href="https://github.com/nodejs/node/pull/6011">#6011</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7337ef6422"><code>7337ef6422</code></a>] - <strong>doc</strong>: minor argument formatting in stream.markdown (James M Snell) <a href="https://github.com/nodejs/node/pull/6016">#6016</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0ae5d027c6"><code>0ae5d027c6</code></a>] - <strong>doc</strong>: clarify that __dirname is module local (James M Snell) <a href="https://github.com/nodejs/node/pull/6018">#6018</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8bec8aa41f"><code>8bec8aa41f</code></a>] - <strong>doc</strong>: consolidate timers docs in timers.markdown (Bryan English) <a href="https://github.com/nodejs/node/pull/5837">#5837</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0a13099c42"><code>0a13099c42</code></a>] - <strong>etw</strong>: add event messages (João Reis) <a href="https://github.com/nodejs/node/pull/5936">#5936</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c6ac6f2ea1"><code>c6ac6f2ea1</code></a>] - <strong>http</strong>: Corrects IPv6 address in Host header (Mihai Potra) <a href="https://github.com/nodejs/node/pull/5314">#5314</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8317778925"><code>8317778925</code></a>] - <strong>meta</strong>: add &quot;joining a wg&quot; section to WORKING_GROUPS.md (Matteo Collina) <a href="https://github.com/nodejs/node/pull/5488">#5488</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f3f19ee5e2"><code>f3f19ee5e2</code></a>] - <strong>net</strong>: refactor self=this to arrow functions (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5857">#5857</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1c4007927d"><code>1c4007927d</code></a>] - <strong>path</strong>: fix win32.isAbsolute() inconsistency (Brian White) <a href="https://github.com/nodejs/node/pull/6028">#6028</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/059b607a4f"><code>059b607a4f</code></a>] - <strong>test</strong>: make use of globals explicit (Rich Trott) <a href="https://github.com/nodejs/node/pull/6014">#6014</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cc8fcc5a07"><code>cc8fcc5a07</code></a>] - <strong>test</strong>: be explicit about polluting of <code>global</code> (Rich Trott) <a href="https://github.com/nodejs/node/pull/6017">#6017</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7db7a820b9"><code>7db7a820b9</code></a>] - <strong>test</strong>: make arch available in status files (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5997">#5997</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/02f2ebd9b4"><code>02f2ebd9b4</code></a>] - <strong>test</strong>: explicitly set global in test-repl (Rich Trott) <a href="https://github.com/nodejs/node/pull/6026">#6026</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2ab1237137"><code>2ab1237137</code></a>] - <strong>test</strong>: fix flaky test-net-socket-timeout-unref (Rich Trott) <a href="https://github.com/nodejs/node/pull/6003">#6003</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0127c2bd39"><code>0127c2bd39</code></a>] - <strong>test</strong>: fix test-dns.js flakiness (Rich Trott) <a href="https://github.com/nodejs/node/pull/5996">#5996</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6052ced37f"><code>6052ced37f</code></a>] - <strong>test</strong>: fix error message checks in test-module-loading (James M Snell) <a href="https://github.com/nodejs/node/pull/5986">#5986</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a40b0cb673"><code>a40b0cb673</code></a>] - <strong>test</strong>: refactor http-end-throw-socket-handling (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5676">#5676</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/96bb315262"><code>96bb315262</code></a>] - <strong>test</strong>: ensure _handle property existence (Rich Trott) <a href="https://github.com/nodejs/node/pull/5916">#5916</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4f1fa2adeb"><code>4f1fa2adeb</code></a>] - <strong>test</strong>: fix offending max-len linter error (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/5980">#5980</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f14d71ccea"><code>f14d71ccea</code></a>] - <strong>test</strong>: stdin is not always a net.Socket (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5935">#5935</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/50a062e691"><code>50a062e691</code></a>] - <strong>tools</strong>: remove obsolete lint config file (Rich Trott) <a href="https://github.com/nodejs/node/pull/5959">#5959</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7491fdcfe9"><code>7491fdcfe9</code></a>] - <strong>tools</strong>: remove disabling of already-disabled rule (Rich Trott) <a href="https://github.com/nodejs/node/pull/6013">#6013</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1-x86.msi">https://nodejs.org/dist/v5.10.1/node-v5.10.1-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1-x64.msi">https://nodejs.org/dist/v5.10.1/node-v5.10.1-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v5.10.1/win-x86/node.exe">https://nodejs.org/dist/v5.10.1/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.1/win-x64/node.exe">https://nodejs.org/dist/v5.10.1/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1.pkg">https://nodejs.org/dist/v5.10.1/node-v5.10.1.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1-darwin-x64.tar.gz">https://nodejs.org/dist/v5.10.1/node-v5.10.1-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-x86.tar.xz">https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-x64.tar.xz">https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-ppc64le.tar.xz">https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1-sunos-x86.tar.xz">https://nodejs.org/dist/v5.10.1/node-v5.10.1-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1-sunos-x64.tar.xz">https://nodejs.org/dist/v5.10.1/node-v5.10.1-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-armv6l.tar.xz">https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-armv7l.tar.xz">https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-arm64.tar.xz">https://nodejs.org/dist/v5.10.1/node-v5.10.1-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v5.10.1/node-v5.10.1.tar.gz">https://nodejs.org/dist/v5.10.1/node-v5.10.1.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v5.10.1/">https://nodejs.org/dist/v5.10.1/</a><br>
Documentation: <a href="https://nodejs.org/docs/v5.10.1/api/">https://nodejs.org/docs/v5.10.1/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

00ffc5c662580e1a5062a8740a9b9a40dbf7dadb5c8aa16bdf0ed33c7c1dfbfb  node-v5.10.1-darwin-x64.tar.gz
52d6103a14690c4541e6924d28687b23dbcf65cd171a50529db0998004e888c7  node-v5.10.1-darwin-x64.tar.xz
77e1469d6c2c6f49e68cb3fb8052ee90284700e7da013a7d47ad1cefcd8afc63  node-v5.10.1-headers.tar.gz
a3c5c8f545ca320305128731f546a24387719768ccf5fa8a5e3059ee26f43370  node-v5.10.1-headers.tar.xz
98e4f003818968d5b9bcf17c921d33a5e3d6866be63d80510ae7ff8877e817db  node-v5.10.1-linux-arm64.tar.gz
2c264c596a9bf1a962b37ea51afa3540f819a1428627a28b6a25abe284eb04ab  node-v5.10.1-linux-arm64.tar.xz
5d6f652ce962a0fb59edf5e305af3a7e9147489ebb90a1244f3fa67d86fcf54b  node-v5.10.1-linux-armv6l.tar.gz
bfa551df4739d3f975c4114f1e87b0060bb1998d27b4916a0238561bd4478e7c  node-v5.10.1-linux-armv6l.tar.xz
f1ccddf5fc894a4a4becdf9b32e579b2aad6c6ace189890dbdcb934afbaab060  node-v5.10.1-linux-armv7l.tar.gz
d35134ec4c6ac723da20898c3061c11b71823e09167cf830ab56983cb33affeb  node-v5.10.1-linux-armv7l.tar.xz
b7137dc0bc9a6e3a91be67f05330d2722d58b4e50047d3455a7c035c455701b4  node-v5.10.1-linux-ppc64le.tar.gz
2bc959b36318c0a64b86e0eedbc5179b59db9a8b4f1577039182d7c283b1ffc2  node-v5.10.1-linux-ppc64le.tar.xz
897506e1e83cba9b780b030c9cc7299b0ae8872c0b8b0081a86996079025cea5  node-v5.10.1-linux-x64.tar.gz
edc2afd401d5bbbc05aee186e94ea21078bd4d733da0fc1e95cb8dfbae04bcc8  node-v5.10.1-linux-x64.tar.xz
a4c17570bd03424cd57affd10a4ef7d3b76167d3646656236bc78b86bc622a88  node-v5.10.1-linux-x86.tar.gz
d2fd77706d6b122f978ac68eba540e3ad8efb93909b56a1fe944af81b74b552e  node-v5.10.1-linux-x86.tar.xz
9bf1a7a92debe7613e6ff0d1852aa09e8ed95cf01f276e71848d44235059423a  node-v5.10.1.pkg
0cb823dacc340aa79b70a08d7d81a72260c3414b6f07398ab80e755efcc93f85  node-v5.10.1-sunos-x64.tar.gz
780c323919d1912989784e5577212a56856e3ceb7eab11a8d3d43bf6a7da3582  node-v5.10.1-sunos-x64.tar.xz
1d2731f7ffb46d9f2153993f24ac36a5e98dd136ad28600e45d918205997403f  node-v5.10.1-sunos-x86.tar.gz
75096b173bbbd920b2039b3ede985025f0c8dc91f999224626163d3cb9458cb5  node-v5.10.1-sunos-x86.tar.xz
c6e278b612b53c240ddf85521403e55abfd8f0201d2f2c7e3d2c21383054aacd  node-v5.10.1.tar.gz
9eecd853cdd06ebee24a1bb8d753cd20af5a19297c5d3a3b1680fe36b47d5cbe  node-v5.10.1.tar.xz
a1207fa1e831c1347d338546e353ea195d5cb1acb7e290dad8836153aad11c35  node-v5.10.1-x64.msi
87a902472fe0458ee444456ef5a9bdbd9247c7747b4deeb7a7ded43e56b43daa  node-v5.10.1-x86.msi
4985991e02af90ca5628a6f3e5aa8d913c72b1c898fa0202db47cb757b576ac9  win-x64/node.exe
8b2c8cfb473fa45bf24567302c0f5adf4d573afc13d27797e717dc0696336f01  win-x64/node.lib
bbf7ca1d2bb2c590d97e785bbc7fe0f5478b4ee586d47a0e95ca6cff1b9f968b  win-x86/node.exe
23be78c07830ad80f1b188dd9ef38dc9e267728d1f09acd435b42914875ae89d  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----

iQEcBAEBAgAGBQJXBEq/AAoJEJM7AfQLXKlGLc8H/1tjkCtDxKsrVWCTdTA+L4nD
qkptH/E78gmGSq6BjQUV/usfhJVvH4kot9OGjIAs9rJezSco+y2jLkNfo6gm4SSt
tI6pFxrZDnBC+qtXcdCcfjXiRhmPVInJVLHnU0H6BhkMEHcyjyPHim+UNIfbmOB4
MD+Lduqf6xe8VTscipPujXFsS6B2XT2pMFCAyUJqz2xd23QubAGWSLWJ/eK3P0h5
hhC7EHoVDkVhlByRhuSK74yKqm8jb4Rtv1tYJi2UM8Ip/XQhM+YcLFV3+k7e5huu
X7sIluHGRzjaqts4BR79Fr0i80yBL06b7JCDl8McMn1wfZPDG+E/iSnU/zfS7g8=
=aUEi
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v5.10.1</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v5.10.1</guid><dc:creator><![CDATA[Myles Borins]]></dc:creator><pubDate>Tue, 05 Apr 2016 23:33:44 GMT</pubDate></item><item><title><![CDATA[Node v0.10.44 (Maintenance)]]></title><description><![CDATA[<p><strong>This is a security release</strong>, upgrading the bundled version of npm due to a credentials leak vulnerability. Further information can be found in our post: <a href="http://nodejs.org/en/blog/vulnerability/npm-tokens-leak-march-2016/">http://nodejs.org/en/blog/vulnerability/npm-tokens-leak-march-2016/</a></p>
<p>Please note that <strong>the version of npm included in this release does not have the correct version string</strong>. As such executing <code>npm -v</code> will report <code>2.15.0</code> rather than <code>2.15.1</code>, which is incorrect. The source code included in this release is in fact the source for <code>2.15.1</code>, including the security fix.</p>
<h3 id="header-notable-changes">Notable changes:<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>npm</strong>: Upgrade to v2.15.1. Fixes a security flaw in the use of authentication tokens in HTTP requests that would allow an attacker to set up a server that could collect tokens from users of the command-line interface. Authentication tokens have previously been sent with every request made by the CLI for logged-in users, regardless of the destination of the request. This update fixes this by only including those tokens for requests made against the registry or registries used for the current install. IMPORTANT: This is a major upgrade to npm v2 LTS from the previously deprecated npm v1. (Forrest L Norvell) <a href="https://github.com/nodejs/node/pull/5967">https://github.com/nodejs/node/pull/5967</a></li>
<li><strong>openssl</strong>: OpenSSL v1.0.1s disables the EXPORT and LOW ciphers as they are obsolete and not considered safe. This release of Node.js turns on <code>OPENSSL_NO_WEAK_SSL_CIPHERS</code> to fully disable the 27 ciphers included in these lists which can be used in SSLv3 and higher. Full details can be found in our LTS discussion on the matter (<a href="https://github.com/nodejs/LTS/issues/85">https://github.com/nodejs/LTS/issues/85</a>). (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/5712">https://github.com/nodejs/node/pull/5712</a></li>
</ul>
<p>Commits:</p>
<ul>
<li>[feceb77d7e] - deps: upgrade npm in LTS to 2.15.1 (Forrest L Norvell) <a href="https://github.com/nodejs/node/pull/5968">https://github.com/nodejs/node/pull/5968</a></li>
<li>[0847954331] - deps: Disable EXPORT and LOW ciphers in openssl (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/5712">https://github.com/nodejs/node/pull/5712</a></li>
<li>[6bb86e727a] - test: change tls tests not to use LOW cipher (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/5712">https://github.com/nodejs/node/pull/5712</a></li>
<li>[905bec29ad] - win,build: support Visual C++ Build Tools 2015 (João Reis) <a href="https://github.com/nodejs/node/pull/5627">https://github.com/nodejs/node/pull/5627</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v0.10.44/node-v0.10.44-x86.msi">https://nodejs.org/dist/v0.10.44/node-v0.10.44-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v0.10.44/x64/node-v0.10.44-x64.msi">https://nodejs.org/dist/v0.10.44/x64/node-v0.10.44-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v0.10.44/node.exe">https://nodejs.org/dist/v0.10.44/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v0.10.44/x64/node.exe">https://nodejs.org/dist/v0.10.44/x64/node.exe</a><br>
Mac OS X Universal Installer: <a href="https://nodejs.org/dist/v0.10.44/node-v0.10.44.pkg">https://nodejs.org/dist/v0.10.44/node-v0.10.44.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v0.10.44/node-v0.10.44-darwin-x64.tar.gz">https://nodejs.org/dist/v0.10.44/node-v0.10.44-darwin-x64.tar.gz</a><br>
Mac OS X 32-bit Binary: <a href="https://nodejs.org/dist/v0.10.44/node-v0.10.44-darwin-x86.tar.gz">https://nodejs.org/dist/v0.10.44/node-v0.10.44-darwin-x86.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v0.10.44/node-v0.10.44-linux-x86.tar.gz">https://nodejs.org/dist/v0.10.44/node-v0.10.44-linux-x86.tar.gz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v0.10.44/node-v0.10.44-linux-x64.tar.gz">https://nodejs.org/dist/v0.10.44/node-v0.10.44-linux-x64.tar.gz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v0.10.44/node-v0.10.44-sunos-x86.tar.gz">https://nodejs.org/dist/v0.10.44/node-v0.10.44-sunos-x86.tar.gz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v0.10.44/node-v0.10.44-sunos-x64.tar.gz">https://nodejs.org/dist/v0.10.44/node-v0.10.44-sunos-x64.tar.gz</a><br>
Source Code: <a href="https://nodejs.org/dist/v0.10.44/node-v0.10.44.tar.gz">https://nodejs.org/dist/v0.10.44/node-v0.10.44.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v0.10.44/">https://nodejs.org/dist/v0.10.44/</a><br>
Documentation: <a href="https://nodejs.org/docs/v0.10.44/api/">https://nodejs.org/docs/v0.10.44/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

ad1ab74e1315828a7fd1452e565791a0544ca6c86c76ddd9275287c84ccaca74  node.exe
e9142dda53c17fb84a30438a4f4b69f8f474750d1cf32b4057edaea2309b3aec  node.exp
5b2b75d133380996a6c0433944c61d47777389bbcba9ffdd20ef0c37a28f1565  node.lib
cf46dd07a29abfadf9096d5b29878618433cc6ef5307f523ae283e7b1150e660  node.pdb
cc9916991a16395c4a561db6d091a9a1e9af13e66dddbd03d3c687d0ab3e52a9  node-v0.10.44-darwin-x64.tar.gz
d9aa4cdae49798b45818ddcd38cc8781a591e2b1c6d6c9c9599205353771d602  node-v0.10.44-darwin-x64.tar.xz
7c582b190050d268b4fa4d1a4e4b3456be1a9c224407a4ef61258af6e95f01d8  node-v0.10.44-darwin-x86.tar.gz
e1920de5cf492079a44113c5f5bf4954b73ad8ae26a79c196bb915ce31766a85  node-v0.10.44-darwin-x86.tar.xz
1f61b9a97e4a4100ad601661d3e53556fc8287c36cc56a7c9bf1617b30c5eed4  node-v0.10.44-headers.tar.gz
28192921448ec80632ec5a34aca438136b7384e35878fbf4c8486825590e67ef  node-v0.10.44-headers.tar.xz
b5f4acc54e5527d793463e05b5435f11dd1f0997168aa71d53a1ff1a06c7b144  node-v0.10.44-linux-x64.tar.gz
1c72d19eb4c505a3e6c76038b9c25fc1fee09829215f67e040e363996b160c14  node-v0.10.44-linux-x64.tar.xz
8eb2b47928f56b0a7bbbde72074af84bc8864544b75f991facc3fbf4d7ed0c99  node-v0.10.44-linux-x86.tar.gz
45c300fafc8a71c240c94ca8b43701edf5fbdaa1d80ac449b96d46922b61ce0f  node-v0.10.44-linux-x86.tar.xz
53a918e31ea61cf5106b3cfcedbe5b331cbca0f6508abbf02a77a9bbdc78aeb3  node-v0.10.44.pkg
ee2867b193b53ffab308bea6f0e4c197222903ae308b1748eceaa786402d6c15  node-v0.10.44-sunos-x64.tar.gz
3ce6599f526e1cca2fe2d736e946c34c1f830926987cabd8c22066dc5511ba99  node-v0.10.44-sunos-x64.tar.xz
0b385a3aa1f9122bca205515917a2406ab24782ecbbb886ceb5dcba93f3a9758  node-v0.10.44-sunos-x86.tar.gz
c2cd71e47ac8e2565e4c176e78f22c6ff45752dd0ddc32fa4251f4d6fa17d18a  node-v0.10.44-sunos-x86.tar.xz
4155639d71e690cafd885f58a8be3bf97a93c28875212aac991923d3ee589be8  node-v0.10.44.tar.gz
25b2cd910822723e972a3990d5687b7ff48581ad2f77aa1942d99a1b024f434a  node-v0.10.44.tar.xz
7052fecac6a3c4969d62dc655f1ae4c98bc00323e16e9a3ec4dfabd85da2e2fa  node-v0.10.44-x86.msi
977af6c6b87b2cedbbe43292eb2a9533c9bb385af0d7f4cb503d2a73266437c8  openssl-cli.exe
83e2e5209f110f77cfb1b5198312dce7714084979b31285b7718b08fd8c4e9c5  openssl-cli.pdb
e1044fc4768ea380d2a4dfd10f35ac90194333a753b7ca740a81840aa5ecfa98  x64/node.exe
a386a731e0880be60531af7ad291f9ab5cb1829d9a73247e5ee7b4fd5fc734b5  x64/node.exp
d11f6d920a9a1484248415fba80c74b2836ef66325935b0d3d4b4248a4be268a  x64/node.lib
47ee02bb149e6622dabcb2c26dcf0c32b9b8419118d6f3ea2d4d3eeca4d6229f  x64/node.pdb
b98c678fdd2a18b380f277d635f3720df4b4c967b6fa204979f1c62f418b9940  x64/node-v0.10.44-x64.msi
3fd5077d54b1f1ada05e3022c5730344b22efbd1ecd63f6db63506a48c0ebcc5  x64/openssl-cli.exe
6a08f8e77a6754938cbe5cbad656b5a39aae62e8ca54af144340bf6b372212a9  x64/openssl-cli.pdb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJW/fmNAAoJEMJzeS99g1Rd2OMH/1ao48kMN6+E+mMR+aG6hxir
AKUSHVYHqVt2WG5/9XJHCRNTnE5D+xCX9heF+PgFtZGpzoJRfwho7TTn+XlFD/4i
4UAPPfJW4mOo4rdywQ6Ry8hqJnBS3Ewyj6ABvdcBPyrJCQf7ZOhi6QEJQwx70yMA
TKWUaEQGhMmQB+zKhmfWuVjFIv+ZW7z/fOW6v/51QGF0zuOrwcboABXUFiIxsyNq
XgG1TkZhj1jZeaR7YAyk5NxMLhblz9FC5JaaqutoA1VFcPopDMOFbV3rwZKWe1yo
wqJYf6JKhenBRM+P9rRUl7wlVBSjHBW9SP+BOzL7ETQG1ebhYsCLytz+9gNtX0E=
=gzZT
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v0.10.44</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v0.10.44</guid><dc:creator><![CDATA[Rod Vagg]]></dc:creator><pubDate>Fri, 01 Apr 2016 04:35:44 GMT</pubDate></item><item><title><![CDATA[Node v5.10.0 (Current)]]></title><description><![CDATA[<p>This release includes a security update for npm. For more details you can read 
<a href="https://nodejs.org/en/blog/vulnerability/npm-tokens-leak-march-2016/">this post on our blog</a> 
written by <a href="https://github.com/othiym23">Forrest L Norvell</a> from npm.</p>
<h3 id="header-notable-changes">Notable changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>buffer</strong>:<ul>
<li>make byteLength work with ArrayBuffer &amp; DataView (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5255">#5255</a></li>
<li>backport --zero-fill-buffers command line option (James M Snell) <a href="https://github.com/nodejs/node/pull/5744">#5744</a></li>
<li>backport new buffer constructor APIs (James M Snell) <a href="https://github.com/nodejs/node/pull/5763">#5763</a></li>
<li>add swap16() and swap32() methods (James M Snell) <a href="https://github.com/nodejs/node/pull/5724">#5724</a></li>
</ul>
</li>
<li><strong>fs</strong>: add the fs.mkdtemp() function. (Florian MARGAINE) <a href="https://github.com/nodejs/node/pull/5333">#5333</a></li>
<li><strong>net</strong>: emit host in lookup event (HUANG Wei) <a href="https://github.com/nodejs/node/pull/5598">#5598</a></li>
<li><strong>node</strong>: --no-browser-globals configure flag (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/5853">#5853</a></li>
<li><strong>npm</strong>: Upgrade to v3.8.3. Fixes a security flaw in the use of authentication tokens in HTTP requests that 
would allow an attacker to set up a server that could collect tokens from users of the command-line interface. 
Authentication tokens have previously been sent with every request made by the CLI for logged-in users, 
regardless of the destination of the request. This update fixes this by only including those tokens for requests 
made against the registry or registries used for the current install. (Forrest L Norvell) <a href="https://github.com/npm/node/pull/6">npm/node#6</a></li>
<li><strong>repl</strong>: support standalone blocks (Prince J Wesley) <a href="https://github.com/nodejs/node/pull/5581">#5581</a></li>
<li><strong>src</strong>: override v8 thread defaults using cli options (Tom Gallacher) <a href="https://github.com/nodejs/node/pull/4344">#4344</a></li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/2cbbaafca9"><code>2cbbaafca9</code></a>] - <strong>async_wrap</strong>: don&#39;t abort on callback exception (Trevor Norris) <a href="https://github.com/nodejs/node/pull/5756">#5756</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6f16882733"><code>6f16882733</code></a>] - <strong>async_wrap</strong>: notify post if intercepted exception (Trevor Norris) <a href="https://github.com/nodejs/node/pull/5756">#5756</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a4856122d3"><code>a4856122d3</code></a>] - <strong>async_wrap</strong>: setupHooks now accepts object (Trevor Norris) <a href="https://github.com/nodejs/node/pull/5756">#5756</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ee83c956c5"><code>ee83c956c5</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>buffer</strong>: make byteLength work with ArrayBuffer &amp; DataView (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5255">#5255</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1f8e4b54ce"><code>1f8e4b54ce</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>buffer</strong>: add swap16() and swap32() methods (James M Snell) <a href="https://github.com/nodejs/node/pull/5724">#5724</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bdf933bece"><code>bdf933bece</code></a>] - <strong>buffer</strong>: changing let in for loops back to var (Gareth Ellis) <a href="https://github.com/nodejs/node/pull/5819">#5819</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c1534e7eaf"><code>c1534e7eaf</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>buffer</strong>: backport new buffer constructor APIs (James M Snell) <a href="https://github.com/nodejs/node/pull/5763">#5763</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3c02727055"><code>3c02727055</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>buffer</strong>: backport --zero-fill-buffers command line option (James M Snell) <a href="https://github.com/nodejs/node/pull/5744">#5744</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/58b5c1e19f"><code>58b5c1e19f</code></a>] - <strong>build</strong>: add suport for x86 architecture (Robert Chiras) <a href="https://github.com/nodejs/node/pull/5544">#5544</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/389f5a85e6"><code>389f5a85e6</code></a>] - <strong>build</strong>: add script to create Android .mk files (Robert Chiras) <a href="https://github.com/nodejs/node/pull/5544">#5544</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5ee5fa292f"><code>5ee5fa292f</code></a>] - <strong>build</strong>: add missing <code>openssl_fips%</code> to common.gypi (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/5919">#5919</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5681ffecf7"><code>5681ffecf7</code></a>] - <strong>build</strong>: enable compilation for linuxOne (Michael Dawson) <a href="https://github.com/nodejs/node/pull/5941">#5941</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/660ec9f889"><code>660ec9f889</code></a>] - <strong>child_process</strong>: refactor self=this in socket_list (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5860">#5860</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e1a012f277"><code>e1a012f277</code></a>] - <strong>deps</strong>: upgrade npm to 3.8.3 (Forrest L Norvell) </li>
<li>[<a href="https://github.com/nodejs/node/commit/ec1813199d"><code>ec1813199d</code></a>] - <strong>deps</strong>: backport 8d00c2c from v8 upstream (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5577">#5577</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2a5c6d7006"><code>2a5c6d7006</code></a>] - <strong>dns</strong>: Refactor forEach to map (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5803">#5803</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6a6112a2f3"><code>6a6112a2f3</code></a>] - <strong>dns</strong>: Use object without protoype for map (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5843">#5843</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8fa0b5c1da"><code>8fa0b5c1da</code></a>] - <strong>doc</strong>: Add @mhdawson back to the CTC (James M Snell) <a href="https://github.com/nodejs/node/pull/5633">#5633</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/858a524325"><code>858a524325</code></a>] - <strong>doc</strong>: typo: interal-&gt;internal. (Corey Kosak) <a href="https://github.com/nodejs/node/pull/5849">#5849</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5676a35bd9"><code>5676a35bd9</code></a>] - <strong>doc</strong>: explain path.format expected properties (John Eversole) <a href="https://github.com/nodejs/node/pull/5801">#5801</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/29778393a0"><code>29778393a0</code></a>] - <strong>doc</strong>: use consistent event name parameter (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5850">#5850</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/949b17ff6d"><code>949b17ff6d</code></a>] - <strong>doc</strong>: fix order of end tags of list after heading (firedfox) <a href="https://github.com/nodejs/node/pull/5874">#5874</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8e790b7a0c"><code>8e790b7a0c</code></a>] - <strong>doc</strong>: add instructions to only sign a release (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5876">#5876</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f1f9aff855"><code>f1f9aff855</code></a>] - <strong>doc</strong>: fix doc for Buffer.readInt32LE() (ghaiklor) <a href="https://github.com/nodejs/node/pull/5890">#5890</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/731f7b8055"><code>731f7b8055</code></a>] - <strong>etw</strong>: fix descriptors of events 9 and 23 (João Reis) <a href="https://github.com/nodejs/node/pull/5742">#5742</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/aac9ead379"><code>aac9ead379</code></a>] - <strong>etw,build</strong>: always generate .rc and .h files (João Reis) <a href="https://github.com/nodejs/node/pull/5657">#5657</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/80155d398c"><code>80155d398c</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>fs</strong>: add the fs.mkdtemp() function. (Florian MARGAINE) <a href="https://github.com/nodejs/node/pull/5333">#5333</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ae15d68ad1"><code>ae15d68ad1</code></a>] - <strong>governance</strong>: remove target size for CTC (Rich Trott) <a href="https://github.com/nodejs/node/pull/5879">#5879</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/63c601bc15"><code>63c601bc15</code></a>] - <strong>http</strong>: speed up checkIsHttpToken (Jackson Tian) <a href="https://github.com/nodejs/node/pull/4790">#4790</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/40847b0b8b"><code>40847b0b8b</code></a>] - <strong>lib</strong>: rename /node.js to /bootstrap_node.js (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5103">#5103</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e644eb3d69"><code>e644eb3d69</code></a>] - <strong>lib</strong>: refactor code with startsWith/endsWith (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5753">#5753</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a757e0583c"><code>a757e0583c</code></a>] - <strong>lib,src</strong>: move src/node.js to lib/internal/node.js (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5103">#5103</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e3c7b46326"><code>e3c7b46326</code></a>] - <strong>lib,src</strong>: refactor src/node.js into internal files (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5103">#5103</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b07bc5d996"><code>b07bc5d996</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>net</strong>: emit host in lookup event (HUANG Wei) <a href="https://github.com/nodejs/node/pull/5598">#5598</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2fa959be15"><code>2fa959be15</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>node</strong>: --no-browser-globals configure flag (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/5853">#5853</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a2ad21645f"><code>a2ad21645f</code></a>] - <strong>querystring</strong>: don&#39;t stringify bad surrogate pair (Brian White) <a href="https://github.com/nodejs/node/pull/5858">#5858</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/427173204e"><code>427173204e</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>repl</strong>: support standalone blocks (Prince J Wesley) <a href="https://github.com/nodejs/node/pull/5581">#5581</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d044898495"><code>d044898495</code></a>] - <strong>src</strong>: Add missing <code>using v8::MaybeLocal</code> (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/5974">#5974</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0d0c57ff5e"><code>0d0c57ff5e</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>src</strong>: override v8 thread defaults using cli options (Tom Gallacher) <a href="https://github.com/nodejs/node/pull/4344">#4344</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f9d0166291"><code>f9d0166291</code></a>] - <strong>src</strong>: reword command and add ternary (Trevor Norris) <a href="https://github.com/nodejs/node/pull/5756">#5756</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f1488bb24c"><code>f1488bb24c</code></a>] - <strong>src,http_parser</strong>: remove KickNextTick call (Trevor Norris) <a href="https://github.com/nodejs/node/pull/5756">#5756</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8e8768ecbb"><code>8e8768ecbb</code></a>] - <strong>test</strong>: add known_issues test for GH-2148 (Rich Trott) <a href="https://github.com/nodejs/node/pull/5920">#5920</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bf94b5a1b9"><code>bf94b5a1b9</code></a>] - <strong>test</strong>: mitigate flaky test-https-agent (Rich Trott) <a href="https://github.com/nodejs/node/pull/5939">#5939</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2192528326"><code>2192528326</code></a>] - <strong>test</strong>: fix flaky test-repl (Brian White) <a href="https://github.com/nodejs/node/pull/5914">#5914</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/aebe6245b7"><code>aebe6245b7</code></a>] - <strong>test</strong>: add test for piping large input from stdin (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/5949">#5949</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a19de97d2f"><code>a19de97d2f</code></a>] - <strong>test</strong>: remove the use of curl in the test suite (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5750">#5750</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6928a17aa3"><code>6928a17aa3</code></a>] - <strong>test</strong>: exclude new fs watch test for AIX (Michael Dawson) <a href="https://github.com/nodejs/node/pull/5937">#5937</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3238bff3b3"><code>3238bff3b3</code></a>] - <strong>test</strong>: confirm globals not used internally (Rich Trott) <a href="https://github.com/nodejs/node/pull/5882">#5882</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a41fd93f68"><code>a41fd93f68</code></a>] - <strong>test</strong>: fix flaky test-net-socket-timeout (Brian White) <a href="https://github.com/nodejs/node/pull/5902">#5902</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/82a50d3def"><code>82a50d3def</code></a>] - <strong>test</strong>: move dns test to test/internet (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5905">#5905</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fb0c5bcac2"><code>fb0c5bcac2</code></a>] - <strong>test</strong>: fix flaky test-http-set-timeout (Rich Trott) <a href="https://github.com/nodejs/node/pull/5856">#5856</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8344a522a8"><code>8344a522a8</code></a>] - <strong>test</strong>: fix test-debugger-client.js (Rich Trott) <a href="https://github.com/nodejs/node/pull/5851">#5851</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7ec5397954"><code>7ec5397954</code></a>] - <strong>timers</strong>: fixing API refs to use safe internal refs (Kyle Simpson) <a href="https://github.com/nodejs/node/pull/5882">#5882</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cb676cf3e7"><code>cb676cf3e7</code></a>] - <strong>tools</strong>: fix json doc generation (firedfox) <a href="https://github.com/nodejs/node/pull/5943">#5943</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/77bed269ad"><code>77bed269ad</code></a>] - <strong>win,build</strong>: build and test add-ons on test-ci (Bogdan Lobor) <a href="https://github.com/nodejs/node/pull/5886">#5886</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/afcd276ecc"><code>afcd276ecc</code></a>] - <strong>zlib</strong>: Fix handling of gzip magic bytes mid-file (Anna Henningsen) <a href="https://github.com/nodejs/node/pull/5863">#5863</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0-x86.msi">https://nodejs.org/dist/v5.10.0/node-v5.10.0-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0-x64.msi">https://nodejs.org/dist/v5.10.0/node-v5.10.0-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v5.10.0/win-x86/node.exe">https://nodejs.org/dist/v5.10.0/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.0/win-x64/node.exe">https://nodejs.org/dist/v5.10.0/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0.pkg">https://nodejs.org/dist/v5.10.0/node-v5.10.0.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0-darwin-x64.tar.gz">https://nodejs.org/dist/v5.10.0/node-v5.10.0-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-x86.tar.xz">https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-x64.tar.xz">https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-ppc64le.tar.xz">https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0-sunos-x86.tar.xz">https://nodejs.org/dist/v5.10.0/node-v5.10.0-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0-sunos-x64.tar.xz">https://nodejs.org/dist/v5.10.0/node-v5.10.0-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-armv6l.tar.xz">https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-armv7l.tar.xz">https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-arm64.tar.xz">https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v5.10.0/node-v5.10.0.tar.gz">https://nodejs.org/dist/v5.10.0/node-v5.10.0.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v5.10.0/">https://nodejs.org/dist/v5.10.0/</a><br>
Documentation: <a href="https://nodejs.org/docs/v5.10.0/api/">https://nodejs.org/docs/v5.10.0/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

00407892416649f7567cc20ae6f0c091650dee6186fe58eb33d2bd886f276799  node-v5.10.0-darwin-x64.tar.gz
32bb55aa33da388e0ffb653678b1598511a12e9664ff42ff80e9072e75cbad3a  node-v5.10.0-darwin-x64.tar.xz
726c61ca135198ef238078ab4f4f5a7ccd1980d049f08f2e1f2dd767c510f000  node-v5.10.0-headers.tar.gz
ab520da8a88f00cdab394eb2064a293ab549f44d91f03cf3c20b671cfee48834  node-v5.10.0-headers.tar.xz
df88803bda234b32240906b620315c8f6d6200332047a88cb0ec83009cf25dd5  node-v5.10.0-linux-arm64.tar.gz
bee70770110caa640bc56d3da40a80de8a5c0f5c2bfc8b7363b9372c0a321faa  node-v5.10.0-linux-arm64.tar.xz
019a257faa5eebf6304686dfeffdbcb4c22f0547aa366f6e563aad39ab1b1ab1  node-v5.10.0-linux-armv6l.tar.gz
a9b085d19b8abac65ffa245d2959c2ff697b3a26b904be964a0b3c797c1e8d24  node-v5.10.0-linux-armv6l.tar.xz
3f7524d3db60175c2323bb2a0a13ad1ca7d47d4ede6f42834b6b8425be70e0a2  node-v5.10.0-linux-armv7l.tar.gz
e2988e55b603d08705137bb26690abe8c870144c5674f8c20a643df8c4833281  node-v5.10.0-linux-armv7l.tar.xz
07058fb1c82e7cd3d21729ab6a5ed5523fdb9f664d975438974668710b7d8ec6  node-v5.10.0-linux-ppc64le.tar.gz
05d9ecab3d2e9e82cd6ca046dcb7389b4e8d322a5ee6acc3948bbbeb0f475180  node-v5.10.0-linux-ppc64le.tar.xz
a458ddab5f8d071c9b4f24ccfa685aedd57ccf7338c3ea0e2b99546cf35a3958  node-v5.10.0-linux-x64.tar.gz
6e6442d1a44a0df0949ef7ade04caf43d994205e65ca57f97303b6462fa90377  node-v5.10.0-linux-x64.tar.xz
e884f070542f49f577fd9785f09cf7734e6c2107d23b6c1b58453d43183c5ec0  node-v5.10.0-linux-x86.tar.gz
fa3d63bfc2e6497b8ce5c5d7d6cde69e36669b246f2fe6ad0811ce76bf1d70d6  node-v5.10.0-linux-x86.tar.xz
581fda48da967e8f5d3ba5ea5e1f6e12e689b91ee26393f398ab261dfe1fcfd2  node-v5.10.0.pkg
78017489238f8ac86176079d1aa73cd8c40849f410d705080e00345512de8c93  node-v5.10.0-sunos-x64.tar.gz
94f1963a760a2b874baafd856b610708dfcdf857bd6423b7f613c53384ee8ce7  node-v5.10.0-sunos-x64.tar.xz
f9540debe8a396158f21a47f275d2fff564b42193f6621960d04c959e8ac5cc3  node-v5.10.0-sunos-x86.tar.gz
202afe2bae1fa483ded7e6317af7a1445ab01f6cb390b32d8ba1473920bc231f  node-v5.10.0-sunos-x86.tar.xz
8faeb9af5bde641b6e5dfae32bfa99253df2bccf59cf8a62162760026411762b  node-v5.10.0.tar.gz
e3cc8e84b38b2d86ddf802f690eacabd97f5e32d37b9c70e19ecfdd2bef6e13a  node-v5.10.0.tar.xz
d2c6cf6664e8fdb01d7078dd25191149ba44f6f2b4b5b2e441d2a25b1db12809  node-v5.10.0-x64.msi
b807fb855048df7cae320aa55c4eca902a745dafc96571f720d9d3e1c129bd97  node-v5.10.0-x86.msi
a37a8698d74a0204de958e53f1c44b158f0e46719664f2bdd195c3538b0ecacb  win-x64/node.exe
7563f3c29e4b66a885dfaa9e3023eaec316dfb0e5cdbc98c1a8c09aa1049e759  win-x64/node.lib
878b6c8a10622966a11dae7934f72dfb6abbe75896a21bd277acaa4076473187  win-x86/node.exe
dc50c17be9a65d8e49939f497d73b7cb8b785c5aac5b20c28dc35dd286113064  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQIcBAEBCgAGBQJW/en1AAoJELY7U1pMIGyp5F0QAKEASK8atK36nh0kVWIEftfo
ttvy73f+6uAIPiTplGuGy8n3z0kh1i9FcEpstJaJnzNVcosZl4tNY1IZfASFHHjt
xrybtRqpVmTR7ocLqEODDtqMNqKH/m+j7yhiGpewuDwSwIoXOM3nCj3axrVKFodV
izYeInTBjIbr7KZmbTlDipLctMJfT7jGCZVR5bVYla5AEL7R9LHtecmDk7j5p3qu
eEjohgAxcazam81LaG5YV6PNdL8wbZ5QmOAeQb47yZh6ZOal+kEtautQMb0N5eea
F5CyFCPthhOuiU+Gg0KVeQI6S2bIq7N0RXPSFuwiXmosBXn57LtXN9Mw6GwXbRoJ
YZQTOpaE20LJ/h3Vi1mx0cS6dRdsj5SaG/ks/q0t16S4Niybys7u7ZofteOThcjV
6suuUM5WHCcfm5N8ABZtINZwth9za0bJkwSN8GhCugCDFWxk89zMnniQ9YIpSbWm
WMN3JMWovyeRgicpje5sXRdBlfv26+FWN2VJ8C65RPQWGQHDm6WNb8ImTrjTqzI6
mwcDfh98qYCVhWQ8laBfaVKweQLR4BhhLJSscFEjhOeu4TlA3ymKRgUvi9XnbX5b
gwqGKpTfmwMzudgxRCqZHtPL1LMR3LGEztTk4mVXvPtr6lefYvIrnzZW2PffTEbS
ZuQFj1HhTZwxX1mx0MpM
=SX5M
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v5.10.0</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v5.10.0</guid><dc:creator><![CDATA[Evan Lucas]]></dc:creator><pubDate>Fri, 01 Apr 2016 03:31:50 GMT</pubDate></item><item><title><![CDATA[Node v4.4.2 (LTS)]]></title><description><![CDATA[<p>This release includes a security update for npm. For more details you can read <a href="https://nodejs.org/en/blog/vulnerability/npm-tokens-leak-march-2016/">this post on our blog</a> written by <a href="https://github.com/othiym23">Forrest L Norvell</a> from npm.</p>
<p><em>Update</em>: The version of npm included in this release did not have the correct version string. As such executing <code>npm -v</code> will report <code>2.15.0</code> rather than <code>2.15.1</code>, which is incorrect. The source code included in this release is in fact the source for <code>2.15.1</code>, including the security fix.</p>
<h3 id="header-notable-changes">Notable Changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>https</strong>:<ul>
<li>Under certain conditions ssl sockets may have been causing a memory leak when keepalive is enabled. This is no longer the case. (Alexander Penev) <a href="https://github.com/nodejs/node/pull/5713">#5713</a></li>
</ul>
</li>
<li><strong>lib</strong>:<ul>
<li>The way that we were internally passing arguments was causing a potential leak. By copying the arguments into an array we can avoid this. (Nathan Woltman) <a href="https://github.com/nodejs/node/pull/4361">#4361</a></li>
</ul>
</li>
<li><strong>npm</strong>: <ul>
<li>Upgrade to v2.15.1. Fixes a security flaw in the use of authentication tokens in HTTP requests that would allow an attacker to set up a server that could collect tokens from users of the command-line interface. Authentication tokens have previously been sent with every request made by the CLI for logged-in users, regardless of the destination of the request. This update fixes this by only including those tokens for requests made against the registry or registries used for the current install. (Forrest L Norvell)</li>
</ul>
</li>
<li><strong>repl</strong>:<ul>
<li>Previously if you were using the repl in strict mode the column number would be wrong in a stack trace. This is no longer an issue. (Prince J Wesley) <a href="https://github.com/nodejs/node/pull/5416">#5416</a></li>
</ul>
</li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/96e163a79f"><code>96e163a79f</code></a>] - <strong>buffer</strong>: changing let in for loops back to var (Gareth Ellis) <a href="https://github.com/nodejs/node/pull/5819">#5819</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0c6f6742f2"><code>0c6f6742f2</code></a>] - <strong>console</strong>: check that stderr is writable (Rich Trott) <a href="https://github.com/nodejs/node/pull/5635">#5635</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/55c3f804c4"><code>55c3f804c4</code></a>] - <strong>deps</strong>: upgrade npm in LTS to 2.15.1 (Forrest L Norvell)</li>
<li>[<a href="https://github.com/nodejs/node/commit/1d0e4a987d"><code>1d0e4a987d</code></a>] - <strong>deps</strong>: remove unused openssl files (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5619">#5619</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d55599f4d8"><code>d55599f4d8</code></a>] - <strong>dns</strong>: use template literals (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5809">#5809</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/42bbdc9dd1"><code>42bbdc9dd1</code></a>] - <strong>doc</strong> Add @mhdawson back to the CTC (James M Snell) <a href="https://github.com/nodejs/node/pull/5633">#5633</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8d86d232e7"><code>8d86d232e7</code></a>] - <strong>doc</strong>: typo: interal-&gt;internal. (Corey Kosak) <a href="https://github.com/nodejs/node/pull/5849">#5849</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/60ddab841e"><code>60ddab841e</code></a>] - <strong>doc</strong>: add instructions to only sign a release (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5876">#5876</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/040263e0f3"><code>040263e0f3</code></a>] - <strong>doc</strong>: grammar, clarity and links in timers doc (Bryan English) <a href="https://github.com/nodejs/node/pull/5792">#5792</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8c24bd25a6"><code>8c24bd25a6</code></a>] - <strong>doc</strong>: fix order of end tags of list after heading (firedfox) <a href="https://github.com/nodejs/node/pull/5874">#5874</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7c837028da"><code>7c837028da</code></a>] - <strong>doc</strong>: use consistent event name parameter (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5850">#5850</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/20faf9097d"><code>20faf9097d</code></a>] - <strong>doc</strong>: explain error message on missing main file (Wolfgang Steiner) <a href="https://github.com/nodejs/node/pull/5812">#5812</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/79d26ae196"><code>79d26ae196</code></a>] - <strong>doc</strong>: explain path.format expected properties (John Eversole) <a href="https://github.com/nodejs/node/pull/5801">#5801</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e43e8e3a31"><code>e43e8e3a31</code></a>] - <strong>doc</strong>: add a cli options doc page (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5787">#5787</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c0a24e4a1d"><code>c0a24e4a1d</code></a>] - <strong>doc</strong>: fix multiline return comments in querystring (Claudio Rodriguez) <a href="https://github.com/nodejs/node/pull/5705">#5705</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bf1fe4693c"><code>bf1fe4693c</code></a>] - <strong>doc</strong>: Add windows example for Path.format (Mithun Patel) <a href="https://github.com/nodejs/node/pull/5700">#5700</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3b8fc4fddc"><code>3b8fc4fddc</code></a>] - <strong>doc</strong>: update crypto docs to use good defaults (Bill Automata) <a href="https://github.com/nodejs/node/pull/5505">#5505</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a6ec8a6cb7"><code>a6ec8a6cb7</code></a>] - <strong>doc</strong>: fix crypto update() signatures (Brian White) <a href="https://github.com/nodejs/node/pull/5500">#5500</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/eb0ed46665"><code>eb0ed46665</code></a>] - <strong>doc</strong>: reformat &amp; improve node.1 manual page (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5497">#5497</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b70ca4a4b4"><code>b70ca4a4b4</code></a>] - <strong>doc</strong>: updated fs #5862 removed irrelevant data in fs.markdown (topal) <a href="https://github.com/nodejs/node/pull/5877">#5877</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/81876612f7"><code>81876612f7</code></a>] - <strong>https</strong>: fix ssl socket leak when keepalive is used (Alexander Penev) <a href="https://github.com/nodejs/node/pull/5713">#5713</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6daebdbd9b"><code>6daebdbd9b</code></a>] - <strong>lib</strong>: simplify code with String.prototype.repeat() (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5359">#5359</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/108fc90dd7"><code>108fc90dd7</code></a>] - <strong>lib</strong>: reduce usage of <code>self = this</code> (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5231">#5231</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3c8e59c396"><code>3c8e59c396</code></a>] - <strong>lib</strong>: copy arguments object instead of leaking it (Nathan Woltman) <a href="https://github.com/nodejs/node/pull/4361">#4361</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8648420586"><code>8648420586</code></a>] - <strong>net</strong>: make <code>isIPv4</code> and <code>isIPv6</code> more efficient (Vladimir Kurchatkin) <a href="https://github.com/nodejs/node/pull/5478">#5478</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/07b7172d76"><code>07b7172d76</code></a>] - <strong>net</strong>: remove unused <code>var self = this</code> from old code (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5224">#5224</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/acbce4b72b"><code>acbce4b72b</code></a>] - <strong>repl</strong>: fix stack trace column number in strict mode (Prince J Wesley) <a href="https://github.com/nodejs/node/pull/5416">#5416</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0a1eb168e0"><code>0a1eb168e0</code></a>] - <strong>test</strong>: fix <code>test-cluster-worker-kill</code> (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5814">#5814</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/86b876fe7b"><code>86b876fe7b</code></a>] - <strong>test</strong>: smaller chunk size for smaller person.jpg (Jérémy Lal) <a href="https://github.com/nodejs/node/pull/5813">#5813</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1135ee97e7"><code>1135ee97e7</code></a>] - <strong>test</strong>: strip non-free icc profile from person.jpg (Jérémy Lal) <a href="https://github.com/nodejs/node/pull/5813">#5813</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0836d7e2fb"><code>0836d7e2fb</code></a>] - <strong>test</strong>: fix flaky test-cluster-shared-leak (Claudio Rodriguez) <a href="https://github.com/nodejs/node/pull/5802">#5802</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e57355c2f4"><code>e57355c2f4</code></a>] - <strong>test</strong>: make test-net-connect-options-ipv6.js better (Michael Dawson) <a href="https://github.com/nodejs/node/pull/5791">#5791</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1b266fc15c"><code>1b266fc15c</code></a>] - <strong>test</strong>: remove the use of curl in the test suite (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5750">#5750</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7e45d4f076"><code>7e45d4f076</code></a>] - <strong>test</strong>: minimize test-http-get-pipeline-problem (Rich Trott) <a href="https://github.com/nodejs/node/pull/5728">#5728</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/78effc3484"><code>78effc3484</code></a>] - <strong>test</strong>: add batch of known issue tests (cjihrig) <a href="https://github.com/nodejs/node/pull/5653">#5653</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d506eea4b7"><code>d506eea4b7</code></a>] - <strong>test</strong>: improve test-npm-install (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5613">#5613</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7520100e8b"><code>7520100e8b</code></a>] - <strong>test</strong>: add test-npm-install to parallel tests suite (Myles Borins) <a href="https://github.com/nodejs/node/pull/5166">#5166</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b258dddb8c"><code>b258dddb8c</code></a>] - <strong>test</strong>: repl tab completion test (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5534">#5534</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f209effe8b"><code>f209effe8b</code></a>] - <strong>test</strong>: remove timer from test-http-1.0 (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5129">#5129</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3a901b0e3e"><code>3a901b0e3e</code></a>] - <strong>tools</strong>: remove unused imports (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/5765">#5765</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2-x86.msi">https://nodejs.org/dist/v4.4.2/node-v4.4.2-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2-x64.msi">https://nodejs.org/dist/v4.4.2/node-v4.4.2-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.2/win-x86/node.exe">https://nodejs.org/dist/v4.4.2/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.2/win-x64/node.exe">https://nodejs.org/dist/v4.4.2/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2.pkg">https://nodejs.org/dist/v4.4.2/node-v4.4.2.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2-darwin-x64.tar.gz">https://nodejs.org/dist/v4.4.2/node-v4.4.2-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-x86.tar.xz">https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-x64.tar.xz">https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-ppc64le.tar.xz">https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2-sunos-x86.tar.xz">https://nodejs.org/dist/v4.4.2/node-v4.4.2-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2-sunos-x64.tar.xz">https://nodejs.org/dist/v4.4.2/node-v4.4.2-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-armv6l.tar.xz">https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-armv7l.tar.xz">https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-arm64.tar.xz">https://nodejs.org/dist/v4.4.2/node-v4.4.2-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v4.4.2/node-v4.4.2.tar.gz">https://nodejs.org/dist/v4.4.2/node-v4.4.2.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v4.4.2/">https://nodejs.org/dist/v4.4.2/</a><br>
Documentation: <a href="https://nodejs.org/docs/v4.4.2/api/">https://nodejs.org/docs/v4.4.2/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

a143d6c71c9f1d1827d4cde1086611fb41d4909247377b8539a7129e1bf8266b  node-v4.4.2-darwin-x64.tar.gz
2407261b3829b83b06ad285af1aaa5198b9c69f6efb93ca493ffb42344f219fe  node-v4.4.2-darwin-x64.tar.xz
6b2ec4064900a8c39357ca7bdd7863587d749dcad1e4735df0de402400142cbb  node-v4.4.2-headers.tar.gz
8dc001e4b78073c567eb4c345a5d50bb3d9f9dfe6a4b5f99ba4ca9cadd0a7e52  node-v4.4.2-headers.tar.xz
be881df65ff29ffbec47a14e082800c150d4a9238d1c137ff18cf7c28fafa987  node-v4.4.2-linux-arm64.tar.gz
a15d77d084b954c96d0fbb12e97afc988bfd1f9c0e386ad52e0805f6422db783  node-v4.4.2-linux-arm64.tar.xz
c574a381e5955c724bf39ff93814882e8f5218293b8c4210ccfafbda06fc4200  node-v4.4.2-linux-armv6l.tar.gz
d139f9ba6c18a55a9549b75d5b384ee4a7e7b379bf36e8077d33e27d5ee6e7fd  node-v4.4.2-linux-armv6l.tar.xz
f243f42bbab4757b3881a26e7ac3af4a1ec6d0f5edc1e4415e69768e94cd1389  node-v4.4.2-linux-armv7l.tar.gz
03bcb820c7f1fea145675a9b632e35b58211cb3dae202f9347eae007386ca1e7  node-v4.4.2-linux-armv7l.tar.xz
035d202d02ac965618d99ec5c8680aba1ea41f6114caf720a160fe23405809b5  node-v4.4.2-linux-ppc64le.tar.gz
cd6e96898fcc1b8e98177d6de3e58904431db5c9ca75a68b08558d5c8f166ab9  node-v4.4.2-linux-ppc64le.tar.xz
b4a44dbe528520397621aad76168bdfd50cdb96fb1f15e99358263f6400c33d2  node-v4.4.2-linux-x64.tar.gz
003a8dcb3c267b9f268e9443ee2ae381bceaebee1cb438688cd52122591c9b56  node-v4.4.2-linux-x64.tar.xz
0c2bdf6fed204c6b9bddd7f839f49010cf9b484986f820e20d4f7abb01d8ee9d  node-v4.4.2-linux-x86.tar.gz
3787dc1a9dd6f65a32f9cc435c6c7d04bc3580ac03ce38246734bfdcdef94ea9  node-v4.4.2-linux-x86.tar.xz
5d115f4d561f92c6b26f40e7d0217e99e4255e2051337bca15489c39597d05ba  node-v4.4.2.pkg
006ef87af910bb5b0d78d65d2b979125a6b1049d56dc26088c9cb9deb6a16986  node-v4.4.2-sunos-x64.tar.gz
c66c35ea9b3594475eac67b213bb87f3ac867a953b5202c70433bc318de1369d  node-v4.4.2-sunos-x64.tar.xz
13da507b8ecd88598080c63a63c77efc83e04c8454f4070389c4472d512ced48  node-v4.4.2-sunos-x86.tar.gz
6e9e382fca253b6032881cad42a7e7380f7efd7a169b4df56aba990613a6404f  node-v4.4.2-sunos-x86.tar.xz
ae91cb0a31f87b5b13bb2665178845d99abf1037dc3636fa88f442b4a4c65297  node-v4.4.2.tar.gz
49051fd930e36181509dc8fcf584fc01971083b6bf9e14f2bbec49cc9c4224e9  node-v4.4.2.tar.xz
70bab3f8412f341d8ed2f2fd98904270aba650262f947084dbc5b1e7e6d98692  node-v4.4.2-x64.msi
3f16ed3b83d893b8d594e252fbe2512806141d078afd66440afd63cd00f562f8  node-v4.4.2-x86.msi
133e73a2b7a231e78cfa5802ae301de64e9b1bcfbe7e46e49a930b6b6f08c222  win-x64/node.exe
c258cd572a3120e940671c4728041bc1e34fe1e2287e73c358dccb41f959191b  win-x64/node.lib
79f633a85f6c06b923b2283d7f6b8a869d4cf0f66ef95464c19e67d575d204bc  win-x86/node.exe
b2a4e0057b5bca1a5b089d1faa92f23718359442f1bd072dac2c9d7b0bd71199  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----

iQEcBAEBAgAGBQJW/dEwAAoJEJM7AfQLXKlGMW8H/Aj8PhN/66SYqG3LH2UCffmh
rlsc9R265TU5m9WJA6AuXOa5cY5rIdWiucp9wzc5nX/y8imSmy7bCNui2Ar0McDN
VKIlzcUhsa4TG0b1LihF5NUbNDwpFjandbMVHMPoo4KPYYd5IbxEIDjGj6ysktRl
D7w/cUXihLTWm8Ucda1IKGBDt28e4zSSz1bYUBPcw0AKc9KJzTWth0ikqRWLNxXB
aSJWflrDatBvghtTOtXNrGmnlcn2dLDOD44a9gqTkFBdQg1CfHchFCHpG7+TIAHZ
kUMFGcEvH3tj27YFn7iyfUIlGUezwI+fuS52HN6BU3alO0JWCmQmGNr/Z6uL4Ew=
=+gcT
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v4.4.2</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v4.4.2</guid><dc:creator><![CDATA[Myles Borins]]></dc:creator><pubDate>Fri, 01 Apr 2016 01:47:06 GMT</pubDate></item><item><title><![CDATA[Node v0.12.13 (LTS)]]></title><description><![CDATA[<p><strong>This is a security release</strong>, upgrading the bundled version of npm due to a credentials leak vulnerability. Further information can be found in our post: <a href="http://nodejs.org/en/blog/vulnerability/npm-tokens-leak-march-2016/">http://nodejs.org/en/blog/vulnerability/npm-tokens-leak-march-2016/</a></p>
<p>Node.js v0.12.13 will be the <strong>final Active-LTS release for the v0.12 release line</strong>, from next month, v0.12 moves in to Maintenance. This change impacts on the types of changes that will be accepted in to v0.12 releases, restricting them primarily to critical security and stability fixes. v0.12 will remain supported until the end of 2016 but it is important that you begin planning your move to a new release line as soon as possible. <strong>v4 (LTS &quot;Argon&quot;)</strong> is recommended at this stage.</p>
<p><strong>Update</strong>: <strong>the version of npm included in this release does not have the correct version string</strong>. As such executing <code>npm -v</code> will report <code>2.15.0</code> rather than <code>2.15.1</code>, which is incorrect. The source code included in this release is in fact the source for <code>2.15.1</code>, including the security fix.</p>
<h3 id="header-notable-changes">Notable changes:<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>npm</strong>: Upgrade to v2.15.1. Fixes a security flaw in the use of authentication tokens in HTTP requests that would allow an attacker to set up a server that could collect tokens from users of the command-line interface. Authentication tokens have previously been sent with every request made by the CLI for logged-in users, regardless of the destination of the request. This update fixes this by only including those tokens for requests made against the registry or registries used for the current install. (Forrest L Norvell) <a href="https://github.com/nodejs/node/pull/5967">https://github.com/nodejs/node/pull/5967</a></li>
<li><strong>openssl</strong>: OpenSSL v1.0.1s disables the EXPORT and LOW ciphers as they are obsolete and not considered safe. This release of Node.js turns on <code>OPENSSL_NO_WEAK_SSL_CIPHERS</code> to fully disable the 27 ciphers included in these lists which can be used in SSLv3 and higher. Full details can be found in our LTS discussion on the matter (<a href="https://github.com/nodejs/LTS/issues/85">https://github.com/nodejs/LTS/issues/85</a>). (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/5712">https://github.com/nodejs/node/pull/5712</a></li>
</ul>
<p>Commits:</p>
<ul>
<li>[2ce29165a1] - deps: upgrade npm in LTS to 2.15.1 (Forrest L Norvell)</li>
<li>[a115779026] - deps: Disable EXPORT and LOW ciphers in openssl (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/5712">https://github.com/nodejs/node/pull/5712</a></li>
<li>[ab907eb5a8] - test: skip cluster-disconnect-race on Windows (Gibson Fahnestock) <a href="https://github.com/nodejs/node/pull/5621">https://github.com/nodejs/node/pull/5621</a></li>
<li>[9c06db7444] - test: change tls tests not to use LOW cipher (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/5712">https://github.com/nodejs/node/pull/5712</a></li>
<li>[154098a3dc] - test: bp fix for test-http-get-pipeline-problem.js (Michael Dawson) <a href="https://github.com/nodejs/node/pull/3013">https://github.com/nodejs/node/pull/3013</a></li>
<li>[ff2bed6e86] - win,build: support Visual C++ Build Tools 2015 (João Reis) <a href="https://github.com/nodejs/node/pull/5627">https://github.com/nodejs/node/pull/5627</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v0.12.13/node-v0.12.13-x86.msi">https://nodejs.org/dist/v0.12.13/node-v0.12.13-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v0.12.13/x64/node-v0.12.13-x64.msi">https://nodejs.org/dist/v0.12.13/x64/node-v0.12.13-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v0.12.13/node.exe">https://nodejs.org/dist/v0.12.13/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v0.12.13/x64/node.exe">https://nodejs.org/dist/v0.12.13/x64/node.exe</a><br>
Mac OS X Universal Installer: <a href="https://nodejs.org/dist/v0.12.13/node-v0.12.13.pkg">https://nodejs.org/dist/v0.12.13/node-v0.12.13.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v0.12.13/node-v0.12.13-darwin-x64.tar.gz">https://nodejs.org/dist/v0.12.13/node-v0.12.13-darwin-x64.tar.gz</a><br>
Mac OS X 32-bit Binary: <a href="https://nodejs.org/dist/v0.12.13/node-v0.12.13-darwin-x86.tar.gz">https://nodejs.org/dist/v0.12.13/node-v0.12.13-darwin-x86.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v0.12.13/node-v0.12.13-linux-x86.tar.gz">https://nodejs.org/dist/v0.12.13/node-v0.12.13-linux-x86.tar.gz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v0.12.13/node-v0.12.13-linux-x64.tar.gz">https://nodejs.org/dist/v0.12.13/node-v0.12.13-linux-x64.tar.gz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v0.12.13/node-v0.12.13-sunos-x86.tar.gz">https://nodejs.org/dist/v0.12.13/node-v0.12.13-sunos-x86.tar.gz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v0.12.13/node-v0.12.13-sunos-x64.tar.gz">https://nodejs.org/dist/v0.12.13/node-v0.12.13-sunos-x64.tar.gz</a><br>
Source Code: <a href="https://nodejs.org/dist/v0.12.13/node-v0.12.13.tar.gz">https://nodejs.org/dist/v0.12.13/node-v0.12.13.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v0.12.13/">https://nodejs.org/dist/v0.12.13/</a><br>
Documentation: <a href="https://nodejs.org/docs/v0.12.13/api/">https://nodejs.org/docs/v0.12.13/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

b6e84fce06882ec5da0870d7ed7b70541d9de505e767dc2fbd9605518d27d869  node.exe
efbee64b1c5602f1ef50a26358e3a007c79892070b4500df4c3454635ce4fd9b  node.exp
4edacd81a4df404cded210d35b2fbd28835f2b849bc43dad89252e4f3f2a0a59  node.lib
9a6ef0d67a661253cbdb3fc92f99c5d06e569f6db86407f34df0e47b7a7e923f  node.pdb
e842a8eb8b7658d177675de9d054de4d7fb7d6c77edfcda7d83adb95b029bf3d  node-v0.12.13-darwin-x64.tar.gz
41d2f04872c1c1079856be475bdbdee5c63ac227cc2c08b94a6b48bac0469a2d  node-v0.12.13-darwin-x64.tar.xz
8ecdcd3b29ef0d3264bb48c0834bc024016d19a8f5c040fa6b51328191f39a60  node-v0.12.13-darwin-x86.tar.gz
33aeb892d0d0c044cc2dbfba4a234821ea9dcb09d4310e5b15fe0752d8b87e98  node-v0.12.13-darwin-x86.tar.xz
bf6a8de61b08935e91ac345e2dcd54c95d1def963b5db9a8bb33cf75963e13e6  node-v0.12.13-headers.tar.gz
19f6106b69a442da72ae9cf7f8ca9cef75d9a19348bd8c378ce1df50dad258b3  node-v0.12.13-headers.tar.xz
3e8b6ee32fc9a726bfe6f3961bcccf3d2b6d0ddd68326abb4434039f16e10f09  node-v0.12.13-linux-x64.tar.gz
6953bdca60cb703551d04078090a3347a0a8a820fded61bfb94005462251a7f2  node-v0.12.13-linux-x64.tar.xz
8300b9cbe363bf2a5fd987e7d05a88cb60842ad5b0ea6cbf3f4342eef547feed  node-v0.12.13-linux-x86.tar.gz
5618b0987a3b214c063578aa4e1905ba49ea2546894dd1b3277f659a3d563d03  node-v0.12.13-linux-x86.tar.xz
ca6395291862af79808b42d91a6f6e2ab7ec7ca5187c6de13d9a2cc2b47956f8  node-v0.12.13.pkg
9b40e2b657e560901c6cccf3c93d01a5055cb4d011ccfefe1b977dae7935ea42  node-v0.12.13-sunos-x64.tar.gz
961be780775a91b453c260aca11c4ea24ce64b077ac3ee0970c0faa418a8c865  node-v0.12.13-sunos-x64.tar.xz
83f862b0383ba6c9a15f32a043de48288b087c0f368117eac36d66779491a910  node-v0.12.13-sunos-x86.tar.gz
15eca8c6c3aa8b2e2262b77c6047be97802b5fd6f2e23d73bf0a3daa856cae4f  node-v0.12.13-sunos-x86.tar.xz
0a972ed6442cb526aa7aa1bcb10aa536b65bd90ab4956b5a1aa51b4b7bb071bd  node-v0.12.13.tar.gz
d0a4ebff052016c81184b6b880009f299263fc1a2f2bca35483b67bb886c6556  node-v0.12.13.tar.xz
03502f5cf6d3c6b8dc112558219af0ceba6af5793e1fb8139a6567780eded07d  node-v0.12.13-x86.msi
4288ca4a92e3b79365b4be8fe5bc2d34066db7f1027dbcdfe42b7350eb5e1363  openssl-cli.exe
5588b16ed5e0ad2ddd7b025353922bcedd7567fde3680175dee78046debcdfcd  openssl-cli.pdb
75c0fc30a9454cecd40f43b3da8060eff1d22b1e7e2616afd9625678026a3880  x64/node.exe
fc6a706dda6b96c4c3da96107b48580c4e5c9327667d5234c033f68ae5f54215  x64/node.exp
8bf8cf62ef9629fd686008233fe5a97dff0b093f81cc2979aae9f1490f4b499d  x64/node.lib
71396d3e53c3cfa93e95f81b464f7acd97d1e2454f2bfa7c0a9c407ada2bf18b  x64/node.pdb
0c77dedd115776b7c5e1661a1c9c3ecc4cb5a119820b0919d190ba8fe15137f4  x64/node-v0.12.13-x64.msi
d1ee99c0c37c7ac017725ec69169beba8d9358af9ba61ed0cf3e058cd3dfd224  x64/openssl-cli.exe
7c6ebb541559eedf977109418f017bf035567936efee6f576516580a52a73a3b  x64/openssl-cli.pdb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJW/bxoAAoJEMJzeS99g1Rd258H/Rj9sMrQ7HNLrLJdEGHr7rqW
vxfmkHHX3dWS8IqrsoupeskSJeW4YLW8tB5MYKDJiU5hsjwPR6it4oDs8xvxmsaG
UrZiTqTiFGNJ0Q6atxcBvkKJ0bUKGmyg9sHnFG1YbrfXryAG7usy1Ko2lzrh4WUt
e8FokEoOMVYySJQxg+V8MrrNXwW3T9qPlW3cnPC3lTYS1wh9nTQgBeb8DnWaSMdD
lkE8AmCbsM3KSM5qADbOEgjBP9VGJhFCBAtl5LZjlXs7/fca3GTCfTqPrqI4+pSn
Qlv+t2nQMn5hd1U9oiROKrneVwMQwMBmRjx8m6c4dQ0rpm4paYrp/H2snfW2LHw=
=Gzpx
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v0.12.13</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v0.12.13</guid><dc:creator><![CDATA[Rod Vagg]]></dc:creator><pubDate>Fri, 01 Apr 2016 00:12:07 GMT</pubDate></item><item><title><![CDATA[Node v5.9.1 (Current)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>buffer</strong>: Now properly throws <code>RangeError</code>s on out-of-bounds writes (Matt Loring) <a href="https://github.com/nodejs/node/pull/5605">#5605</a>.<ul>
<li>This effects <code>write{Float|Double}</code> when the <code>noAssert</code> option is not used.</li>
</ul>
</li>
<li><strong>timers</strong>:<ul>
<li>Returned timeout objects now have a <code>Timeout</code> constructor name (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5793">#5793</a>.</li>
<li>Performance of <code>Immediate</code> processing is now ~20-40% faster (Brian White) <a href="https://github.com/nodejs/node/pull/4169">#4169</a>.</li>
</ul>
</li>
<li><strong>vm</strong>: Fixed a contextify regression introduced in v5.9.0 (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/5800">#5800</a>.</li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/341b3d01c8"><code>341b3d01c8</code></a>] - <strong>benchmark</strong>: fix linting errors (Rich Trott) <a href="https://github.com/nodejs/node/pull/5840">#5840</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/72fb796bed"><code>72fb796bed</code></a>] - <strong>buffer</strong>: throw range error before truncating write (Matt Loring) <a href="https://github.com/nodejs/node/pull/5605">#5605</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c5d83695e1"><code>c5d83695e1</code></a>] - <strong>contextify</strong>: tie lifetimes of context &amp; sandbox (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/5800">#5800</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ae24d05451"><code>ae24d05451</code></a>] - <strong>deps</strong>: remove unused openssl files (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5619">#5619</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/54abbe7e6f"><code>54abbe7e6f</code></a>] - <strong>dns</strong>: use template literals (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5809">#5809</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3fef69bf15"><code>3fef69bf15</code></a>] - <strong>dns</strong>: use isIp consistently (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5804">#5804</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d2d0fe9d34"><code>d2d0fe9d34</code></a>] - <strong>doc</strong>: update crypto docs to use good defaults (Bill Automata) <a href="https://github.com/nodejs/node/pull/5505">#5505</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1631f06477"><code>1631f06477</code></a>] - <strong>doc</strong>: add CTC meeting minutes 2016-02-10 (Rod Vagg) <a href="https://github.com/nodejs/node/pull/5273">#5273</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7ab597d646"><code>7ab597d646</code></a>] - <strong>doc</strong>: add CTC meeting minutes 2016-02-03 (Rod Vagg) <a href="https://github.com/nodejs/node/pull/5272">#5272</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e20d0b8802"><code>e20d0b8802</code></a>] - <strong>doc</strong>: explain error message on missing main file (Wolfgang Steiner) <a href="https://github.com/nodejs/node/pull/5812">#5812</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e99082e32d"><code>e99082e32d</code></a>] - <strong>doc</strong>: add a cli options doc page (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5787">#5787</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0ffd794b27"><code>0ffd794b27</code></a>] - <strong>doc</strong>: Add windows example for Path.format (Mithun Patel) <a href="https://github.com/nodejs/node/pull/5700">#5700</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f53cc37578"><code>f53cc37578</code></a>] - <strong>doc</strong>: grammar, clarity and links in timers doc (Bryan English) <a href="https://github.com/nodejs/node/pull/5792">#5792</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3ada8cc09a"><code>3ada8cc09a</code></a>] - <strong>doc</strong>: align doc/api/tls.markdown with style guide (Stefano Vozza) <a href="https://github.com/nodejs/node/pull/5706">#5706</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5d28ce3942"><code>5d28ce3942</code></a>] - <strong>doc</strong>: topic blocking vs non-blocking (Jarrett Widman) <a href="https://github.com/nodejs/node/pull/5326">#5326</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d9b4e15f75"><code>d9b4e15f75</code></a>] - <strong>doc</strong>: fix typo in synchronous randomBytes example (Andrea Giammarchi) <a href="https://github.com/nodejs/node/pull/5781">#5781</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d8318c2226"><code>d8318c2226</code></a>] - <strong>doc</strong>: fix crypto update() signatures (Brian White) <a href="https://github.com/nodejs/node/pull/5500">#5500</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/15c5662959"><code>15c5662959</code></a>] - <strong>doc</strong>: fix multiline return comments in querystring (Claudio Rodriguez) <a href="https://github.com/nodejs/node/pull/5705">#5705</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/75f723c0aa"><code>75f723c0aa</code></a>] - <strong>doc</strong>: fix invalid path doc comments (Rich Trott) <a href="https://github.com/nodejs/node/pull/5670">#5670</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/724b87d75c"><code>724b87d75c</code></a>] - <strong>doc</strong>: explain path.format() algorithm (Rich Trott) <a href="https://github.com/nodejs/node/pull/5688">#5688</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/89df17ed0b"><code>89df17ed0b</code></a>] - <strong>doc</strong>: fix return value of write methods (Felix Böhm) <a href="https://github.com/nodejs/node/pull/5736">#5736</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5ab51ee151"><code>5ab51ee151</code></a>] - <strong>doc</strong>: reformat &amp; improve node.1 manual page (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5497">#5497</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f34a00cee2"><code>f34a00cee2</code></a>] - <strong>docs</strong>: fix man pages link if tok type is code (Mithun Patel) <a href="https://github.com/nodejs/node/pull/5721">#5721</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3bff3111f4"><code>3bff3111f4</code></a>] - <strong>https</strong>: fix ssl socket leak when keepalive is used (Alexander Penev) <a href="https://github.com/nodejs/node/pull/5713">#5713</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7b21c09b73"><code>7b21c09b73</code></a>] - <strong>lib</strong>: simplify code with String.prototype.repeat() (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5359">#5359</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c75f97f43b"><code>c75f97f43b</code></a>] - <strong>lib</strong>: reduce usage of <code>self = this</code> (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5231">#5231</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1ccf9b4a56"><code>1ccf9b4a56</code></a>] - <strong>net</strong>: remove unused <code>var self = this</code> from old code (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5224">#5224</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6e5835b8cd"><code>6e5835b8cd</code></a>] - <strong>path</strong>: refactor path.format() repeated code (Rich Trott) <a href="https://github.com/nodejs/node/pull/5673">#5673</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/15c7b3a127"><code>15c7b3a127</code></a>] - <strong>src,tools</strong>: use template literals (Rich Trott) <a href="https://github.com/nodejs/node/pull/5778">#5778</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ca971b0d77"><code>ca971b0d77</code></a>] - <strong>test</strong>: smaller chunk size for smaller person.jpg (Jérémy Lal) <a href="https://github.com/nodejs/node/pull/5813">#5813</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f95fc175eb"><code>f95fc175eb</code></a>] - <strong>test</strong>: strip non-free icc profile from person.jpg (Jérémy Lal) <a href="https://github.com/nodejs/node/pull/5813">#5813</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7c2c7b0577"><code>7c2c7b0577</code></a>] - <strong>test</strong>: remove timer from test-http-1.0 (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5129">#5129</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/70512e51a4"><code>70512e51a4</code></a>] - <strong>test</strong>: repl tab completion test (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5534">#5534</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/89f091d621"><code>89f091d621</code></a>] - <strong>test</strong>: make test-net-connect-options-ipv6.js better (Michael Dawson) <a href="https://github.com/nodejs/node/pull/5791">#5791</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d2fa64490f"><code>d2fa64490f</code></a>] - <strong>test</strong>: fix <code>test-cluster-worker-kill</code> (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5814">#5814</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f0d885a0a9"><code>f0d885a0a9</code></a>] - <strong>test</strong>: fix flaky test-cluster-shared-leak (Claudio Rodriguez) <a href="https://github.com/nodejs/node/pull/5802">#5802</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b352cc7db4"><code>b352cc7db4</code></a>] - <strong>test</strong>: minimize test-http-get-pipeline-problem (Rich Trott) <a href="https://github.com/nodejs/node/pull/5728">#5728</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/21770c3806"><code>21770c3806</code></a>] - <strong>test</strong>: reduce brittleness of tab complete test (Matt Loring) <a href="https://github.com/nodejs/node/pull/5772">#5772</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/46f0e02620"><code>46f0e02620</code></a>] - <strong>timers</strong>: fix lint from 4fe02e2 (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5825">#5825</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/20a68e9eef"><code>20a68e9eef</code></a>] - <strong>timers</strong>: give Timeouts a constructor name (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5793">#5793</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d3654d80f3"><code>d3654d80f3</code></a>] - <strong>timers</strong>: improve setImmediate() performance (Brian White) <a href="https://github.com/nodejs/node/pull/4169">#4169</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b1a4870200"><code>b1a4870200</code></a>] - <strong>tools</strong>: remove unused imports (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/5765">#5765</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1-x86.msi">https://nodejs.org/dist/v5.9.1/node-v5.9.1-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1-x64.msi">https://nodejs.org/dist/v5.9.1/node-v5.9.1-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v5.9.1/win-x86/node.exe">https://nodejs.org/dist/v5.9.1/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.1/win-x64/node.exe">https://nodejs.org/dist/v5.9.1/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1.pkg">https://nodejs.org/dist/v5.9.1/node-v5.9.1.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1-darwin-x64.tar.gz">https://nodejs.org/dist/v5.9.1/node-v5.9.1-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-x86.tar.xz">https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-x64.tar.xz">https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-ppc64le.tar.xz">https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1-sunos-x86.tar.xz">https://nodejs.org/dist/v5.9.1/node-v5.9.1-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1-sunos-x64.tar.xz">https://nodejs.org/dist/v5.9.1/node-v5.9.1-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-armv6l.tar.xz">https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-armv7l.tar.xz">https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-arm64.tar.xz">https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v5.9.1/node-v5.9.1.tar.gz">https://nodejs.org/dist/v5.9.1/node-v5.9.1.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v5.9.1/">https://nodejs.org/dist/v5.9.1/</a><br>
Documentation: <a href="https://nodejs.org/docs/v5.9.1/api/">https://nodejs.org/docs/v5.9.1/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

90dbbd2072582f0373a738114131112f3f8a2c7f7f64bbf4991a51d2808d4935  node-v5.9.1-darwin-x64.tar.gz
5e27117f8aa3d684868ac49e808834eff6242a1af3a166bc5dad4f3b175c6845  node-v5.9.1-darwin-x64.tar.xz
fb16ac5bb0c49f7b4de6a93744fee638c55165f8fac88157a324dc358ae24cb5  node-v5.9.1-headers.tar.gz
c79c7d524e47ecc6999bfb2a7243bec55328cae773054eabb0cd169f275f5397  node-v5.9.1-headers.tar.xz
09fd524d987e3c70aed7aa52d21f6448fe06cdd05c627a6de326384b98a3bb0e  node-v5.9.1-linux-arm64.tar.gz
ec748da69f8033df4f1106183637c547148604986c672132fac3f32f1f4faeb2  node-v5.9.1-linux-arm64.tar.xz
755965b20e4fa991072e7bb07937bd3c075b689b10d21161bfb34037dd5c52b9  node-v5.9.1-linux-armv6l.tar.gz
a5ee262f5ffc7146ac4139a9e2fe12a7670d87dce64b14d8a89e38f68272f1e7  node-v5.9.1-linux-armv6l.tar.xz
b4a7880a9906175121a40ff8862009bc2bf80ac2bfd5e0e4aab6d9088b52fe21  node-v5.9.1-linux-armv7l.tar.gz
e6ce828dd85f33b55753ed80e3d9bfc214aff55b37b1bb7ba2bc3a8cdeba3f3a  node-v5.9.1-linux-armv7l.tar.xz
0211aa951355eddadb07ffae0b945b954df7b8ba72231d75d2a8a09335a8f0a6  node-v5.9.1-linux-ppc64le.tar.gz
3cc17c63f5a0390fa94353b927b54f25587ffb7792e4c08949338bd0455c11a9  node-v5.9.1-linux-ppc64le.tar.xz
4b9951e6afd75010f53264fc1a61e2d92ae23a590bbb58fea3e62d6f0104f657  node-v5.9.1-linux-x64.tar.gz
e8da38196c37c07ba922c569356988e01348f48344619b60dc0a1b99c941a3de  node-v5.9.1-linux-x64.tar.xz
749eb56ae38ee0cb4ac659d6de50954a4e57bd2796fda6bc75725f7b98f21887  node-v5.9.1-linux-x86.tar.gz
67d9243af1a5660b2c21e83661dab0f77d2c130cc5d1ffd4eb62e0fae0f6b62b  node-v5.9.1-linux-x86.tar.xz
d2e4c33f7cc5cc379882906e3df9787a7efaec3d9d4eb4076c12211f546e31a1  node-v5.9.1.pkg
17feb55c0ca64d1fb57e7aa54d3226d1b72adc3484c276f3ac040891b566325c  node-v5.9.1-sunos-x64.tar.gz
bd3f22203af80497cb63a6c9c40cd8e317b26c90e83a2b628a083438bf367a14  node-v5.9.1-sunos-x64.tar.xz
8a430122c7ad4271414d3d5b735277d19abe7fc8a3f7d3789630b58908166740  node-v5.9.1-sunos-x86.tar.gz
978aac18aa9c03e8dbaffe3de9d5c15bac3b0b4e5a037579bdff6416c3a1250f  node-v5.9.1-sunos-x86.tar.xz
9bfa882ba832c526add1f939121c79d95b9c592785ec8afe043086a0c7a30c18  node-v5.9.1.tar.gz
668067077dfceb3d2039d0df693fec6aa20b920d01a42b53dc61d4aa91e0ae55  node-v5.9.1.tar.xz
3090c58cc46d6068dfa7947f734e146481fbc6699bf34bff658fe4fe5ad4b75f  node-v5.9.1-x64.msi
73eb560ae88336497ea2e9064b1dc90c336024c652196e48f5f6c5576ab28ea1  node-v5.9.1-x86.msi
d18c47df465b5a59924817c177e3be432495411d5c5cb6e80fc23c3763f17d66  win-x64/node.exe
ac7f227c1aff701cf3e57e2af8fb21b3ddfdbab5808ba8e685f9a9bafd6ebebe  win-x64/node.lib
693a85ac8b474d50b419089e295d56f240827473d102412c1a98edafe243606b  win-x86/node.exe
8d9ca2f0c61715b8539ce9805977adac8bdd1c1049792ed20302ff6d66339727  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQIcBAEBCgAGBQJW8tQZAAoJEEX17r2BPa6OcxgP/0Q1bwH5/ekjnPQK0Mb51s6N
nMEN6GidmijEY7alAIEQvrfIjMo/UCBZEbfKD6oQPwSRqDLxMzmJJWkusezClPWb
kTA8mB4fWy5I9gQO/HOuJTBRXTZuPJKlV3SjeZtFg/9v5wAdjYpxFu3t9Gy9ePAK
pZ9kq67PdLTE2Z25wKqqpPSojR508QEHx6/HH/w/g86FCljkT7hGV1A8t6XZyxtr
NWWEONv7++MZpFHFMHJ4VVi4+BrwR3POC/P93wt36hgKkJ7cfRwrOra9UmgUCpwW
Ym9zKTxvswHxvz+X2957n64lJO6eGGALyMYSmVG+ozBl6tNyj+eyWtPPOKhBsUL5
qMRtAmXm6S3zmGLrSNGw5zvhOvlVLAcxtcgQePLanfMg35RhZSmdbb6+GNVN86hZ
ZzsdCv44STY+7MBdrZ/yN60eVzN6KTYswxLyTJToGHD4rAdwn/0nVHWAB8gveazV
o95ppu04DYTKAww16Qng+OmXzf8MP0AnY7ODgH3XgdkWrLGkFrc7Vz6ZWsjRVf6r
nyNM8l1n0unsQbDCpfmelrb+qhxM3aI1D40QoSyb/Eu19hcaCm0jLhvsYo7vb/bo
WI6pENg0lvKrV+Odt/rTNbFwnvWzQ811JzlLlaRaQFwnRrY4AYEkvz7y3tlqlCLX
IPT3xpC/2VQXkv3s2bbC
=BEhZ
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v5.9.1</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v5.9.1</guid><dc:creator><![CDATA[Jeremiah Senkpiel]]></dc:creator><pubDate>Wed, 23 Mar 2016 17:40:02 GMT</pubDate></item><item><title><![CDATA[Node v4.4.1 (LTS)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable Changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>build</strong>:<ul>
<li>Updated Logos for the OSX + Windows installers<ul>
<li>(Rod Vagg) <a href="https://github.com/nodejs/node/pull/5401">#5401</a></li>
<li>(Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/5531">#5531</a></li>
</ul>
</li>
<li>New option to select your VS Version in the Windows installer<ul>
<li>(julien.waechter) <a href="https://github.com/nodejs/node/pull/4645">#4645</a></li>
</ul>
</li>
<li>Support Visual C++ Build Tools 2015<ul>
<li>(João Reis) <a href="https://github.com/nodejs/node/pull/5627">#5627</a></li>
</ul>
</li>
</ul>
</li>
<li><strong>tools</strong>:<ul>
<li>Gyp now works on OSX without XCode<ul>
<li>(Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/1325">nodejs/node#1325</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/df283f8a03"><code>df283f8a03</code></a>] - <strong>benchmark</strong>: fix linting issues (Rich Trott) <a href="https://github.com/nodejs/node/pull/5773">#5773</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c901741c60"><code>c901741c60</code></a>] - <strong>benchmark</strong>: use strict mode (Rich Trott) <a href="https://github.com/nodejs/node/pull/5773">#5773</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4be2065dbc"><code>4be2065dbc</code></a>] - <strong>benchmark</strong>: refactor to eliminate redeclared vars (Rich Trott) <a href="https://github.com/nodejs/node/pull/5773">#5773</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ddac368533"><code>ddac368533</code></a>] - <strong>benchmark</strong>: fix lint errors (Rich Trott) <a href="https://github.com/nodejs/node/pull/5773">#5773</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/03b20a73b9"><code>03b20a73b9</code></a>] - <strong>benchmark</strong>: add benchmark for buf.compare() (Rich Trott) <a href="https://github.com/nodejs/node/pull/5441">#5441</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b816044845"><code>b816044845</code></a>] - <strong>buffer</strong>: remove duplicated code in fromObject (HUANG Wei) <a href="https://github.com/nodejs/node/pull/4948">#4948</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/067ce9b905"><code>067ce9b905</code></a>] - <strong>build</strong>: don&#39;t install github templates (Johan Bergström) <a href="https://github.com/nodejs/node/pull/5612">#5612</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a1772dc515"><code>a1772dc515</code></a>] - <strong>build</strong>: update Node.js logo on OSX installer (Rod Vagg) <a href="https://github.com/nodejs/node/pull/5401">#5401</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9058fc0383"><code>9058fc0383</code></a>] - <strong>build</strong>: correctly detect clang version (Stefan Budeanu) <a href="https://github.com/nodejs/node/pull/5553">#5553</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1165ecc6f7"><code>1165ecc6f7</code></a>] - <strong>build</strong>: update Node.js logo on Win installer (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/5531">#5531</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4990ddad72"><code>4990ddad72</code></a>] - <strong>build</strong>: remove --quiet from eslint invocation (firedfox) <a href="https://github.com/nodejs/node/pull/5519">#5519</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/46a5d519dd"><code>46a5d519dd</code></a>] - <strong>build</strong>: skip msi build if WiX is not found (Tsarevich Dmitry) <a href="https://github.com/nodejs/node/pull/5220">#5220</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dac4e64491"><code>dac4e64491</code></a>] - <strong>build</strong>: add option to select VS version (julien.waechter) <a href="https://github.com/nodejs/node/pull/4645">#4645</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7a10fd3a56"><code>7a10fd3a56</code></a>] - <strong>collaborator_guide</strong>: clarify commit message rules (Wyatt Preul) <a href="https://github.com/nodejs/node/pull/5661">#5661</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/97e95d04c2"><code>97e95d04c2</code></a>] - <strong>crypto</strong>: PBKDF2 works with <code>int</code> not <code>ssize_t</code> (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/5397">#5397</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/57b02e6a3e"><code>57b02e6a3e</code></a>] - <strong>debugger</strong>: remove unneeded callback check (Rich Trott) <a href="https://github.com/nodejs/node/pull/5319">#5319</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/19ae308867"><code>19ae308867</code></a>] - <strong>deps</strong>: update openssl config (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/5630">#5630</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d7b81b5bc7"><code>d7b81b5bc7</code></a>] - <strong>deps</strong>: cherry-pick 2e4da65 from v8&#39;s 4.8 upstream (Michael Dawson) <a href="https://github.com/nodejs/node/pull/5293">#5293</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1e05f371d6"><code>1e05f371d6</code></a>] - <strong>doc</strong>: fix typo in synchronous randomBytes example (Andrea Giammarchi) <a href="https://github.com/nodejs/node/pull/5781">#5781</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5f54bd2088"><code>5f54bd2088</code></a>] - <strong>doc</strong>: topic blocking vs non-blocking (Jarrett Widman) <a href="https://github.com/nodejs/node/pull/5326">#5326</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0943001563"><code>0943001563</code></a>] - <strong>doc</strong>: fix invalid path doc comments (Rich Trott) <a href="https://github.com/nodejs/node/pull/5797">#5797</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bb423bb1e6"><code>bb423bb1e6</code></a>] - <strong>doc</strong>: update release tweet template (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5628">#5628</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1e877f10aa"><code>1e877f10aa</code></a>] - <strong>doc</strong>: fix typo in child_process docs (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5681">#5681</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d53dcc599b"><code>d53dcc599b</code></a>] - <strong>doc</strong>: update fansworld-claudio username on README (Claudio Rodriguez) <a href="https://github.com/nodejs/node/pull/5680">#5680</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4332f8011e"><code>4332f8011e</code></a>] - <strong>doc</strong>: fix return value of write methods (Felix Böhm) <a href="https://github.com/nodejs/node/pull/5736">#5736</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e572542de5"><code>e572542de5</code></a>] - <strong>doc</strong>: Add note about use of JSON.stringify() (Mithun Patel) <a href="https://github.com/nodejs/node/pull/5723">#5723</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/daf3ef66ef"><code>daf3ef66ef</code></a>] - <strong>doc</strong>: explain path.format() algorithm (Rich Trott) <a href="https://github.com/nodejs/node/pull/5688">#5688</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f6d4982aa0"><code>f6d4982aa0</code></a>] - <strong>doc</strong>: clarify type of first argument in zlib (Kirill Fomichev) <a href="https://github.com/nodejs/node/pull/5685">#5685</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/07e71b2d44"><code>07e71b2d44</code></a>] - <strong>doc</strong>: fix typo in api/addons (Daijiro Wachi) <a href="https://github.com/nodejs/node/pull/5678">#5678</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c6dc56175b"><code>c6dc56175b</code></a>] - <strong>doc</strong>: remove non-standard use of hyphens (Stefano Vozza)</li>
<li>[<a href="https://github.com/nodejs/node/commit/4c92316972"><code>4c92316972</code></a>] - <strong>doc</strong>: add fansworld-claudio to collaborators (Claudio Rodriguez) <a href="https://github.com/nodejs/node/pull/5668">#5668</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0a6e883f85"><code>0a6e883f85</code></a>] - <strong>doc</strong>: add thekemkid to collaborators (Glen Keane) <a href="https://github.com/nodejs/node/pull/5667">#5667</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/39c7d8a972"><code>39c7d8a972</code></a>] - <strong>doc</strong>: add AndreasMadsen to collaborators (Andreas Madsen) <a href="https://github.com/nodejs/node/pull/5666">#5666</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/eec3008970"><code>eec3008970</code></a>] - <strong>doc</strong>: add whitlockjc to collaborators (Jeremy Whitlock) <a href="https://github.com/nodejs/node/pull/5665">#5665</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e5f254d83c"><code>e5f254d83c</code></a>] - <strong>doc</strong>: add benjamingr to collaborator list (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5664">#5664</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3f718643c9"><code>3f718643c9</code></a>] - <strong>doc</strong>: add phillipj to collaborators (Phillip Johnsen) <a href="https://github.com/nodejs/node/pull/5663">#5663</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2d5527fe69"><code>2d5527fe69</code></a>] - <strong>doc</strong>: add mattloring to collaborators (Matt Loring) <a href="https://github.com/nodejs/node/pull/5662">#5662</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/51763462bc"><code>51763462bc</code></a>] - <strong>doc</strong>: include typo in &#39;unhandledRejection&#39; example (Robert C Jensen) <a href="https://github.com/nodejs/node/pull/5654">#5654</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cae5da2f0a"><code>cae5da2f0a</code></a>] - <strong>doc</strong>: fix markdown links (Steve Mao) <a href="https://github.com/nodejs/node/pull/5641">#5641</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b1b17efcb7"><code>b1b17efcb7</code></a>] - <strong>doc</strong>: move build instructions to a new document (Johan Bergström) <a href="https://github.com/nodejs/node/pull/5634">#5634</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/13a8bde1fa"><code>13a8bde1fa</code></a>] - <strong>doc</strong>: fix dns.resolveCname description typo (axvm) <a href="https://github.com/nodejs/node/pull/5622">#5622</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1faea43c40"><code>1faea43c40</code></a>] - <strong>doc</strong>: fix typo in fs.symlink (Michaël Zasso) <a href="https://github.com/nodejs/node/pull/5560">#5560</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/98a1bb6989"><code>98a1bb6989</code></a>] - <strong>doc</strong>: document directories in test directory (Michael Barrett) <a href="https://github.com/nodejs/node/pull/5557">#5557</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/04d3f8a741"><code>04d3f8a741</code></a>] - <strong>doc</strong>: update link green to match homepage (silverwind) <a href="https://github.com/nodejs/node/pull/5548">#5548</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1afab6ac9c"><code>1afab6ac9c</code></a>] - <strong>doc</strong>: add clarification on birthtime in fs stat (Kári Tristan Helgason) <a href="https://github.com/nodejs/node/pull/5479">#5479</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d871ae2349"><code>d871ae2349</code></a>] - <strong>doc</strong>: fix typo in child_process documentation (Evan Lucas) <a href="https://github.com/nodejs/node/pull/5474">#5474</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/97a18bdbad"><code>97a18bdbad</code></a>] - <strong>doc</strong>: update NAN urls in ROADMAP.md and doc/releases.md (ronkorving) <a href="https://github.com/nodejs/node/pull/5472">#5472</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d4a1fc7acd"><code>d4a1fc7acd</code></a>] - <strong>doc</strong>: add Testing WG (Rich Trott) <a href="https://github.com/nodejs/node/pull/5461">#5461</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1642078580"><code>1642078580</code></a>] - <strong>doc</strong>: fix crypto function indentation level (Brian White) <a href="https://github.com/nodejs/node/pull/5460">#5460</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2b0c7ad985"><code>2b0c7ad985</code></a>] - <strong>doc</strong>: fix links in tls, cluster docs (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5364">#5364</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/901dbabea6"><code>901dbabea6</code></a>] - <strong>doc</strong>: fix relative links in net docs (Evan Lucas) <a href="https://github.com/nodejs/node/pull/5358">#5358</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/38d429172d"><code>38d429172d</code></a>] - <strong>doc</strong>: fix typo in pbkdf2Sync code sample (Marc Cuva) <a href="https://github.com/nodejs/node/pull/5306">#5306</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d4cfc6f97c"><code>d4cfc6f97c</code></a>] - <strong>doc</strong>: add missing property in cluster example (Rafael Cepeda) <a href="https://github.com/nodejs/node/pull/5305">#5305</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b66d6b1458"><code>b66d6b1458</code></a>] - <strong>doc</strong>: improve httpVersionMajor / httpVersionMajor (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5296">#5296</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/70c872c9c4"><code>70c872c9c4</code></a>] - <strong>doc</strong>: improve unhandledException doc copy (James M Snell) <a href="https://github.com/nodejs/node/pull/5287">#5287</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ba5e0b6110"><code>ba5e0b6110</code></a>] - <strong>doc</strong>: fix buf.readInt16LE output (Chinedu Francis Nwafili) <a href="https://github.com/nodejs/node/pull/5282">#5282</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1624d5b049"><code>1624d5b049</code></a>] - <strong>doc</strong>: document base64url encoding support (Tristan Slominski) <a href="https://github.com/nodejs/node/pull/5243">#5243</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b1d580c9d2"><code>b1d580c9d2</code></a>] - <strong>doc</strong>: update removeListener behaviour (Vaibhav) <a href="https://github.com/nodejs/node/pull/5201">#5201</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ca17f91ba8"><code>ca17f91ba8</code></a>] - <strong>doc</strong>: add note for binary safe string reading (Anton Andesen) <a href="https://github.com/nodejs/node/pull/5155">#5155</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0830bb4950"><code>0830bb4950</code></a>] - <strong>doc</strong>: clarify when writable.write callback is called (Kevin Locke) <a href="https://github.com/nodejs/node/pull/4810">#4810</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/17a74305c8"><code>17a74305c8</code></a>] - <strong>doc</strong>: add info to docs on how to submit docs patch (Sequoia McDowell) <a href="https://github.com/nodejs/node/pull/4591">#4591</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/470a9ca909"><code>470a9ca909</code></a>] - <strong>doc</strong>: add onboarding resources (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/3726">#3726</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3168e6b486"><code>3168e6b486</code></a>] - <strong>doc</strong>: update V8 URL (Craig Akimoto) <a href="https://github.com/nodejs/node/pull/5530">#5530</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/04d16eb7e8"><code>04d16eb7e8</code></a>] - <strong>doc</strong>: document fs.datasync(Sync) (Ron Korving) <a href="https://github.com/nodejs/node/pull/5402">#5402</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/29646200f8"><code>29646200f8</code></a>] - <strong>doc</strong>: add Evan Lucas to the CTC (Rod Vagg)</li>
<li>[<a href="https://github.com/nodejs/node/commit/a2a32b7810"><code>a2a32b7810</code></a>] - <strong>doc</strong>: add Rich Trott to the CTC (Rod Vagg) <a href="https://github.com/nodejs/node/pull/5276">#5276</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4e469d5e47"><code>4e469d5e47</code></a>] - <strong>doc</strong>: add Ali Ijaz Sheikh to the CTC (Rod Vagg) <a href="https://github.com/nodejs/node/pull/5277">#5277</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d09b44f59b"><code>d09b44f59b</code></a>] - <strong>doc</strong>: add Сковорода Никита Андреевич to the CTC (Rod Vagg) <a href="https://github.com/nodejs/node/pull/5278">#5278</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ebbc64bc97"><code>ebbc64bc97</code></a>] - <strong>doc</strong>: add &quot;building node with ninja&quot; guide (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/4767">#4767</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/67245fa0e3"><code>67245fa0e3</code></a>] - <strong>doc</strong>: clarify code of conduct reporting (Julie Pagano) <a href="https://github.com/nodejs/node/pull/5107">#5107</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cd78ff9706"><code>cd78ff9706</code></a>] - <strong>doc</strong>: fix links in Addons docs (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5072">#5072</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/20539954ff"><code>20539954ff</code></a>] - <strong>docs</strong>: fix man pages link if tok type is code (Mithun Patel) <a href="https://github.com/nodejs/node/pull/5721">#5721</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/38d7b0b6ea"><code>38d7b0b6ea</code></a>] - <strong>docs</strong>: update link to iojs+release ci job (Myles Borins) <a href="https://github.com/nodejs/node/pull/5632">#5632</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f982632f90"><code>f982632f90</code></a>] - <strong>http</strong>: remove old, confusing comment (Brian White) <a href="https://github.com/nodejs/node/pull/5233">#5233</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ca5d7a8bb6"><code>ca5d7a8bb6</code></a>] - <strong>http</strong>: remove unnecessary check (Brian White) <a href="https://github.com/nodejs/node/pull/5233">#5233</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2ce83bd8f9"><code>2ce83bd8f9</code></a>] - <strong>http,util</strong>: fix typos in comments (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5279">#5279</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b690916e5a"><code>b690916e5a</code></a>] - <strong>lib</strong>: freelist: use .pop() for allocation (Anton Khlynovskiy) <a href="https://github.com/nodejs/node/pull/2174">#2174</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e7f45f0a17"><code>e7f45f0a17</code></a>] - <strong>repl</strong>: handle quotes within regexp literal (Prince J Wesley) <a href="https://github.com/nodejs/node/pull/5117">#5117</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7c3b844f78"><code>7c3b844f78</code></a>] - <strong>src</strong>: return UV_EAI_NODATA on empty lookup (cjihrig) <a href="https://github.com/nodejs/node/pull/4715">#4715</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/242a65e930"><code>242a65e930</code></a>] - <strong>stream</strong>: prevent object map change in TransformState (Evan Lucas) <a href="https://github.com/nodejs/node/pull/5032">#5032</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fb5ba6b928"><code>fb5ba6b928</code></a>] - <strong>stream</strong>: prevent object map change in ReadableState (Evan Lucas) <a href="https://github.com/nodejs/node/pull/4761">#4761</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/04db9efd78"><code>04db9efd78</code></a>] - <strong>stream</strong>: fix no data on partial decode (Brian White) <a href="https://github.com/nodejs/node/pull/5226">#5226</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cc0e36ff98"><code>cc0e36ff98</code></a>] - <strong>string_decoder</strong>: fix performance regression (Brian White) <a href="https://github.com/nodejs/node/pull/5134">#5134</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/666d3690d8"><code>666d3690d8</code></a>] - <strong>test</strong>: eval a strict function (Kári Tristan Helgason) <a href="https://github.com/nodejs/node/pull/5250">#5250</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9952bcf203"><code>9952bcf203</code></a>] - <strong>test</strong>: bug repro for vm function redefinition (cjihrig) <a href="https://github.com/nodejs/node/pull/5528">#5528</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/063f22f1f0"><code>063f22f1f0</code></a>] - <strong>test</strong>: check memoryUsage properties The properties on memoryUsage were not checked before, this commit checks them. (Wyatt Preul) <a href="https://github.com/nodejs/node/pull/5546">#5546</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7a0fcfc127"><code>7a0fcfc127</code></a>] - <strong>test</strong>: remove broken debugger scenarios (Rich Trott) <a href="https://github.com/nodejs/node/pull/5532">#5532</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ba9ad2662c"><code>ba9ad2662c</code></a>] - <strong>test</strong>: apply Linux workaround to Linux only (Rich Trott) <a href="https://github.com/nodejs/node/pull/5471">#5471</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4aa2c03d31"><code>4aa2c03d31</code></a>] - <strong>test</strong>: increase timeout for test-tls-fast-writing (Rich Trott) <a href="https://github.com/nodejs/node/pull/5466">#5466</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b4ef644ce4"><code>b4ef644ce4</code></a>] - <strong>test</strong>: retry on known SmartOS bug (Rich Trott) <a href="https://github.com/nodejs/node/pull/5454">#5454</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d681bf24b5"><code>d681bf24b5</code></a>] - <strong>test</strong>: fix flaky child-process-fork-regr-gh-2847 (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5422">#5422</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b4fbe04514"><code>b4fbe04514</code></a>] - <strong>test</strong>: fix test-timers.reliability on OS X (Rich Trott) <a href="https://github.com/nodejs/node/pull/5379">#5379</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/99269ffdbf"><code>99269ffdbf</code></a>] - <strong>test</strong>: increase timeouts on some unref timers tests (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5352">#5352</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/85f927a774"><code>85f927a774</code></a>] - <strong>test</strong>: prevent flakey test on pi2 (Trevor Norris) <a href="https://github.com/nodejs/node/pull/5537">#5537</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c86902d800"><code>c86902d800</code></a>] - <strong>test</strong>: mitigate flaky test-http-agent (Rich Trott) <a href="https://github.com/nodejs/node/pull/5346">#5346</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f242e62817"><code>f242e62817</code></a>] - <strong>test</strong>: remove flaky designation from fixed tests (Rich Trott) <a href="https://github.com/nodejs/node/pull/5459">#5459</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a39aacf035"><code>a39aacf035</code></a>] - <strong>test</strong>: refactor test-dgram-udp4 (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5339">#5339</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6386f62221"><code>6386f62221</code></a>] - <strong>test</strong>: remove unneeded bind() and related comments (Aayush Naik) <a href="https://github.com/nodejs/node/pull/5023">#5023</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/068b0cbd12"><code>068b0cbd12</code></a>] - <strong>test</strong>: move cluster tests to parallel (Rich Trott) <a href="https://github.com/nodejs/node/pull/4774">#4774</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a673c9ae2d"><code>a673c9ae2d</code></a>] - <strong>tls</strong>: fix assert in context._external accessor (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5521">#5521</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8ffef48fee"><code>8ffef48fee</code></a>] - <strong>tools</strong>: fix gyp to work on MacOSX without XCode (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/1325">nodejs/node#1325</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4b6a8f4321"><code>4b6a8f4321</code></a>] - <strong>tools</strong>: update gyp to b3cef02 (Imran Iqbal) <a href="https://github.com/nodejs/node/pull/3487">#3487</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7501ddc878"><code>7501ddc878</code></a>] - <strong>tools</strong>: support testing known issues (cjihrig) <a href="https://github.com/nodejs/node/pull/5528">#5528</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/10ec1d2a6b"><code>10ec1d2a6b</code></a>] - <strong>tools</strong>: enable linting for benchmarks (Rich Trott) <a href="https://github.com/nodejs/node/pull/5773">#5773</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/deec8bc5f5"><code>deec8bc5f5</code></a>] - <strong>tools</strong>: reduce verbosity of cpplint (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/5578">#5578</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/64d5752711"><code>64d5752711</code></a>] - <strong>tools</strong>: enable no-self-assign ESLint rule (Rich Trott) <a href="https://github.com/nodejs/node/pull/5552">#5552</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/131ed494e2"><code>131ed494e2</code></a>] - <strong>tools</strong>: enable no-extra-parens in ESLint (Rich Trott) <a href="https://github.com/nodejs/node/pull/5512">#5512</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d4b9f02fdc"><code>d4b9f02fdc</code></a>] - <strong>tools</strong>: apply custom buffer lint rule to /lib only (Rich Trott) <a href="https://github.com/nodejs/node/pull/5371">#5371</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6867bed4c4"><code>6867bed4c4</code></a>] - <strong>tools</strong>: enable additional lint rules (Rich Trott) <a href="https://github.com/nodejs/node/pull/5357">#5357</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5e6b7605ee"><code>5e6b7605ee</code></a>] - <strong>tools</strong>: add Node.js-specific ESLint rules (Rich Trott) <a href="https://github.com/nodejs/node/pull/5320">#5320</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6dc49ae203"><code>6dc49ae203</code></a>] - <strong>tools,benchmark</strong>: increase lint compliance (Rich Trott) <a href="https://github.com/nodejs/node/pull/5773">#5773</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dff7091fce"><code>dff7091fce</code></a>] - <strong>url</strong>: group slashed protocols by protocol name (nettofarah) <a href="https://github.com/nodejs/node/pull/5380">#5380</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0e97a3ea51"><code>0e97a3ea51</code></a>] - <strong>win,build</strong>: support Visual C++ Build Tools 2015 (João Reis) <a href="https://github.com/nodejs/node/pull/5627">#5627</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1-x86.msi">https://nodejs.org/dist/v4.4.1/node-v4.4.1-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1-x64.msi">https://nodejs.org/dist/v4.4.1/node-v4.4.1-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.1/win-x86/node.exe">https://nodejs.org/dist/v4.4.1/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.1/win-x64/node.exe">https://nodejs.org/dist/v4.4.1/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1.pkg">https://nodejs.org/dist/v4.4.1/node-v4.4.1.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1-darwin-x64.tar.gz">https://nodejs.org/dist/v4.4.1/node-v4.4.1-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-x86.tar.xz">https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-x64.tar.xz">https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-ppc64le.tar.xz">https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1-sunos-x86.tar.xz">https://nodejs.org/dist/v4.4.1/node-v4.4.1-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1-sunos-x64.tar.xz">https://nodejs.org/dist/v4.4.1/node-v4.4.1-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-armv6l.tar.xz">https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-armv7l.tar.xz">https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-arm64.tar.xz">https://nodejs.org/dist/v4.4.1/node-v4.4.1-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v4.4.1/node-v4.4.1.tar.gz">https://nodejs.org/dist/v4.4.1/node-v4.4.1.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v4.4.1/">https://nodejs.org/dist/v4.4.1/</a><br>
Documentation: <a href="https://nodejs.org/docs/v4.4.1/api/">https://nodejs.org/docs/v4.4.1/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

628195be45f7248a6defb6c23aaed7d0bca78979934f6e868387ddeb311dcc56  node-v4.4.1-darwin-x64.tar.gz
1a6936301202d3e53daeddb442654cc28ec30dc4ad788872e4efd122ff236a3c  node-v4.4.1-darwin-x64.tar.xz
e759ee28a27dc47a5c80e48b063c0bee015f3b6d2f8f593ad0eabfab0ebb3922  node-v4.4.1-headers.tar.gz
21c1ac9f615452c13b6e4ec5a4d5bb655647d942decd3585b2eb4d75e1ec6d11  node-v4.4.1-headers.tar.xz
8ff4cfc1452abaa95f4d40cf13f7ca3c4cf38da23a3ebde9247154dd51fbc42d  node-v4.4.1-linux-arm64.tar.gz
b58b1729d3b084255c18c99b31a6db375311ce2effb4f1083cee1b480d03e97f  node-v4.4.1-linux-arm64.tar.xz
f4996cce41a3d0d6b551e64466f591203ad2a637e4613159b515d6fff576df9a  node-v4.4.1-linux-armv6l.tar.gz
58627371bc50452fcfbdae66fae043eacde6649ff27fd8b41e2ce42e84720b4e  node-v4.4.1-linux-armv6l.tar.xz
d61f87dd5994a3a095950d2477a981e0f250052b96ca4d32b1629bfda93e8d64  node-v4.4.1-linux-armv7l.tar.gz
e1eaf11800762f45a0b07847c1276ed2c8a13e207ed6ea9938ad992379204131  node-v4.4.1-linux-armv7l.tar.xz
ee8e2611269eae2f84644c7a36416e9ffecf71f9294bd1e463152cb979a35940  node-v4.4.1-linux-ppc64le.tar.gz
8ff8ed52e9fafdda91645e5c6e45bca15aa377fd771441d17aee79b7d61c4b36  node-v4.4.1-linux-ppc64le.tar.xz
f0a53527f52dbcab3b98921a6cfe8613e5fe26fb796624988f6d615c30305a95  node-v4.4.1-linux-x64.tar.gz
3b58583102afbd54214f1ce61d90c7b05e807471bd6ecb084e2fa7de540cdce2  node-v4.4.1-linux-x64.tar.xz
200a3f800110ee5342dd80498a3365dbb704f5e214d26447dcd9dfcf2a08b6d2  node-v4.4.1-linux-x86.tar.gz
1267b0602e7f7f0c1ab53c841dc71d56dd70c4883396c2e1dc6a1108ab47a622  node-v4.4.1-linux-x86.tar.xz
02e77d4ccd6d2a97124f61fc264f0e51268fe395c5de7f7528897eb7d31873e3  node-v4.4.1.pkg
5612216d93a5f9ed7d0c054349ec23f45e261eb3b30b6fd40e0ef3a7b339ee82  node-v4.4.1-sunos-x64.tar.gz
d546f5979449f88d20e8389de67ff63f1375b3c4b7080725dca4824c4f4f887e  node-v4.4.1-sunos-x64.tar.xz
41c2559c98cc739bae4dd477d9119a130580c489cfed1222b5b67eab05a63d6d  node-v4.4.1-sunos-x86.tar.gz
55841958492bfcfb8419812a766dbdff908f5fef2c6ef9760a3027e7fe16aca5  node-v4.4.1-sunos-x86.tar.xz
f3e604cc4d05a4810c37cd43a838a2dc4399d517bd1e8c53b7670dcffc4dc481  node-v4.4.1.tar.gz
3a37c89a3ac965688f9e6557579993b73eee44195a5fd53fded03a667d3d6a0a  node-v4.4.1.tar.xz
796aa50d240740ffbb39b38dfeec5d040061e0bf5adb60d3543b83402430cd11  node-v4.4.1-x64.msi
6b253abd93f2b01ec1e48f642d0611d3132c926757b1fdb5623db1c875f3ab87  node-v4.4.1-x86.msi
fc4b93fab650040070cd5df1fce2deb77ef129096f6c675eb2e3d3d1a6304c97  win-x64/node.exe
961651a05f31c82d70dbe00d40f1cb5b83d32b2dd87261f03356c1a563abf3b1  win-x64/node.lib
0f33c55b1c056e702953dd5a6cbe8d9fcecc04bd2d1f0f0fc0335c147fd1b034  win-x86/node.exe
d4f3d5d2f15a48a0109a769bb78134205c6aa4416dfa0d43da485ad6f8a64014  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----

iQEcBAEBAgAGBQJW8c3/AAoJEJM7AfQLXKlGONAH/RQ9ZQ8h+qXNQKq1+f5i+Lgb
iEWZq1VJc1G/f7+n07N7+IffUz7QelQYh+Lmyd81Stx2ayLc5GCNxPJeWMBqBU+F
l9gmksyxeu1/VuIz/QEf87B4wUlw1d9pRdWGF/RdH6Nm1U5fFX4EeWIKq+dlCS9V
RpTInalZ1WCi7sKdPVxfTZe90UMGJUuBVbDHOQWk3z4xZ15pLQtUyHH0XivZXIK8
odGr6k2UrKycoMdGkKezp8+CMFj6kkDyFLoxZq4kUFT8AQcsrLeZHmw7J6cRBbn6
ABk2eEYCLDusoUcH+apqOwsB7VMXindHvMDmfdpPAC5+No6LvzH+2PTdg4d055Q=
=eRWh
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v4.4.1</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v4.4.1</guid><dc:creator><![CDATA[Myles Borins]]></dc:creator><pubDate>Tue, 22 Mar 2016 22:59:32 GMT</pubDate></item><item><title><![CDATA[Node v5.9.0 (Current)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><ul>
<li><strong>contextify</strong>: Fixed a memory consumption issue related to heavy use of <code>vm.createContext</code> and <code>vm.runInNewContext</code>. (Ali Ijaz Sheikh)
<a href="https://github.com/nodejs/node/pull/5392">https://github.com/nodejs/node/pull/5392</a></li>
<li><strong>governance</strong>: The following members have been added as collaborators:<ul>
<li>Andreas Madsen (@AndreasMadsen)</li>
<li>Benjamin Gruenbaum (@benjamingr)</li>
<li>Claudio Rodriguez (@claudiorodriguez)</li>
<li>Glen Keane (@thekemkid)</li>
<li>Jeremy Whitlock (@whitlockjc)</li>
<li>Matt Loring (@matthewloring)</li>
<li>Phillip Johnsen (@phillipj)</li>
</ul>
</li>
<li><strong>lib</strong>: copy arguments object instead of leaking it (Nathan Woltman)
<a href="https://github.com/nodejs/node/pull/4361">https://github.com/nodejs/node/pull/4361</a></li>
<li><strong>src</strong>: allow both -i and -e flags to be used at the same time (Rich Trott)
<a href="https://github.com/nodejs/node/pull/5655">https://github.com/nodejs/node/pull/5655</a></li>
<li><strong>timers</strong>: Internal Node.js timeouts now use the same logic path as those created with <code>setTimeout()</code> (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/4007">#4007</a><ul>
<li>This may cause a slightly different performance profile in some situations. So far, it has shown to be positive in most cases.</li>
</ul>
</li>
<li><strong>v8</strong>: backport fb4ccae from v8 upstream (Vladimir Krivosheev) #4231<ul>
<li>breakout events from v8 to offer better support for external debuggers</li>
</ul>
</li>
<li><strong>zlib</strong>: add support for concatenated members (Kári Tristan Helgason)
<a href="https://github.com/nodejs/node/pull/5120">https://github.com/nodejs/node/pull/5120</a><ul>
<li>Previously, if multiple members were in the same archive, only the first would be read. The others are no longer thrown away.</li>
</ul>
</li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/03b99bf8b9"><code>03b99bf8b9</code></a>] - <strong>build</strong>: don&#39;t install github templates (Johan Bergström) <a href="https://github.com/nodejs/node/pull/5612">#5612</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a7819da15a"><code>a7819da15a</code></a>] - <strong><em>Revert</em></strong> &quot;<strong>build</strong>: run lint before tests&quot; (Rich Trott) <a href="https://github.com/nodejs/node/pull/5602">#5602</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5e9cac4333"><code>5e9cac4333</code></a>] - <strong>console</strong>: check that stderr is writable (Rich Trott) <a href="https://github.com/nodejs/node/pull/5635">#5635</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0662fcf209"><code>0662fcf209</code></a>] - <strong>contextify</strong>: cache sandbox and context in locals (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/5392">#5392</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4f2c839d46"><code>4f2c839d46</code></a>] - <strong>contextify</strong>: replace deprecated SetWeak usage (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/5392">#5392</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bfff07b4dd"><code>bfff07b4dd</code></a>] - <strong>contextify</strong>: cleanup weak ref for sandbox (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/5392">#5392</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/93f60cdc54"><code>93f60cdc54</code></a>] - <strong>contextify</strong>: cleanup weak ref for global proxy (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/5392">#5392</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b6c355de0d"><code>b6c355de0d</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>deps</strong>: backport fb4ccae from v8 upstream (develar) <a href="https://github.com/nodejs/node/pull/4231">#4231</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/29510aa4fd"><code>29510aa4fd</code></a>] - <strong>deps</strong>: update openssl config (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/5630">#5630</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/532d1bf9ce"><code>532d1bf9ce</code></a>] - <strong>deps</strong>: sync deps/http_parser with nodejs/http_parser (James M Snell) <a href="https://github.com/nodejs/node/pull/5600">#5600</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d5d64c327b"><code>d5d64c327b</code></a>] - <strong>doc</strong>: clarify commit message rules (Wyatt Preul) <a href="https://github.com/nodejs/node/pull/5661">#5661</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8c4c84fe5b"><code>8c4c84fe5b</code></a>] - <strong>doc</strong>: add Testing WG (Rich Trott) <a href="https://github.com/nodejs/node/pull/5461">#5461</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/434af03825"><code>434af03825</code></a>] - <strong>doc</strong>: Add note about use of JSON.stringify() (Mithun Patel) <a href="https://github.com/nodejs/node/pull/5723">#5723</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/62926d85bd"><code>62926d85bd</code></a>] - <strong>doc</strong>: clarify type of first argument in zlib (Kirill Fomichev) <a href="https://github.com/nodejs/node/pull/5685">#5685</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/eb73574349"><code>eb73574349</code></a>] - <strong>doc</strong>: clarify when writable.write callback is called (Kevin Locke) <a href="https://github.com/nodejs/node/pull/4810">#4810</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c579507034"><code>c579507034</code></a>] - <strong>doc</strong>: fix typo in api/addons (Daijiro Wachi) <a href="https://github.com/nodejs/node/pull/5678">#5678</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8e45c9d9ea"><code>8e45c9d9ea</code></a>] - <strong>doc</strong>: fix typo in api/dgram (Daijiro Wachi) <a href="https://github.com/nodejs/node/pull/5678">#5678</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/44a9b100c5"><code>44a9b100c5</code></a>] - <strong>doc</strong>: fix typo in api/fs (Daijiro Wachi) <a href="https://github.com/nodejs/node/pull/5678">#5678</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b667573bcb"><code>b667573bcb</code></a>] - <strong>doc</strong>: update fansworld-claudio username on README (Claudio Rodriguez) <a href="https://github.com/nodejs/node/pull/5680">#5680</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9794abb5d1"><code>9794abb5d1</code></a>] - <strong>doc</strong>: add onboarding resources (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/3726">#3726</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/31e39fbd7a"><code>31e39fbd7a</code></a>] - <strong>doc</strong>: remove non-standard use of hyphens (Stefano Vozza)</li>
<li>[<a href="https://github.com/nodejs/node/commit/f3e9daa825"><code>f3e9daa825</code></a>] - <strong>doc</strong>: add clarification on birthtime in fs stat (Kári Tristan Helgason) <a href="https://github.com/nodejs/node/pull/5479">#5479</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c379ec6522"><code>c379ec6522</code></a>] - <strong>doc</strong>: move build instructions to a new document (Johan Bergström) <a href="https://github.com/nodejs/node/pull/5634">#5634</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2a442b3dfc"><code>2a442b3dfc</code></a>] - <strong>doc</strong>: update removeListener behaviour (Vaibhav) <a href="https://github.com/nodejs/node/pull/5201">#5201</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f6ee0996e0"><code>f6ee0996e0</code></a>] - <strong>doc</strong>: fix typo in child_process docs (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5681">#5681</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dd12661173"><code>dd12661173</code></a>] - <strong>doc</strong>: include typo in &#39;unhandledRejection&#39; example (Robert C Jensen) <a href="https://github.com/nodejs/node/pull/5654">#5654</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f7aecd6e94"><code>f7aecd6e94</code></a>] - <strong>doc</strong>: add thekemkid to collaborators (Glen Keane) <a href="https://github.com/nodejs/node/pull/5667">#5667</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b81711acfb"><code>b81711acfb</code></a>] - <strong>doc</strong>: add phillipj to collaborators (Phillip Johnsen) <a href="https://github.com/nodejs/node/pull/5663">#5663</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a33f2486f0"><code>a33f2486f0</code></a>] - <strong>doc</strong>: add fansworld-claudio to collaborators (Claudio Rodriguez) <a href="https://github.com/nodejs/node/pull/5668">#5668</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/285d5e7ba6"><code>285d5e7ba6</code></a>] - <strong>doc</strong>: add AndreasMadsen to collaborators (Andreas Madsen) <a href="https://github.com/nodejs/node/pull/5666">#5666</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8e1f6706e3"><code>8e1f6706e3</code></a>] - <strong>doc</strong>: add benjamingr to collaborator list (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/5664">#5664</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f7842cbb24"><code>f7842cbb24</code></a>] - <strong>doc</strong>: add whitlockjc to collaborators (Jeremy Whitlock) <a href="https://github.com/nodejs/node/pull/5665">#5665</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dd6f4ec2e4"><code>dd6f4ec2e4</code></a>] - <strong>doc</strong>: add mattloring to collaborators (Matt Loring) <a href="https://github.com/nodejs/node/pull/5662">#5662</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9ebd559a55"><code>9ebd559a55</code></a>] - <strong>doc</strong>: fix markdown links (Steve Mao) <a href="https://github.com/nodejs/node/pull/5641">#5641</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/62d267e1ff"><code>62d267e1ff</code></a>] - <strong>doc</strong>: fix dns.resolveCname description typo (axvm) <a href="https://github.com/nodejs/node/pull/5622">#5622</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9f8e2e2979"><code>9f8e2e2979</code></a>] - <strong>doc</strong>: update release tweet template (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5628">#5628</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4d6fe300fe"><code>4d6fe300fe</code></a>] - <strong>doc</strong>: fix v5.8.0 changelog heading (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/5559">#5559</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4c1fdaeb2a"><code>4c1fdaeb2a</code></a>] - <strong>docs</strong>: update link to iojs+release ci job (Myles Borins) <a href="https://github.com/nodejs/node/pull/5632">#5632</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/205bed0bec"><code>205bed0bec</code></a>] - <strong>lib</strong>: copy arguments object instead of leaking it (Nathan Woltman) <a href="https://github.com/nodejs/node/pull/4361">#4361</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b16f67a0b9"><code>b16f67a0b9</code></a>] - <strong>net</strong>: make <code>isIPv4</code> and <code>isIPv6</code> more efficient (Vladimir Kurchatkin) <a href="https://github.com/nodejs/node/pull/5478">#5478</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4ecd996baa"><code>4ecd996baa</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>src</strong>: allow combination of -i and -e cli flags (Rich Trott) <a href="https://github.com/nodejs/node/pull/5655">#5655</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f225459496"><code>f225459496</code></a>] - <strong>test</strong>: improve test-npm-install (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5613">#5613</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cceae5ae78"><code>cceae5ae78</code></a>] - <strong>test</strong>: eval a strict function (Kári Tristan Helgason) <a href="https://github.com/nodejs/node/pull/5250">#5250</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9a44c8c337"><code>9a44c8c337</code></a>] - <strong>test</strong>: add batch of known issue tests (cjihrig) <a href="https://github.com/nodejs/node/pull/5653">#5653</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1b7b1ed2c9"><code>1b7b1ed2c9</code></a>] - <strong>timers</strong>: greatly improve code comments (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/4007">#4007</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/769254b0ba"><code>769254b0ba</code></a>] - <strong>timers</strong>: refactor timers (Jeremiah Senkpiel) <a href="https://github.com/nodejs/node/pull/4007">#4007</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0b545fb3f8"><code>0b545fb3f8</code></a>] - <strong>win,build</strong>: support Visual C++ Build Tools 2015 (João Reis) <a href="https://github.com/nodejs/node/pull/5627">#5627</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ef774ff9a8"><code>ef774ff9a8</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>zlib</strong>: add support for concatenated members (Kári Tristan Helgason) <a href="https://github.com/nodejs/node/pull/5120">#5120</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-x86.msi">https://nodejs.org/dist/v5.9.0/node-v5.9.0-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-x64.msi">https://nodejs.org/dist/v5.9.0/node-v5.9.0-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v5.9.0/win-x86/node.exe">https://nodejs.org/dist/v5.9.0/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.0/win-x64/node.exe">https://nodejs.org/dist/v5.9.0/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0.pkg">https://nodejs.org/dist/v5.9.0/node-v5.9.0.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-darwin-x64.tar.gz">https://nodejs.org/dist/v5.9.0/node-v5.9.0-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-x86.tar.xz">https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-x64.tar.xz">https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-ppc64le.tar.xz">https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-sunos-x86.tar.xz">https://nodejs.org/dist/v5.9.0/node-v5.9.0-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-sunos-x64.tar.xz">https://nodejs.org/dist/v5.9.0/node-v5.9.0-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-armv6l.tar.xz">https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-armv7l.tar.xz">https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-arm64.tar.xz">https://nodejs.org/dist/v5.9.0/node-v5.9.0-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0.tar.gz">https://nodejs.org/dist/v5.9.0/node-v5.9.0.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v5.9.0/">https://nodejs.org/dist/v5.9.0/</a><br>
Documentation: <a href="https://nodejs.org/docs/v5.9.0/api/">https://nodejs.org/docs/v5.9.0/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

6417022026c30cfb1b8af92f1434c1b202548076ada636708e1874d8af78197b  node-v5.9.0-darwin-x64.tar.gz
df58c7ec89849a0752f75b9a2e00c7c943089011d7c636920a1e1267d91671c0  node-v5.9.0-darwin-x64.tar.xz
546c6b43f193ad57638cadded1eb5ee4630b585f4f966e228cd2ae06f44b6c76  node-v5.9.0-headers.tar.gz
e77ceab9d39bf1086ca12214397a7dd4d2141b8aecbb86f95e60ee369c94445c  node-v5.9.0-headers.tar.xz
8ce0653a98a7507dc15bd7425154af1113685d054b6dee2c9701fed401feb12a  node-v5.9.0-linux-arm64.tar.gz
2b8b875022906ed5beabb90de8cc16979f85fba76930c192b80fafd2e72c8831  node-v5.9.0-linux-arm64.tar.xz
a69cc76e388b44a4c6de8007e0fad67f1308b32284894b4c483180c4aaf10cb4  node-v5.9.0-linux-armv6l.tar.gz
7f48846c39208ddeff0c3756378c71abf36f4910b3424f870c1e4f0c06e7c907  node-v5.9.0-linux-armv6l.tar.xz
b7ac2bf673eed236ac636d755874d90aa3563b55caed84730c8342cbdffc4ce3  node-v5.9.0-linux-armv7l.tar.gz
2cf5136d0342eeb833b0a24588f04d89387925149031886cd2d65ba29bed4388  node-v5.9.0-linux-armv7l.tar.xz
a2996dc3323579f2d9f306cb91a21a9ed6ec534791003eeed3e9114a0a1b27dd  node-v5.9.0-linux-ppc64le.tar.gz
45696542c11e0215e39f1a1f8c11246f93dd4b2ea00d1a77edff97646e8d849e  node-v5.9.0-linux-ppc64le.tar.xz
99c4136cf61761fac5ac57f80544140a3793b63e00a65d4a0e528c9db328bf40  node-v5.9.0-linux-x64.tar.gz
fc8e01886b0c4ce656163cd5c2d98fb624844243ea0c9fa9fb7114926dff541a  node-v5.9.0-linux-x64.tar.xz
fca2df390ff964951cc2d18150d17dfe474e5b59864415976b8bad9452f725eb  node-v5.9.0-linux-x86.tar.gz
43b0564c86812e629c6ede7316cf49e1b0a5e61d04f4e5dd2bc600c3265b4352  node-v5.9.0-linux-x86.tar.xz
64f0c8b3ba981c1b6569c993423956e7b2d1ee18f982bca88a85b9f445742010  node-v5.9.0.pkg
47a45169838b74f62c0dbb31643af2f2c2e86bae0920d030113b3aeb0f29275b  node-v5.9.0-sunos-x64.tar.gz
f2175f16307b458256d3b4c482c643e9487217e9e2a93cf949284526cae62bed  node-v5.9.0-sunos-x64.tar.xz
835f6d8ec09df20f5280851da0eec44f97d64a2f163a213efe2eac668d0a852a  node-v5.9.0-sunos-x86.tar.gz
0b0a97caf81901f00a463f83d31a0ea18e4661c0ad486afcff2687f135e5acc9  node-v5.9.0-sunos-x86.tar.xz
e5175a66481fd9389ef74ef8e8c164d052f139664deffc9e79241d6234760f3e  node-v5.9.0.tar.gz
9bdf2f8e44a721df459dfad0072a8ac46f11c05d25fc33dc0dc9c522827e34bb  node-v5.9.0.tar.xz
f53fac35122dfaec568f998fc210d4ead423c7939c024cd51e240879efd6845b  node-v5.9.0-x64.msi
38e74ba6feced696f5c3de1b12fb5b2f18839abe8e177d895cf5e5436d1362be  node-v5.9.0-x86.msi
ded3eb5f3e08831d7fc020dd86232ea11400468e3303355a03fa167175ab26b1  win-x64/node.exe
44e93b651d6b329143d5b708784cd99587e258790cf14f81abdd8cef3cedb422  win-x64/node.lib
279b6fe04661a6c9430b01535664d0e85998a74ff4c7c76804dfc318a201050a  win-x86/node.exe
82feb73750de3086db7fea6b933596d45a24019db4eb6f1e424e1036a1929be1  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQIcBAEBCgAGBQJW6dEeAAoJELY7U1pMIGypIUMP/1DawXNIxOw67Q/IEU9AUVQi
Z7laXU8RKewNbr6pGJ+E8Ionr6on5GBujyuFh/Z05t3zZ8vy/ffUfPpxoe+KluF9
/LafmG0VHDWyL95ZBlLMcQHT7ucoLxRKr444t5VNScwGwrcAFVhUfh9TR/7n+4qe
TgHPnfVVan9BIPE3l9tYQMoOcDApJTseXhmBBvk1MpXk2/lwEjC9O9idm7ewqmyL
fZ+gTtEFeLlqpjwoPUmd3Wedpjlezxa2ha2fJY0S7wle9tkbTWPoHSpOUbcDW5UH
bhRXR6BgCdcuQKwDoXSQKCDaHDQbKCuxGxox6UmPGBs8iKLZ44CDw5T9LEH9T9vo
KZV8biGRS3ELHLmREcAJtp+wktrv86F/7ylRiQSQ/GmGCxKqtTh3XoE8M2FI3GPd
vaYpDFz9j75ujpf4PVWiov0uZBnBWia1vjYmW4XezbztmjyjasqfpOgj9+W1+EV+
351gep52CmRZl0ZbBlgrfybUiKGn43w7COewAljfISs2f4wa3kq8r+hefSFZ5Gkq
ZRXJ1SVzuCayLskImfGfIPe0TuFnrunPM+CI2gdHIDqM0W4jHeDtaPmEd42f4LQ3
AB5Ee1GwHlnpPkCO6f+UsLz+UbbcK+AMgddnRn1ieA8wFL4FIl/XMtOqbEps+ZZq
K+iBWxsEuGMFBw3heC8s
=9sLm
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v5.9.0</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v5.9.0</guid><dc:creator><![CDATA[Evan Lucas]]></dc:creator><pubDate>Wed, 16 Mar 2016 21:34:26 GMT</pubDate></item><item><title><![CDATA[Node v4.4.0 (LTS)]]></title><description><![CDATA[<h3 id="header-notable-changes">Notable changes<a name="notable-changes" class="anchor" href="#notable-changes" aria-labelledby="header-notable-changes"></a></h3><p>The SEMVER-MINOR changes include:</p>
<ul>
<li><strong>deps</strong>: <ul>
<li>An update to v8 that introduces a new flag --perf_basic_prof_only_functions (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/3609">#3609</a></li>
</ul>
</li>
<li><strong>http</strong>:<ul>
<li>A new feature in http(s) agent that catches errors on <em>keep alived</em> connections (José F. Romaniello) <a href="https://github.com/nodejs/node/pull/4482">#4482</a></li>
</ul>
</li>
<li><strong>src</strong>:<ul>
<li>Better support for Big-Endian systems (Bryon Leung) <a href="https://github.com/nodejs/node/pull/3410">#3410</a></li>
</ul>
</li>
<li><strong>tls</strong>:<ul>
<li>A new feature that allows you to pass common SSL options to <code>tls.createSecurePair</code> (Коренберг Марк) <a href="https://github.com/nodejs/node/pull/2441">#2441</a></li>
</ul>
</li>
<li><strong>tools</strong>:<ul>
<li>a new flag <code>--prof-process</code> which will execute the tick processor on the provided isolate files (Matt Loring) <a href="https://github.com/nodejs/node/pull/4021">#4021</a></li>
</ul>
</li>
</ul>
<p>Notable semver patch changes include:</p>
<ul>
<li><strong>build</strong>:<ul>
<li>Support python path that includes spaces. This should be of particular interest to our Windows users who may have python living in <code>c:/Program Files</code> (Felix Becker) <a href="https://github.com/nodejs/node/pull/4841">#4841</a></li>
</ul>
</li>
<li><strong>https</strong>:<ul>
<li>A potential fix for <a href="https://github.com/nodejs/node/issues/3692">#3692</a> HTTP/HTTPS client requests throwing EPROTO (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/4982">#4982</a></li>
</ul>
</li>
<li><strong>installer</strong>:<ul>
<li>More readable profiling information from isolate tick logs (Matt Loring) <a href="https://github.com/nodejs/node/pull/3032">#3032</a></li>
</ul>
</li>
<li><strong>npm</strong>:<ul>
<li>upgrade to npm 2.14.20 (Kat Marchán) <a href="https://github.com/nodejs/node/pull/5510">#5510</a></li>
</ul>
</li>
<li><strong>process</strong>:<ul>
<li>Add support for symbols in event emitters. Symbols didn&#39;t exist when it was written ¯_(ツ)_/¯ (cjihrig) <a href="https://github.com/nodejs/node/pull/4798">#4798</a></li>
</ul>
</li>
<li><strong>querystring</strong>: <ul>
<li>querystring.parse() is now 13-22% faster! (Brian White) <a href="https://github.com/nodejs/node/pull/4675">#4675</a></li>
</ul>
</li>
<li><strong>streams</strong>:<ul>
<li>performance improvements for moving small buffers that shows a 5% throughput gain. IoT projects have been seen to be as much as 10% faster with this change! (Matteo Collina) <a href="https://github.com/nodejs/node/pull/4354">#4354</a></li>
</ul>
</li>
<li><strong>tools</strong>:<ul>
<li>eslint has been updated to version 2.1.0 (Rich Trott) <a href="https://github.com/nodejs/node/pull/5214">#5214</a></li>
</ul>
</li>
</ul>
<h3 id="header-commits">Commits<a name="commits" class="anchor" href="#commits" aria-labelledby="header-commits"></a></h3><ul>
<li>[<a href="https://github.com/nodejs/node/commit/360e04fd5a"><code>360e04fd5a</code></a>] - internal/child_process: call postSend on error (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/4752">#4752</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a29f501aa2"><code>a29f501aa2</code></a>] - <strong>benchmark</strong>: add a constant declaration for <code>net</code> (Minwoo Jung) <a href="https://github.com/nodejs/node/pull/3950">#3950</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/85e06a2e34"><code>85e06a2e34</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>buffer</strong>: allow encoding param to collapse (Trevor Norris) <a href="https://github.com/nodejs/node/pull/4803">#4803</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fe893a8ebc"><code>fe893a8ebc</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>buffer</strong>: properly retrieve binary length of needle (Trevor Norris) <a href="https://github.com/nodejs/node/pull/4803">#4803</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fae7c9db3f"><code>fae7c9db3f</code></a>] - <strong>buffer</strong>: refactor redeclared variables (Rich Trott) <a href="https://github.com/nodejs/node/pull/4886">#4886</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4a6e2b26f7"><code>4a6e2b26f7</code></a>] - <strong>build</strong>: treat aarch64 as arm64 (Johan Bergström) <a href="https://github.com/nodejs/node/pull/5191">#5191</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bc2536dfc6"><code>bc2536dfc6</code></a>] - <strong>build</strong>: add a help message and removed a TODO. (Ojas Shirekar) <a href="https://github.com/nodejs/node/pull/5080">#5080</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f6416be5d2"><code>f6416be5d2</code></a>] - <strong>build</strong>: remove redundant TODO in configure (Ojas Shirekar) <a href="https://github.com/nodejs/node/pull/5080">#5080</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6deb7a6eb8"><code>6deb7a6eb8</code></a>] - <strong>build</strong>: remove Makefile.build (Ojas Shirekar) <a href="https://github.com/nodejs/node/pull/5080">#5080</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/66d1115555"><code>66d1115555</code></a>] - <strong>build</strong>: fix build when python path contains spaces (Felix Becker) <a href="https://github.com/nodejs/node/pull/4841">#4841</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/29951cf36a"><code>29951cf36a</code></a>] - <strong>child_process</strong>: fix data loss with readable event (Brian White) <a href="https://github.com/nodejs/node/pull/5036">#5036</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/81d4127279"><code>81d4127279</code></a>] - <strong>cluster</strong>: dont rely on <code>this</code> in <code>fork</code> (Igor Klopov) <a href="https://github.com/nodejs/node/pull/5216">#5216</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/de4c07b29e"><code>de4c07b29e</code></a>] - <strong>console</strong>: apply null as <code>this</code> for util.format (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5222">#5222</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4e0755cab3"><code>4e0755cab3</code></a>] - <strong>crypto</strong>: have fixed NodeBIOs return EOF (Adam Langley) <a href="https://github.com/nodejs/node/pull/5105">#5105</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a7955d5071"><code>a7955d5071</code></a>] - <strong>crypto</strong>: fix memory leak in LoadPKCS12 (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/5109">#5109</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5d9c1cf001"><code>5d9c1cf001</code></a>] - <strong>crypto</strong>: add <code>pfx</code> certs as CA certs too (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/5109">#5109</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ab5cb0539b"><code>ab5cb0539b</code></a>] - <strong>crypto</strong>: use SSL_CTX_clear_extra_chain_certs. (Adam Langley) <a href="https://github.com/nodejs/node/pull/4919">#4919</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/198928eb9f"><code>198928eb9f</code></a>] - <strong>crypto</strong>: fix build when OCSP-stapling not provided (Adam Langley) <a href="https://github.com/nodejs/node/pull/4914">#4914</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b8e1089df0"><code>b8e1089df0</code></a>] - <strong>crypto</strong>: use a const SSL_CIPHER (Adam Langley) <a href="https://github.com/nodejs/node/pull/4913">#4913</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/139d6d9284"><code>139d6d9284</code></a>] - <strong>debugger</strong>: assert test before accessing this.binding (Prince J Wesley) <a href="https://github.com/nodejs/node/pull/5145">#5145</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9c8f2ab546"><code>9c8f2ab546</code></a>] - <strong>deps</strong>: upgrade to npm 2.14.20 (Kat Marchán) <a href="https://github.com/nodejs/node/pull/5510">#5510</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e591a0927f"><code>e591a0927f</code></a>] - <strong>deps</strong>: upgrade to npm 2.14.19 (Kat Marchán) <a href="https://github.com/nodejs/node/pull/5335">#5335</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a5ce67a0aa"><code>a5ce67a0aa</code></a>] - <strong>deps</strong>: upgrade to npm 2.14.18 (Kat Marchán) <a href="https://github.com/nodejs/node/pull/5245">#5245</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/469db021f7"><code>469db021f7</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>deps</strong>: backport 9da3ab6 from V8 upstream (Ali Ijaz Sheikh) <a href="https://github.com/nodejs/node/pull/3609">#3609</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3ca04a5de9"><code>3ca04a5de9</code></a>] - <strong>deps</strong>: backport 8d00c2c from v8 upstream (Gibson Fahnestock) <a href="https://github.com/nodejs/node/pull/5024">#5024</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/60e0bd4be9"><code>60e0bd4be9</code></a>] - <strong>deps</strong>: upgrade to npm 2.14.17 (Kat Marchán) <a href="https://github.com/nodejs/node/pull/5110">#5110</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/976b9a9ab3"><code>976b9a9ab3</code></a>] - <strong>deps</strong>: upgrade to npm 2.14.16 (Kat Marchán) <a href="https://github.com/nodejs/node/pull/4960">#4960</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/38b370abea"><code>38b370abea</code></a>] - <strong>deps</strong>: upgrade to npm 2.14.15 (Kat Marchán) <a href="https://github.com/nodejs/node/pull/4872">#4872</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/82f549ef81"><code>82f549ef81</code></a>] - <strong>dgram</strong>: scope redeclared variables (Rich Trott) <a href="https://github.com/nodejs/node/pull/4940">#4940</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/063e14b568"><code>063e14b568</code></a>] - <strong>dns</strong>: throw a TypeError in lookupService with invalid port (Evan Lucas) <a href="https://github.com/nodejs/node/pull/4839">#4839</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a2613aefae"><code>a2613aefae</code></a>] - <strong>doc</strong>: remove out-of-date matter from internal docs (Rich Trott) <a href="https://github.com/nodejs/node/pull/5421">#5421</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/394743f4b3"><code>394743f4b3</code></a>] - <strong>doc</strong>: explicit about VS 2015 support in readme (Phillip Johnsen) <a href="https://github.com/nodejs/node/pull/5406">#5406</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/da6b26fbfb"><code>da6b26fbfb</code></a>] - <strong>doc</strong>: copyedit util doc (Rich Trott) <a href="https://github.com/nodejs/node/pull/5399">#5399</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7070ad0cc0"><code>7070ad0cc0</code></a>] - <strong>doc</strong>: mention prototype check in deepStrictEqual() (cjihrig) <a href="https://github.com/nodejs/node/pull/5367">#5367</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d4789fc5fd"><code>d4789fc5fd</code></a>] - <strong>doc</strong>: s/http/https in Myles Borins&#39; GitHub link (Rod Vagg) <a href="https://github.com/nodejs/node/pull/5356">#5356</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b86540d1eb"><code>b86540d1eb</code></a>] - <strong>doc</strong>: clarify error handling in net.createServer (Dirceu Pereira Tiegs) <a href="https://github.com/nodejs/node/pull/5353">#5353</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3106297037"><code>3106297037</code></a>] - <strong>doc</strong>: <code>require</code> behavior on case-insensitive systems (Hugo Wood)</li>
<li>[<a href="https://github.com/nodejs/node/commit/e0b45e4315"><code>e0b45e4315</code></a>] - <strong>doc</strong>: update repo docs to use &#39;CTC&#39; (Alexis Campailla) <a href="https://github.com/nodejs/node/pull/5304">#5304</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e355f13989"><code>e355f13989</code></a>] - <strong>doc</strong>: improvements to crypto.markdown copy (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5230">#5230</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a9035b5e1d"><code>a9035b5e1d</code></a>] - <strong>doc</strong>: link to man pages (dcposch@dcpos.ch) <a href="https://github.com/nodejs/node/pull/5073">#5073</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2043e6a63c"><code>2043e6a63c</code></a>] - <strong>doc</strong>: clarify child_process.execFile{,Sync} file arg (Kevin Locke) <a href="https://github.com/nodejs/node/pull/5310">#5310</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8c732ad1e1"><code>8c732ad1e1</code></a>] - <strong>doc</strong>: fix buf.length slice example (Chinedu Francis Nwafili) <a href="https://github.com/nodejs/node/pull/5259">#5259</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6c27c78b8b"><code>6c27c78b8b</code></a>] - <strong>doc</strong>: fix buffer[index] example (Chinedu Francis Nwafili) <a href="https://github.com/nodejs/node/pull/5253">#5253</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7765f99683"><code>7765f99683</code></a>] - <strong>doc</strong>: fix template string (Rafael Cepeda) <a href="https://github.com/nodejs/node/pull/5240">#5240</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d15ef20162"><code>d15ef20162</code></a>] - <strong>doc</strong>: improvements to console.markdown copy (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5225">#5225</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/593206a752"><code>593206a752</code></a>] - <strong>doc</strong>: fix net.createConnection() example (Brian White) <a href="https://github.com/nodejs/node/pull/5219">#5219</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/464636b5c5"><code>464636b5c5</code></a>] - <strong>doc</strong>: improve scrolling, various CSS tweaks (Roman Reiss) <a href="https://github.com/nodejs/node/pull/5198">#5198</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f615cd5b0b"><code>f615cd5b0b</code></a>] - <strong>doc</strong>: console is asynchronous unless it&#39;s a file (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5133">#5133</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fbed0d11f1"><code>fbed0d11f1</code></a>] - <strong>doc</strong>: merging behavior of writeHead vs setHeader (Alejandro Oviedo) <a href="https://github.com/nodejs/node/pull/5081">#5081</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b0bb42bd7d"><code>b0bb42bd7d</code></a>] - <strong>doc</strong>: fix reference to API <code>hash.final</code> (Minwoo Jung) <a href="https://github.com/nodejs/node/pull/5050">#5050</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/dee5045221"><code>dee5045221</code></a>] - <strong>doc</strong>: uppercase &#39;RSA-SHA256&#39; in crypto.markdown (Rainer Oviir) <a href="https://github.com/nodejs/node/pull/5044">#5044</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/498052a017"><code>498052a017</code></a>] - <strong>doc</strong>: consistent styling for functions in TLS docs (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5000">#5000</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/031277e6f8"><code>031277e6f8</code></a>] - <strong>doc</strong>: apply consistent styling for functions (Rich Trott) <a href="https://github.com/nodejs/node/pull/4974">#4974</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/808fe0ea48"><code>808fe0ea48</code></a>] - <strong>doc</strong>: fix <code>notDeepEqual</code> API (Minwoo Jung) <a href="https://github.com/nodejs/node/pull/4971">#4971</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5b9025689f"><code>5b9025689f</code></a>] - <strong>doc</strong>: show links consistently in deprecations (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/4907">#4907</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3a1865db5e"><code>3a1865db5e</code></a>] - <strong>doc</strong>: don&#39;t use &quot;interface&quot; as a variable name (ChALkeR) <a href="https://github.com/nodejs/node/pull/4900">#4900</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/90715c3d68"><code>90715c3d68</code></a>] - <strong>doc</strong>: keep the names in sorted order (Sakthipriyan Vairamani) <a href="https://github.com/nodejs/node/pull/4876">#4876</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d8b3b25c9c"><code>d8b3b25c9c</code></a>] - <strong>doc</strong>: fix JSON generation for aliased methods (Timothy Gu) <a href="https://github.com/nodejs/node/pull/4871">#4871</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7b763c8d25"><code>7b763c8d25</code></a>] - <strong>doc</strong>: fix code type of markdowns (Jackson Tian) <a href="https://github.com/nodejs/node/pull/4858">#4858</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/37d4e7afc2"><code>37d4e7afc2</code></a>] - <strong>doc</strong>: check for errors in &#39;listen&#39; event (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/4834">#4834</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/3f876b104c"><code>3f876b104c</code></a>] - <strong>doc</strong>: Examples work when data exceeds buffer size (Glen Arrowsmith) <a href="https://github.com/nodejs/node/pull/4811">#4811</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e3e20422a7"><code>e3e20422a7</code></a>] - <strong>doc</strong>: harmonize $ node command line notation (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/4806">#4806</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/73e0195cef"><code>73e0195cef</code></a>] - <strong>doc</strong>: fix type references for link gen, link css (Claudio Rodriguez) <a href="https://github.com/nodejs/node/pull/4741">#4741</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0bdac429e1"><code>0bdac429e1</code></a>] - <strong>doc</strong>: multiple improvements in Stream docs (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5009">#5009</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/693c16fb6b"><code>693c16fb6b</code></a>] - <strong>doc</strong>: fix anchor links from stream to http and events (piepmatz) <a href="https://github.com/nodejs/node/pull/5007">#5007</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5fb533522c"><code>5fb533522c</code></a>] - <strong>doc</strong>: replace function expressions with arrows (Benjamin Gruenbaum) <a href="https://github.com/nodejs/node/pull/4832">#4832</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e3572fb809"><code>e3572fb809</code></a>] - <strong>doc</strong>: fix links order in Buffer doc (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5076">#5076</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5c936ab765"><code>5c936ab765</code></a>] - <strong>doc</strong>: clarify optional arguments of Buffer methods (Michaël Zasso) <a href="https://github.com/nodejs/node/pull/5008">#5008</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6df350c2b3"><code>6df350c2b3</code></a>] - <strong>doc</strong>: improve styling consistency in Buffer docs (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5001">#5001</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/047f4a157f"><code>047f4a157f</code></a>] - <strong>doc</strong>: make buffer methods styles consistent (Timothy Gu) <a href="https://github.com/nodejs/node/pull/4873">#4873</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4cfc017b90"><code>4cfc017b90</code></a>] - <strong>doc</strong>: fix nonsensical grammar in Buffer::write (Jimb Esser) <a href="https://github.com/nodejs/node/pull/4863">#4863</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9087f6daca"><code>9087f6daca</code></a>] - <strong>doc</strong>: fix named anchors in addons.markdown and http.markdown (Michael Theriot) <a href="https://github.com/nodejs/node/pull/4708">#4708</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4c8713ce58"><code>4c8713ce58</code></a>] - <strong>doc</strong>: add buf.indexOf encoding param with example (Karl Skomski) <a href="https://github.com/nodejs/node/pull/3373">#3373</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1819d74491"><code>1819d74491</code></a>] - <strong>doc</strong>: fenced all code blocks, typo fixes (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/4733">#4733</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/961735e645"><code>961735e645</code></a>] - <strong>doc</strong>: make references clickable (Roman Klauke) <a href="https://github.com/nodejs/node/pull/4654">#4654</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7e80442483"><code>7e80442483</code></a>] - <strong>doc</strong>: improve child_process.execFile() code example (Ryan Sobol) <a href="https://github.com/nodejs/node/pull/4504">#4504</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/de9ad5b39d"><code>de9ad5b39d</code></a>] - <strong>doc</strong>: remove &quot;above&quot; and &quot;below&quot; references (Richard Sun) <a href="https://github.com/nodejs/node/pull/4499">#4499</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c549ca3b69"><code>c549ca3b69</code></a>] - <strong>doc</strong>: fix heading level error in Buffer doc (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/4537">#4537</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a613bae14c"><code>a613bae14c</code></a>] - <strong>doc</strong>: improvements to crypto.markdown copy (James M Snell) <a href="https://github.com/nodejs/node/pull/4435">#4435</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/18f580d0c1"><code>18f580d0c1</code></a>] - <strong>doc</strong>: improve child_process.markdown copy (James M Snell) <a href="https://github.com/nodejs/node/pull/4383">#4383</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a929837311"><code>a929837311</code></a>] - <strong>doc</strong>: improvements to buffer.markdown copy (James M Snell) <a href="https://github.com/nodejs/node/pull/4370">#4370</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a22f688407"><code>a22f688407</code></a>] - <strong>doc</strong>: improve addons.markdown copy (James M Snell) <a href="https://github.com/nodejs/node/pull/4320">#4320</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/94c2de47b1"><code>94c2de47b1</code></a>] - <strong>doc</strong>: update process.send() signature (cjihrig) <a href="https://github.com/nodejs/node/pull/5284">#5284</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4e1926cb08"><code>4e1926cb08</code></a>] - <strong>doc</strong>: replace node-forward link in CONTRIBUTING.md (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/5227">#5227</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e1713e81e5"><code>e1713e81e5</code></a>] - <strong>doc</strong>: fix minor inconsistencies in repl doc (Rich Trott) <a href="https://github.com/nodejs/node/pull/5193">#5193</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b2e72c0d92"><code>b2e72c0d92</code></a>] - <strong>doc</strong>: clarify exceptions during uncaughtException (Noah Rose) <a href="https://github.com/nodejs/node/pull/5180">#5180</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c3c549836a"><code>c3c549836a</code></a>] - <strong>doc</strong>: update DCO to v1.1 (Mikeal Rogers) <a href="https://github.com/nodejs/node/pull/5170">#5170</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9dd35ad594"><code>9dd35ad594</code></a>] - <strong>doc</strong>: fix dgram doc indentation (Rich Trott) <a href="https://github.com/nodejs/node/pull/5118">#5118</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/eed830702c"><code>eed830702c</code></a>] - <strong>doc</strong>: fix typo in dgram doc (Rich Trott) <a href="https://github.com/nodejs/node/pull/5114">#5114</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/abfb2f5864"><code>abfb2f5864</code></a>] - <strong>doc</strong>: fix link in cluster documentation (Timothy Gu) <a href="https://github.com/nodejs/node/pull/5068">#5068</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8b040b5bb2"><code>8b040b5bb2</code></a>] - <strong>doc</strong>: fix minor typo in process doc (Prayag Verma) <a href="https://github.com/nodejs/node/pull/5018">#5018</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/47eebe1d80"><code>47eebe1d80</code></a>] - <strong>doc</strong>: fix typo in Readme.md (Prayag Verma) <a href="https://github.com/nodejs/node/pull/5017">#5017</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2b97ff89a6"><code>2b97ff89a6</code></a>] - <strong>doc</strong>: minor improvement in OS docs (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5006">#5006</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9a5d58b89e"><code>9a5d58b89e</code></a>] - <strong>doc</strong>: improve styling consistency in VM docs (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5005">#5005</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/960e1bab98"><code>960e1bab98</code></a>] - <strong>doc</strong>: minor improvement to HTTPS doc (Alexander Makarenko) <a href="https://github.com/nodejs/node/pull/5002">#5002</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6048b011e8"><code>6048b011e8</code></a>] - <strong>doc</strong>: spell writable consistently (Peter Lyons) <a href="https://github.com/nodejs/node/pull/4954">#4954</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7b8f904167"><code>7b8f904167</code></a>] - <strong>doc</strong>: update eol handling in readline (Kári Tristan Helgason) <a href="https://github.com/nodejs/node/pull/4927">#4927</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/83efd0d4d1"><code>83efd0d4d1</code></a>] - <strong>doc</strong>: add more details to process.env (Evan Lucas) <a href="https://github.com/nodejs/node/pull/4924">#4924</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b2d2c0b588"><code>b2d2c0b588</code></a>] - <strong>doc</strong>: undo move http.IncomingMessage.statusMessage (Jeff Harris) <a href="https://github.com/nodejs/node/pull/4822">#4822</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b091c41b53"><code>b091c41b53</code></a>] - <strong>doc</strong>: proper markdown escaping -&gt; __, *, _ (Robert Jefe Lindstaedt) <a href="https://github.com/nodejs/node/pull/4805">#4805</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0887208290"><code>0887208290</code></a>] - <strong>doc</strong>: remove unnecessary bind(this) (Dmitriy Lazarev) <a href="https://github.com/nodejs/node/pull/4797">#4797</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f3e3c70bca"><code>f3e3c70bca</code></a>] - <strong>doc</strong>: Update small error in LICENSE for npm (Kat Marchán) <a href="https://github.com/nodejs/node/pull/4872">#4872</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e703b180b3"><code>e703b180b3</code></a>] - <strong>doc,tools,test</strong>: lint doc-based addon tests (Rich Trott) <a href="https://github.com/nodejs/node/pull/5427">#5427</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0f3b8ca192"><code>0f3b8ca192</code></a>] - <strong>fs</strong>: refactor redeclared variables (Rich Trott) <a href="https://github.com/nodejs/node/pull/4959">#4959</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/152c6b6b8d"><code>152c6b6b8d</code></a>] - <strong>http</strong>: remove reference to onParserExecute (Tom Atkinson) <a href="https://github.com/nodejs/node/pull/4773">#4773</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6a0571cd72"><code>6a0571cd72</code></a>] - <strong>http</strong>: do not emit <code>upgrade</code> on advertisement (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/4337">#4337</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/567ced9ef0"><code>567ced9ef0</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>http</strong>: handle errors on idle sockets (José F. Romaniello) <a href="https://github.com/nodejs/node/pull/4482">#4482</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/de5177ccb8"><code>de5177ccb8</code></a>] - <strong>https</strong>: evict cached sessions on error (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/4982">#4982</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/77a6036264"><code>77a6036264</code></a>] - <strong>installer</strong>: install the tick processor (Matt Loring) <a href="https://github.com/nodejs/node/pull/3032">#3032</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ea16d8d7c5"><code>ea16d8d7c5</code></a>] - <strong>lib</strong>: remove string_decoder.js var redeclarations (Rich Trott) <a href="https://github.com/nodejs/node/pull/4978">#4978</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1389660ab3"><code>1389660ab3</code></a>] - <strong>lib</strong>: scope loop variables (Rich Trott) <a href="https://github.com/nodejs/node/pull/4965">#4965</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/59255d7218"><code>59255d7218</code></a>] - <strong>lib</strong>: use arrow functions instead of bind (Minwoo Jung) <a href="https://github.com/nodejs/node/pull/3622">#3622</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fd26960aab"><code>fd26960aab</code></a>] - <strong>lib,test</strong>: remove extra semicolons (Michaël Zasso) <a href="https://github.com/nodejs/node/pull/2205">#2205</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9646d26ffd"><code>9646d26ffd</code></a>] - <strong>module</strong>: refactor redeclared variable (Rich Trott) <a href="https://github.com/nodejs/node/pull/4962">#4962</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/09311128e8"><code>09311128e8</code></a>] - <strong>net</strong>: use <code>_server</code> for internal book-keeping (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/5262">#5262</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/824c402174"><code>824c402174</code></a>] - <strong>net</strong>: refactor redeclared variables (Rich Trott) <a href="https://github.com/nodejs/node/pull/4963">#4963</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/96f306f3cf"><code>96f306f3cf</code></a>] - <strong>net</strong>: move isLegalPort to internal/net (Evan Lucas) <a href="https://github.com/nodejs/node/pull/4882">#4882</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/78d64889bd"><code>78d64889bd</code></a>] - <strong>node</strong>: set process._eventsCount to 0 on startup (Evan Lucas) <a href="https://github.com/nodejs/node/pull/5208">#5208</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7a2e8f4356"><code>7a2e8f4356</code></a>] - <strong>process</strong>: support symbol events (cjihrig) <a href="https://github.com/nodejs/node/pull/4798">#4798</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c9e2dce247"><code>c9e2dce247</code></a>] - <strong>querystring</strong>: improve parse() performance (Brian White) <a href="https://github.com/nodejs/node/pull/4675">#4675</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/18542c41fe"><code>18542c41fe</code></a>] - <strong>repl</strong>: remove variable redeclaration (Rich Trott) <a href="https://github.com/nodejs/node/pull/4977">#4977</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/10be8dc360"><code>10be8dc360</code></a>] - <strong>src</strong>: force line buffering for stderr (Rich Trott) <a href="https://github.com/nodejs/node/pull/3701">#3701</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7958664e85"><code>7958664e85</code></a>] - <strong>src</strong>: clean up usage of <strong>proto</strong> (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5069">#5069</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4e0a0d51b3"><code>4e0a0d51b3</code></a>] - <strong>src</strong>: remove no longer relevant comments (Chris911) <a href="https://github.com/nodejs/node/pull/4843">#4843</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/51c8bc8abc"><code>51c8bc8abc</code></a>] - <strong>src</strong>: remove __builtin_bswap16 call (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/4290">#4290</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5e1976e37c"><code>5e1976e37c</code></a>] - <strong>src</strong>: remove unused BITS_PER_LONG macro (Ben Noordhuis) <a href="https://github.com/nodejs/node/pull/4290">#4290</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c18ef54d88"><code>c18ef54d88</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>src</strong>: add BE support to StringBytes::Encode() (Bryon Leung) <a href="https://github.com/nodejs/node/pull/3410">#3410</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/be9e7610b5"><code>be9e7610b5</code></a>] - <strong>src,test,tools</strong>: modify for more stringent linting (Rich Trott) <a href="https://github.com/nodejs/node/pull/5214">#5214</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/538c4756a7"><code>538c4756a7</code></a>] - <strong>stream</strong>: refactor redeclared variables (Rich Trott) <a href="https://github.com/nodejs/node/pull/4816">#4816</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4fa22e4126"><code>4fa22e4126</code></a>] - <strong>streams</strong>: 5% throughput gain when sending small chunks (Matteo Collina) <a href="https://github.com/nodejs/node/pull/4354">#4354</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b6bd87495f"><code>b6bd87495f</code></a>] - <strong>test</strong>: remove flaky mark for test-debug-no-context (Rich Trott) <a href="https://github.com/nodejs/node/pull/5317">#5317</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7705360e35"><code>7705360e35</code></a>] - <strong>test</strong>: add test for https server close event (Braydon Fuller) <a href="https://github.com/nodejs/node/pull/5106">#5106</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9d6623e1d1"><code>9d6623e1d1</code></a>] - <strong>test</strong>: use String.prototype.repeat() for clarity (Rich Trott) <a href="https://github.com/nodejs/node/pull/5311">#5311</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/18e3987e2e"><code>18e3987e2e</code></a>] - <strong>test</strong>: mitigate flaky test-debug-no-context (Rich Trott) <a href="https://github.com/nodejs/node/pull/5269">#5269</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/058db07ce8"><code>058db07ce8</code></a>] - <strong>test</strong>: refactor test-dgram-send-callback-recursive (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5079">#5079</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1647113d7a"><code>1647113d7a</code></a>] - <strong>test</strong>: refactor test-http-destroyed-socket-write2 (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/4970">#4970</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/07dc2b50e2"><code>07dc2b50e2</code></a>] - <strong>test</strong>: shorten path for bogus socket (Rich Trott) <a href="https://github.com/nodejs/node/pull/4478">#4478</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/47e7c8c359"><code>47e7c8c359</code></a>] - <strong>test</strong>: mark test-http-regr-gh-2928 flaky (Rich Trott) <a href="https://github.com/nodejs/node/pull/5280">#5280</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9dbd66f7ef"><code>9dbd66f7ef</code></a>] - <strong>test</strong>: mark test-http-agent flaky (Rich Trott) <a href="https://github.com/nodejs/node/pull/5209">#5209</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/98049876b5"><code>98049876b5</code></a>] - <strong>test</strong>: minimal repl eval option test (Rich Trott) <a href="https://github.com/nodejs/node/pull/5192">#5192</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ae3185b8ac"><code>ae3185b8ac</code></a>] - <strong>test</strong>: disable fs watch tests for AIX (Michael Dawson) <a href="https://github.com/nodejs/node/pull/5187">#5187</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b639c3345b"><code>b639c3345b</code></a>] - <strong>test</strong>: fix child-process-fork-regr-gh-2847 again (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5179">#5179</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8be3afc474"><code>8be3afc474</code></a>] - <strong>test</strong>: fix flaky test-http-regr-gh-2928 (Rich Trott) <a href="https://github.com/nodejs/node/pull/5154">#5154</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/46dc12bdcc"><code>46dc12bdcc</code></a>] - <strong>test</strong>: enable to work pkcs12 test in FIPS mode (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/5150">#5150</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/e19b8ea692"><code>e19b8ea692</code></a>] - <strong>test</strong>: remove unneeded common.indirectInstanceOf() (Rich Trott) <a href="https://github.com/nodejs/node/pull/5149">#5149</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6072d2e15e"><code>6072d2e15e</code></a>] - <strong>test</strong>: disable gh-5100 test when in FIPS mode (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/5144">#5144</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a8417a2787"><code>a8417a2787</code></a>] - <strong>test</strong>: fix flaky test-dgram-pingpong (Rich Trott) <a href="https://github.com/nodejs/node/pull/5125">#5125</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9db67a6a44"><code>9db67a6a44</code></a>] - <strong>test</strong>: fix child-process-fork-regr-gh-2847 (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/5121">#5121</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/69150caedc"><code>69150caedc</code></a>] - <strong>test</strong>: don&#39;t run test-tick-processor.js on Aix (Michael Dawson) <a href="https://github.com/nodejs/node/pull/5093">#5093</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4a492b96b1"><code>4a492b96b1</code></a>] - <strong>test</strong>: mark flaky tests on Raspberry Pi (Rich Trott) <a href="https://github.com/nodejs/node/pull/5082">#5082</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4301f2cdc2"><code>4301f2cdc2</code></a>] - <strong>test</strong>: fix inconsistent styling in test-url (Brian White) <a href="https://github.com/nodejs/node/pull/5014">#5014</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/865baaed60"><code>865baaed60</code></a>] - <strong>test</strong>: fix redeclared vars in sequential tests (Rich Trott) <a href="https://github.com/nodejs/node/pull/4999">#4999</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/663e852c1b"><code>663e852c1b</code></a>] - <strong>test</strong>: pummel test fixes (Rich Trott) <a href="https://github.com/nodejs/node/pull/4998">#4998</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/72d38a4a38"><code>72d38a4a38</code></a>] - <strong>test</strong>: fix redeclared vars in test-vm-* (Rich Trott) <a href="https://github.com/nodejs/node/pull/4997">#4997</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/97ddfa2b6e"><code>97ddfa2b6e</code></a>] - <strong>test</strong>: fix redeclared vars in test-url (Rich Trott) <a href="https://github.com/nodejs/node/pull/4993">#4993</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/43d4db4314"><code>43d4db4314</code></a>] - <strong>test</strong>: fix redeclared test-util-* vars (Rich Trott) <a href="https://github.com/nodejs/node/pull/4994">#4994</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/88fae38d0c"><code>88fae38d0c</code></a>] - <strong>test</strong>: fix variable redeclarations (Rich Trott) <a href="https://github.com/nodejs/node/pull/4992">#4992</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/58595f146a"><code>58595f146a</code></a>] - <strong>test</strong>: fix redeclared test-path vars (Rich Trott) <a href="https://github.com/nodejs/node/pull/4991">#4991</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2b711d51fa"><code>2b711d51fa</code></a>] - <strong>test</strong>: fix var redeclarations in test-os (Rich Trott) <a href="https://github.com/nodejs/node/pull/4990">#4990</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bd9e2c31d6"><code>bd9e2c31d6</code></a>] - <strong>test</strong>: fix test-net-* variable redeclarations (Rich Trott) <a href="https://github.com/nodejs/node/pull/4989">#4989</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d67ab81882"><code>d67ab81882</code></a>] - <strong>test</strong>: fix redeclared test-intl var (Rich Trott) <a href="https://github.com/nodejs/node/pull/4988">#4988</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d6dbb2fae7"><code>d6dbb2fae7</code></a>] - <strong>test</strong>: fix redeclared test-http-* vars (Rich Trott) <a href="https://github.com/nodejs/node/pull/4987">#4987</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/ecaa89a8cb"><code>ecaa89a8cb</code></a>] - <strong>test</strong>: fix redeclared test-event-emitter-* vars (Rich Trott) <a href="https://github.com/nodejs/node/pull/4985">#4985</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/299c729371"><code>299c729371</code></a>] - <strong>test</strong>: remove redeclared var in test-domain (Rich Trott) <a href="https://github.com/nodejs/node/pull/4984">#4984</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/35a4a203bf"><code>35a4a203bf</code></a>] - <strong>test</strong>: remove var redeclarations in test-crypto-* (Rich Trott) <a href="https://github.com/nodejs/node/pull/4981">#4981</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1d56b74af0"><code>1d56b74af0</code></a>] - <strong>test</strong>: remove test-cluster-* var redeclarations (Rich Trott) <a href="https://github.com/nodejs/node/pull/4980">#4980</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0ce12cc1ec"><code>0ce12cc1ec</code></a>] - <strong>test</strong>: fix test-http-extra-response flakiness (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/4979">#4979</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c6b4bf138c"><code>c6b4bf138c</code></a>] - <strong>test</strong>: scope redeclared vars in test-child-process* (Rich Trott) <a href="https://github.com/nodejs/node/pull/4944">#4944</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/7654c171c7"><code>7654c171c7</code></a>] - <strong>test</strong>: refactor switch (Rich Trott) <a href="https://github.com/nodejs/node/pull/4870">#4870</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/226dfef690"><code>226dfef690</code></a>] - <strong>test</strong>: add common.platformTimeout() to dgram test (Rich Trott) <a href="https://github.com/nodejs/node/pull/4938">#4938</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/fb14bac662"><code>fb14bac662</code></a>] - <strong>test</strong>: fix flaky cluster test on Windows 10 (Rich Trott) <a href="https://github.com/nodejs/node/pull/4934">#4934</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f5d29d7ac4"><code>f5d29d7ac4</code></a>] - <strong>test</strong>: Add assertion for TLS peer certificate fingerprint (Alan Cohen) <a href="https://github.com/nodejs/node/pull/4923">#4923</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/618427cea6"><code>618427cea6</code></a>] - <strong>test</strong>: fix test-tls-zero-clear-in flakiness (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/4888">#4888</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8700c39c70"><code>8700c39c70</code></a>] - <strong>test</strong>: fix irregular whitespace issue (Roman Reiss) <a href="https://github.com/nodejs/node/pull/4864">#4864</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2b026c9d5a"><code>2b026c9d5a</code></a>] - <strong>test</strong>: fs.link() test runs on same device (Drew Folta) <a href="https://github.com/nodejs/node/pull/4861">#4861</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/80a637ac4d"><code>80a637ac4d</code></a>] - <strong>test</strong>: scope redeclared variable (Rich Trott) <a href="https://github.com/nodejs/node/pull/4854">#4854</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8c4903d4ef"><code>8c4903d4ef</code></a>] - <strong>test</strong>: update arrow function style (cjihrig) <a href="https://github.com/nodejs/node/pull/4813">#4813</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/0a44e6a447"><code>0a44e6a447</code></a>] - <strong>test</strong>: mark test-tick-processor flaky (Rich Trott) <a href="https://github.com/nodejs/node/pull/4809">#4809</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/363460616c"><code>363460616c</code></a>] - <strong>test</strong>: refactor test-net-settimeout (Rich Trott) <a href="https://github.com/nodejs/node/pull/4799">#4799</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6841d82c22"><code>6841d82c22</code></a>] - <strong>test</strong>: remove race condition in http flood test (Rich Trott) <a href="https://github.com/nodejs/node/pull/4793">#4793</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/b5bae32847"><code>b5bae32847</code></a>] - <strong>test</strong>: remove test-http-exit-delay (Rich Trott) <a href="https://github.com/nodejs/node/pull/4786">#4786</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/60514f9521"><code>60514f9521</code></a>] - <strong>test</strong>: refactor test-fs-watch (Rich Trott) <a href="https://github.com/nodejs/node/pull/4776">#4776</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/2a3a431119"><code>2a3a431119</code></a>] - <strong>test</strong>: fix <code>net-socket-timeout-unref</code> flakiness (Santiago Gimeno) <a href="https://github.com/nodejs/node/pull/4772">#4772</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9e6f3632a1"><code>9e6f3632a1</code></a>] - <strong>test</strong>: remove Object.observe from tests (Vladimir Kurchatkin) <a href="https://github.com/nodejs/node/pull/4769">#4769</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f78daa67b8"><code>f78daa67b8</code></a>] - <strong>test</strong>: make npm tests work on prerelease node versions (Kat Marchán) <a href="https://github.com/nodejs/node/pull/4960">#4960</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1c03191b6a"><code>1c03191b6a</code></a>] - <strong>test</strong>: make npm tests work on prerelease node versions (Kat Marchán) <a href="https://github.com/nodejs/node/pull/4872">#4872</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d9c22cc896"><code>d9c22cc896</code></a>] - <strong>test,buffer</strong>: refactor redeclarations (Rich Trott) <a href="https://github.com/nodejs/node/pull/4893">#4893</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/5c4960468a"><code>5c4960468a</code></a>] - <strong>tls</strong>: nullify <code>.ssl</code> on handle close (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/5168">#5168</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c0f5f01c9c"><code>c0f5f01c9c</code></a>] - <strong>tls</strong>: scope loop vars with let (Rich Trott) <a href="https://github.com/nodejs/node/pull/4853">#4853</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c86627e0d1"><code>c86627e0d1</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>tls</strong>: add <code>options</code> argument to createSecurePair (Коренберг Марк) <a href="https://github.com/nodejs/node/pull/2441">#2441</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c908ff36f4"><code>c908ff36f4</code></a>] - <strong>tls_wrap</strong>: reach error reporting for UV_EPROTO (Fedor Indutny) <a href="https://github.com/nodejs/node/pull/4885">#4885</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/cebe3b95e3"><code>cebe3b95e3</code></a>] - <strong>tools</strong>: run tick processor without forking (Matt Loring) <a href="https://github.com/nodejs/node/pull/4224">#4224</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/70d8827714"><code>70d8827714</code></a>] - <strong>(SEMVER-MINOR)</strong> <strong>tools</strong>: add --prof-process flag to node binary (Matt Loring) <a href="https://github.com/nodejs/node/pull/4021">#4021</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a43b9291c7"><code>a43b9291c7</code></a>] - <strong>tools</strong>: replace obsolete ESLint rules (Rich Trott) <a href="https://github.com/nodejs/node/pull/5214">#5214</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/a89c6f58f1"><code>a89c6f58f1</code></a>] - <strong>tools</strong>: update ESLint to version 2.1.0 (Rich Trott) <a href="https://github.com/nodejs/node/pull/5214">#5214</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/789f62196a"><code>789f62196a</code></a>] - <strong>tools</strong>: remove obsolete lint rules (Rich Trott) <a href="https://github.com/nodejs/node/pull/5214">#5214</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/154772cfa8"><code>154772cfa8</code></a>] - <strong>tools</strong>: parse types into links in doc html gen (Claudio Rodriguez) <a href="https://github.com/nodejs/node/pull/4741">#4741</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9237b6e38a"><code>9237b6e38a</code></a>] - <strong>tools</strong>: fix warning in doc parsing (Shigeki Ohtsu) <a href="https://github.com/nodejs/node/pull/4537">#4537</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/c653cc0c03"><code>c653cc0c03</code></a>] - <strong>tools</strong>: add recommended ES6 lint rules (Rich Trott) <a href="https://github.com/nodejs/node/pull/5210">#5210</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/993d9b7df0"><code>993d9b7df0</code></a>] - <strong>tools</strong>: add recommended linting rules (Rich Trott) <a href="https://github.com/nodejs/node/pull/5188">#5188</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/8423125223"><code>8423125223</code></a>] - <strong>tools</strong>: remove excessive comments from .eslintrc (Rich Trott) <a href="https://github.com/nodejs/node/pull/5151">#5151</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/4c687c98e4"><code>4c687c98e4</code></a>] - <strong>tools</strong>: enable no-proto rule for linter (Jackson Tian) <a href="https://github.com/nodejs/node/pull/5140">#5140</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/28e4e6f312"><code>28e4e6f312</code></a>] - <strong>tools</strong>: disallow mixed spaces and tabs for indents (Rich Trott) <a href="https://github.com/nodejs/node/pull/5135">#5135</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/50c6fe8604"><code>50c6fe8604</code></a>] - <strong>tools</strong>: alphabetize eslint stylistic issues section (Rich Trott)</li>
<li>[<a href="https://github.com/nodejs/node/commit/ee594f1ed7"><code>ee594f1ed7</code></a>] - <strong>tools</strong>: lint for empty character classes in regex (Rich Trott) <a href="https://github.com/nodejs/node/pull/5115">#5115</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bf0e239e99"><code>bf0e239e99</code></a>] - <strong>tools</strong>: lint for spacing around unary operators (Rich Trott) <a href="https://github.com/nodejs/node/pull/5063">#5063</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/6345acb792"><code>6345acb792</code></a>] - <strong>tools</strong>: enable no-redeclare rule for linter (Rich Trott) <a href="https://github.com/nodejs/node/pull/5047">#5047</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/1dae175b62"><code>1dae175b62</code></a>] - <strong>tools</strong>: fix redeclared vars in doc/json.js (Rich Trott) <a href="https://github.com/nodejs/node/pull/5047">#5047</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d1d220a1cf"><code>d1d220a1cf</code></a>] - <strong>tools</strong>: apply linting to doc tools (Rich Trott) <a href="https://github.com/nodejs/node/pull/4973">#4973</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/eddde1f60c"><code>eddde1f60c</code></a>] - <strong>tools</strong>: fix detecting constructor for JSON doc (Timothy Gu) <a href="https://github.com/nodejs/node/pull/4966">#4966</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/bcb327c8dd"><code>bcb327c8dd</code></a>] - <strong>tools</strong>: add property types in JSON documentation (Timothy Gu) <a href="https://github.com/nodejs/node/pull/4884">#4884</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/9a06a4c116"><code>9a06a4c116</code></a>] - <strong>tools</strong>: enable assorted ESLint error rules (Roman Reiss) <a href="https://github.com/nodejs/node/pull/4864">#4864</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/38474cfd49"><code>38474cfd49</code></a>] - <strong>tools</strong>: add arrow function rules to eslint (cjihrig) <a href="https://github.com/nodejs/node/pull/4813">#4813</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/f898abaa4f"><code>f898abaa4f</code></a>] - <strong>tools</strong>: fix setting path containing an ampersand (Brian White) <a href="https://github.com/nodejs/node/pull/4804">#4804</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/d10bee8e79"><code>d10bee8e79</code></a>] - <strong>tools</strong>: enable no-extra-semi rule in eslint (Michaël Zasso) <a href="https://github.com/nodejs/node/pull/2205">#2205</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/01006392cf"><code>01006392cf</code></a>] - <strong>tools,doc</strong>: fix linting errors (Rich Trott) <a href="https://github.com/nodejs/node/pull/5161">#5161</a></li>
<li>[<a href="https://github.com/nodejs/node/commit/57a5f8731a"><code>57a5f8731a</code></a>] - <strong>url</strong>: change scoping of variables with let (Kári Tristan Helgason) <a href="https://github.com/nodejs/node/pull/4867">#4867</a></li>
</ul>
<p>Windows 32-bit Installer: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0-x86.msi">https://nodejs.org/dist/v4.4.0/node-v4.4.0-x86.msi</a><br>
Windows 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0-x64.msi">https://nodejs.org/dist/v4.4.0/node-v4.4.0-x64.msi</a><br>
Windows 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.0/win-x86/node.exe">https://nodejs.org/dist/v4.4.0/win-x86/node.exe</a><br>
Windows 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.0/win-x64/node.exe">https://nodejs.org/dist/v4.4.0/win-x64/node.exe</a><br>
Mac OS X 64-bit Installer: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0.pkg">https://nodejs.org/dist/v4.4.0/node-v4.4.0.pkg</a><br>
Mac OS X 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0-darwin-x64.tar.gz">https://nodejs.org/dist/v4.4.0/node-v4.4.0-darwin-x64.tar.gz</a><br>
Linux 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-x86.tar.xz">https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-x86.tar.xz</a><br>
Linux 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-x64.tar.xz">https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-x64.tar.xz</a><br>
Linux PPC LE 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-ppc64le.tar.xz">https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-ppc64le.tar.xz</a><br>
SunOS 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0-sunos-x86.tar.xz">https://nodejs.org/dist/v4.4.0/node-v4.4.0-sunos-x86.tar.xz</a><br>
SunOS 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0-sunos-x64.tar.xz">https://nodejs.org/dist/v4.4.0/node-v4.4.0-sunos-x64.tar.xz</a><br>
ARMv6 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-armv6l.tar.xz">https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-armv6l.tar.xz</a><br>
ARMv7 32-bit Binary: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-armv7l.tar.xz">https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-armv7l.tar.xz</a><br>
ARMv8 64-bit Binary: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-arm64.tar.xz">https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-arm64.tar.xz</a><br>
Source Code: <a href="https://nodejs.org/dist/v4.4.0/node-v4.4.0.tar.gz">https://nodejs.org/dist/v4.4.0/node-v4.4.0.tar.gz</a><br>
Other release files: <a href="https://nodejs.org/dist/v4.4.0/">https://nodejs.org/dist/v4.4.0/</a><br>
Documentation: <a href="https://nodejs.org/docs/v4.4.0/api/">https://nodejs.org/docs/v4.4.0/api/</a></p>
<p>Shasums (GPG signing hash: SHA512, file hash: SHA256):</p>
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

650c2f1e186a4974304b652321fbb3c4bd22ee7bc7c2c406c6e244dd6a6d38be  node-v4.4.0-darwin-x64.tar.gz
e2aecfc2caf2881b463c98918f8e813be6b96e28e616a73376b0bbf9ed4d65c8  node-v4.4.0-darwin-x64.tar.xz
60aff0f9ea74bc64a8d0653828f63d6e8c5f39c3f7a16dee4a6ab48707071236  node-v4.4.0-headers.tar.gz
fc92838cc68322407b5fbfd787dcdcc3c2d094f98755df9b7168b0198331da7a  node-v4.4.0-headers.tar.xz
649590a9c16d262ba95b8e22a2a69105f7e881375b879e34e647748f18d2c830  node-v4.4.0-linux-arm64.tar.gz
edded0f3638757c7d1250ed8d9e2cf2790467d2f4295830e455d705d7cabbbf2  node-v4.4.0-linux-arm64.tar.xz
9ae5e1bb3ddeb4ec399922b0cadff47109b1711e79518be64566653454c19df2  node-v4.4.0-linux-armv6l.tar.gz
a1b68ff29aec840ef16549db542adc5fca764e5bdfc2e01c953ee30ce76f2c78  node-v4.4.0-linux-armv6l.tar.xz
c610f75a848b3334148c8d78ce125550b296356fc6baf4fdd8167142aad24806  node-v4.4.0-linux-armv7l.tar.gz
010d45cda9ced750f50fcc8ba3cf130edf2568d8c1346cdc8099096dcbc832b3  node-v4.4.0-linux-armv7l.tar.xz
1978d58ea0b640e0ce1766f6cc71b163baa7ad3cafbff69051f2b71c9edaf353  node-v4.4.0-linux-ppc64le.tar.gz
7f09ce7f067ade6b18ba3c7bea46986fd7b91efbcedb0f24d8b0523d0444634b  node-v4.4.0-linux-ppc64le.tar.xz
114a865effcff2783022ef0fcd30d1e51624d6c28140db0bdc662bcd0f850d8b  node-v4.4.0-linux-x64.tar.gz
781f63ca7a2f43cde6ca6561485582fdf63f2c78b66217bee6a1a5749fe2f28e  node-v4.4.0-linux-x64.tar.xz
53eb070a459838fb5bff9edc8260b6d0007409d36b8f2917bc1e523e92d6d99f  node-v4.4.0-linux-x86.tar.gz
200cb6ba462e860039407bd3205e8d3a8ffae5fa7060dc0ef906d7c86e01b85c  node-v4.4.0-linux-x86.tar.xz
13eb21a569218815b37893af9f6080eaa8156d0e66c38ed15e5bed4abac739e4  node-v4.4.0.pkg
46338fcf165edb93528196f942dd38d241abf56ca6e940200696f22fb40d7fe4  node-v4.4.0-sunos-x64.tar.gz
c98d794d6bdf25a5f4e686e5c0665ed107feee9191fef476abac648cc9f09662  node-v4.4.0-sunos-x64.tar.xz
4131f8f4baeb527a534c3b6a951d98727013e412a8c455c25c77a06a7faa0dfc  node-v4.4.0-sunos-x86.tar.gz
8a5d8b12660775d4b968a723d16b99e684ba31af1da36dc2fbaf44784ebf614f  node-v4.4.0-sunos-x86.tar.xz
2cfc76292576d17a8f2434329221675972c96e5fd60cd694610f53134079f92e  node-v4.4.0.tar.gz
6ae44ae9a9cd1f102ca7f3ea09ca6223afe88fab4911f1bf21c9da2a1e795f1d  node-v4.4.0.tar.xz
c87245838da77c601b38752626da8344b8874bedc3fa7d8634924cb70a801fe7  node-v4.4.0-x64.msi
b403b8142a44b4b5fc713b6f29d5bfd0d0cbdaf46ba86ef0b04ef1c3756f6398  node-v4.4.0-x86.msi
57b68aa386d828afb6b36c10953c95108b5f8e257562a9d9650f2597006879ed  win-x64/node.exe
c0490530037a43a94bec8abe5c7f5b98d20d406c9c5387a2372d148b2a37286d  win-x64/node.lib
23f6e19089ed4dc97dcf981ba5a1c5e2e9d726bc8857f434158bf3ed2dc161d5  win-x86/node.exe
a5b5353caabbb9fe4e244235e947d35b81968874cd0b863dba883e279627f316  win-x86/node.lib
-----BEGIN PGP SIGNATURE-----

iQEcBAEBAgAGBQJW38g9AAoJEJM7AfQLXKlGSk4H/AzwPhn3WTWA6NDVz/P9ZJ46
P09EFxE/krDqA5LNO1+5tQ+HTzdTSdruYsQBd2qfewjJ64Ho+Gma4ALKruWaxklX
qcv+0p26W2IRbNh3qOsSJGyXgtLHJsppx/wtdq5j9wv355NAfabMPnD/yffdqI0M
F0sloJBwjGnMq53wBjy7xiSnDHefINWE5tXcezxqtmS+H+mX4GNuChz5UUbyrhn3
6BEI/3FmQLpJ+zSzV3s2GHgiUxss4OF/EB0eh7BqLUwoc6tPZ7Uec43x0OtBTIbr
rkjqj1mruq0G2WwWmYiMZlwsG5AMAmDHQ4peE95jwI2kBU1/Gy+YB/mxeZjNXSo=
=fDQ1
-----END PGP SIGNATURE-----
</code></pre>]]></description><link>https://nodejs.org/en/blog/release/v4.4.0</link><guid isPermaLink="true">https://nodejs.org/en/blog/release/v4.4.0</guid><dc:creator><![CDATA[Myles Borins]]></dc:creator><pubDate>Wed, 09 Mar 2016 17:04:31 GMT</pubDate></item></channel></rss>