tag:github.com,2008:https://github.com/niedfelj/node/releases
Release notes from node
2012-02-23T22:39:26Z
tag:github.com,2008:Repository/3538870/v0.7.5
2012-02-23T22:39:26Z
v0.7.5: 2012.02.23, Version 0.7.5 (unstable)
<ul>
<li>
<p>startup speed improvements (Maciej Małecki)</p>
</li>
<li>
<p>crypto: add function getDiffieHellman() (Tomasz Buchert)</p>
</li>
<li>
<p>buffer: support decoding of URL-safe base64 (Ben Noordhuis)</p>
</li>
<li>
<p>Make QueryString.parse() even faster (Brian White)</p>
</li>
<li>
<p>url: decode url entities in auth section (Ben Noordhuis)</p>
</li>
<li>
<p>http: support PURGE request method (Ben Noordhuis)</p>
</li>
<li>
<p>http: Generate Date headers on responses (Mark Nottingham)</p>
</li>
<li>
<p>Fix <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3246888" data-permission-text="Title is private" data-url="https://github.com/nodejs/node-v0.x-archive/issues/2762" data-hovercard-type="issue" data-hovercard-url="/nodejs/node-v0.x-archive/issues/2762/hovercard" href="https://github.com/nodejs/node-v0.x-archive/issues/2762">nodejs#2762</a>: Add callback to close function. (Mikeal Rogers)</p>
</li>
<li>
<p>dgram: fix out-of-bound memory read (Ben Noordhuis)</p>
</li>
<li>
<p>repl: add automatic loading of built-in libs (Brandon Benvie)</p>
</li>
<li>
<p>repl: remove double calls where possible (Fedor Indutny)</p>
</li>
<li>
<p>Readline improvements. Related: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3183022" data-permission-text="Title is private" data-url="https://github.com/nodejs/node-v0.x-archive/issues/2737" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node-v0.x-archive/pull/2737/hovercard" href="https://github.com/nodejs/node-v0.x-archive/pull/2737">nodejs#2737</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3229409" data-permission-text="Title is private" data-url="https://github.com/nodejs/node-v0.x-archive/issues/2756" data-hovercard-type="issue" data-hovercard-url="/nodejs/node-v0.x-archive/issues/2756/hovercard" href="https://github.com/nodejs/node-v0.x-archive/issues/2756">nodejs#2756</a> (Colton Baker)</p>
</li>
<li>
<p>build: disable -fomit-frame-pointer on solaris (Dave Pacheco)</p>
</li>
<li>
<p>build: arch detection improvements (Nathan Rajlich)</p>
</li>
<li>
<p>build: Make a fat binary for the OS X <code>make pkg</code>. (Nathan Rajlich)</p>
</li>
<li>
<p>jslint src/ and lib/ on 'make test' (isaacs)</p>
</li>
</ul>
isaacs
tag:github.com,2008:Repository/3538870/v0.6.11
2012-02-17T21:17:04Z
v0.6.11: 2012.02.17 Version 0.6.11 (stable)
<ul>
<li>
<p>http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik)</p>
</li>
<li>
<p>http: allow multiple WWW-Authenticate headers (Ben Noordhuis)</p>
</li>
<li>
<p>windows: support unicode argv and environment variables (Bert Belder)</p>
</li>
<li>
<p>tls: mitigate session renegotiation attacks (Ben Noordhuis)</p>
</li>
<li>
<p>tcp, pipe: don't assert on uv_accept() errors (Ben Noordhuis)</p>
</li>
<li>
<p>tls: Allow establishing secure connection on the existing socket (koichik)</p>
</li>
<li>
<p>dgram: handle close of dgram socket before DNS lookup completes (Seth Fitzsimmons)</p>
</li>
<li>
<p>windows: Support half-duplex pipes (Igor Zinkovsky)</p>
</li>
<li>
<p>build: disable omit-frame-pointer on solaris systems (Dave Pacheco)</p>
</li>
<li>
<p>debugger: fix --debug-brk (Ben Noordhuis)</p>
</li>
<li>
<p>net: fix large file downloads failing (koichik)</p>
</li>
<li>
<p>fs: fix ReadStream failure to read from existing fd (Christopher Jeffrey)</p>
</li>
<li>
<p>net: destroy socket on DNS error (Stefan Rusu)</p>
</li>
<li>
<p>dtrace: add missing translator (Dave Pacheco)</p>
</li>
<li>
<p>unix: don't flush tty on switch to raw mode (Ben Noordhuis)</p>
</li>
<li>
<p>windows: reset brightness when reverting to default text color (Bert Belder)</p>
</li>
<li>
<p>npm: update to 1.1.1</p>
<ul>
<li>Update which, fstream, mkdirp, request, and rimraf</li>
<li>Fix <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2249445" data-permission-text="Title is private" data-url="https://github.com/nodejs/node-v0.x-archive/issues/2123" data-hovercard-type="issue" data-hovercard-url="/nodejs/node-v0.x-archive/issues/2123/hovercard" href="https://github.com/nodejs/node-v0.x-archive/issues/2123">nodejs#2123</a> Set path properly for lifecycle scripts on windows</li>
<li>Mark the root as seen, so we don't recurse into it. Fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1841348" data-permission-text="Title is private" data-url="https://github.com/nodejs/node-v0.x-archive/issues/1838" data-hovercard-type="pull_request" data-hovercard-url="/nodejs/node-v0.x-archive/pull/1838/hovercard" href="https://github.com/nodejs/node-v0.x-archive/pull/1838">nodejs#1838</a>. (Martin Cooper)</li>
</ul>
</li>
</ul>
isaacs
tag:github.com,2008:Repository/3538870/v0.7.4
2012-02-15T19:37:01Z
v0.7.4: 2012.02.14, Version 0.7.4 (unstable)
<ul>
<li>
<p>Upgrade V8 to 3.9.5</p>
</li>
<li>
<p>Upgrade npm to 1.1.1</p>
</li>
<li>
<p>build: Detect host_arch better (Karl Skomski)</p>
</li>
<li>
<p>debugger: export <code>debug_port</code> to <code>process</code> (Fedor Indutny)</p>
</li>
<li>
<p>api docs: CSS bug fixes (isaacs)</p>
</li>
<li>
<p>build: use -fPIC for native addons on UNIX (Nathan Rajlich)</p>
</li>
<li>
<p>Re-add top-level v8::Locker (Marcel Laverdet)</p>
</li>
<li>
<p>Move images out of the dist tarballs (isaacs)</p>
</li>
<li>
<p>libuv: Remove uv_export and uv_import (Ben Noordhuis)</p>
</li>
<li>
<p>build: Support x64 build on Windows (Igor Zinkovsky)</p>
</li>
</ul>
isaacs
tag:github.com,2008:Repository/3538870/v0.7.3
2012-02-08T00:44:13Z
v0.7.3: 2012.02.07, Version 0.7.3 (unstable)
<ul>
<li>
<p>Upgrade V8 to 3.9.2</p>
</li>
<li>
<p>Revert support for isolates. (Ben Noordhuis)</p>
</li>
<li>
<p>cluster: Cleanup docs, event handling, and process.disconnect (Andreas Madsen)</p>
</li>
<li>
<p>gyp_addon: link with node.lib on Windows (Nathan Rajlich)</p>
</li>
<li>
<p>http: fix case where http-parser is freed twice (koichik)</p>
</li>
<li>
<p>Windows: disable RTTI and exceptions (Bert Belder)</p>
</li>
</ul>
isaacs
tag:github.com,2008:Repository/3538870/v0.6.10
2012-02-03T01:18:44Z
v0.6.10: 2012.02.02, Version 0.6.10 (stable)
<ul>
<li>
<p>Update V8 to 3.6.6.20</p>
</li>
<li>
<p>Add npm msysgit bash shim to msi installer (isaacs)</p>
</li>
<li>
<p>buffers: fix intermittent out of bounds error (Ben Noordhuis)</p>
</li>
<li>
<p>buffers: honor length argument in base64 decoder (Ben Noordhuis)</p>
</li>
<li>
<p>windows: Fix path.exists regression (Bert Belder)</p>
</li>
<li>
<p>Make QueryString.parse run faster (Philip Tellis)</p>
</li>
<li>
<p>http: avoid freeing http-parser objects too early (koichik)</p>
</li>
<li>
<p>timers: add v0.4 compatibility hack (Ben Noordhuis)</p>
</li>
<li>
<p>Proper EPERM error code support (Igor Zinkovsky, Brandon Philips)</p>
</li>
<li>
<p>dgram: Implement udp multicast methods on windows (Bert Belder)</p>
</li>
</ul>
isaacs
tag:github.com,2008:Repository/3538870/v0.7.2
2012-02-01T21:04:11Z
v0.7.2: 2012.02.01, Version 0.7.2 (unstable)
<ul>
<li>
<p>Update V8 to 3.8.9</p>
</li>
<li>
<p>Support for sharing streams across Isolates (Igor Zinkovsky)</p>
</li>
<li>
<p><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3012618" data-permission-text="Title is private" data-url="https://github.com/nodejs/node-v0.x-archive/issues/2636" data-hovercard-type="issue" data-hovercard-url="/nodejs/node-v0.x-archive/issues/2636/hovercard" href="https://github.com/nodejs/node-v0.x-archive/issues/2636">nodejs#2636</a> - Fix case where http_parsers are freed too early (koichik)</p>
</li>
<li>
<p>url: Support for IPv6 addresses in URLs (Łukasz Walukiewicz)</p>
</li>
<li>
<p>child_process: Add disconnect() method to child processes (Andreas Madsen)</p>
</li>
<li>
<p>fs: add O_EXCL support, exclusive open file (Ben Noordhuis)</p>
</li>
<li>
<p>fs: more specific error messages (Tj Holowaychuk)</p>
</li>
<li>
<p>tty: emit 'unknown' key event if key sequence not found (Dan VerWeire, Nathan Rajlich)</p>
</li>
<li>
<p>build: compile release build too if BUILDTYPE=Debug (Ben Noordhuis)</p>
</li>
<li>
<p>module: fix --debug-brk on symlinked scripts (Fedor Indutny)</p>
</li>
<li>
<p>zlib: fix <code>Failed to set dictionary</code> issue (Fedor Indutny)</p>
</li>
<li>
<p>waf: predict target arch for OS X (Fedor Indutny)</p>
</li>
</ul>
isaacs
tag:github.com,2008:Repository/3538870/v0.6.9
2012-01-28T00:54:09Z
v0.6.9: 2012.01.27, Version 0.6.9 (stable)
<ul>
<li>
<p>dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis)</p>
<ul>
<li>Note: Windows UDP support not yet complete.</li>
</ul>
</li>
<li>
<p>http: Fix parser memory leak (koichik)</p>
</li>
<li>
<p>zlib: Fix <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2595709" data-permission-text="Title is private" data-url="https://github.com/nodejs/node-v0.x-archive/issues/2365" data-hovercard-type="issue" data-hovercard-url="/nodejs/node-v0.x-archive/issues/2365/hovercard" href="https://github.com/nodejs/node-v0.x-archive/issues/2365">nodejs#2365</a> crashes on invalid input (Nicolas LaCasse)</p>
</li>
<li>
<p>module: fix --debug-brk on symlinked scripts (Fedor Indutny)</p>
</li>
<li>
<p>Documentation Restyling (Matthew Fitzsimmons)</p>
</li>
<li>
<p>Update npm to 1.1.0-3 (isaacs)</p>
</li>
<li>
<p>Windows: fix regression in stat() calls to C:\ (Bert Belder)</p>
</li>
</ul>
isaacs
tag:github.com,2008:Repository/3538870/v0.7.1
2012-01-24T01:26:31Z
v0.7.1: 2012.01.23, Version 0.7.1 (unstable)
<ul>
<li>
<p>Update V8 to 3.8.8</p>
</li>
<li>
<p>Install node-waf by default (Fedor Indutny)</p>
</li>
<li>
<p>crypto: Add ability to turn off PKCS padding (Ingmar Runge)</p>
</li>
<li>
<p>v8: implement VirtualMemory class on SunOS (Ben Noordhuis)</p>
</li>
<li>
<p>Add cluster.setupMaster (Andreas Madsen)</p>
</li>
<li>
<p>move <code>path.exists*</code> to <code>fs.exists*</code> (Maciej Małecki)</p>
</li>
<li>
<p>typed arrays: set class name (Ben Noordhuis)</p>
</li>
<li>
<p>libuv bug fixes (Igor Zinkovsky, Ben Noordhuis, Dan VerWeire)</p>
</li>
</ul>
isaacs
tag:github.com,2008:Repository/3538870/v0.6.8
2012-01-20T03:36:18Z
v0.6.8: 2012.01.19, Version 0.6.8 (stable)
<ul>
<li>
<p>Update V8 to 3.6.6.19</p>
</li>
<li>
<p>Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny)</p>
</li>
<li>
<p>Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie)</p>
</li>
<li>
<p>path.extname bugfix with . and .. paths (Bert Belder)</p>
</li>
<li>
<p>cluster: don't always kill the master on uncaughtException (Ben Noordhuis)</p>
</li>
<li>
<p>Update npm to 1.1.0-2 (isaacs)</p>
</li>
<li>
<p>typed arrays: set class name (Ben Noordhuis)</p>
</li>
<li>
<p>zlib binding cleanup (isaacs, Bert Belder)</p>
</li>
<li>
<p>dgram: use slab memory allocator (Michael Bernstein)</p>
</li>
<li>
<p>fix segfault <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2743080" data-permission-text="Title is private" data-url="https://github.com/nodejs/node-v0.x-archive/issues/2473" data-hovercard-type="issue" data-hovercard-url="/nodejs/node-v0.x-archive/issues/2473/hovercard" href="https://github.com/nodejs/node-v0.x-archive/issues/2473">nodejs#2473</a></p>
</li>
</ul>
isaacs
tag:github.com,2008:Repository/3538870/v0.7.0
2012-01-17T03:46:18Z
v0.7.0: 2012.01.16, Version 0.7.0 (unstable)
<ul>
<li>
<p>Upgrade V8 to 3.8.6</p>
</li>
<li>
<p>Use GYP build system on unix (Ben Noordhuis)</p>
</li>
<li>
<p>Experimenetal isolates support (Ben Noordhuis)</p>
</li>
<li>
<p>Improvements to Cluster API (Andreas Madsen)</p>
</li>
<li>
<p>Use isolates for internal debugger (Fedor Indutny)</p>
</li>
<li>
<p>Bug fixes</p>
</li>
</ul>
ry