Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
36 changes: 18 additions & 18 deletions locale/en/blog/module/service-logging-in-json-with-bunyan.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locale/en/blog/npm/npm-1-0-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ layout: blog-post.hbs

<p><em>Also</em>, there&#8217;s a third use case that I didn&#8217;t really appreciate until I started writing more programs that had more dependencies:</p>

<ol start="3"> <li><p>Globally install something, and use it in development in a bunch of projects, and then update them all at once so that they all use the latest version. </ol>
<ol start="3"> <li><p>Globally install something, and use it in development in a bunch of projects, and then update them all at once so that they all use the latest version.</p></li></ol>

<p>Really, the second case above is a special-case of this third case.</p>

Expand Down
24 changes: 12 additions & 12 deletions locale/en/blog/release/v0.4.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ layout: blog-post.hbs
---

2011.07.19, Version 0.4.10 (stable)
<ul><li>#394 Fix Buffer drops last null character in UTF-8
<li>#829 Backport r8577 from V8 (Ben Noordhuis)
<li>#877 Don't wait for HTTP Agent socket pool to establish connections.
<li>#915 Find kqueue on FreeBSD correctly (Brett Kiefer)
<li>#1085 HTTP: Fix race in abort/dispatch code (Stefan Rusu)
<li>#1274 debugger improvement (Yoshihiro Kikuchi)
<li>#1291 Properly respond to HEAD during end(body) hot path (Reid Burke)
<li>#1304 TLS: Fix race in abort/connection code (Stefan Rusu)
<li>#1360 Allow _ in url hostnames.
<li>Revert 37d529f8 - unbreaks debugger command parsing.
<li>Bring back global execScript
<li>Doc improvements</ul>
<ul><li>#394 Fix Buffer drops last null character in UTF-8</li>
<li>#829 Backport r8577 from V8 (Ben Noordhuis)</li>
<li>#877 Don't wait for HTTP Agent socket pool to establish connections.</li>
<li>#915 Find kqueue on FreeBSD correctly (Brett Kiefer) </li>
<li>#1085 HTTP: Fix race in abort/dispatch code (Stefan Rusu)</li>
<li>#1274 debugger improvement (Yoshihiro Kikuchi)</li>
<li>#1291 Properly respond to HEAD during end(body) hot path (Reid Burke)</li>
<li>#1304 TLS: Fix race in abort/connection code (Stefan Rusu)</li>
<li>#1360 Allow _ in url hostnames.</li>
<li>Revert 37d529f8 - unbreaks debugger command parsing.</li>
<li>Bring back global execScript</li>
<li>Doc improvements</li></ul>

Download: <a href="https://nodejs.org/dist/node-v0.4.10.tar.gz">https://nodejs.org/dist/node-v0.4.10.tar.gz</a>
Website: <a href="https://nodejs.org/docs/v0.4.10">https://nodejs.org/docs/v0.4.10</a>
Expand Down
35 changes: 11 additions & 24 deletions locale/en/blog/release/v0.4.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,17 @@ layout: blog-post.hbs
---

2011.08.17, Version 0.4.11 (stable)
<ul><li><a href="https://github.com/joyent/node/issues/738">#738</a> Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)

<li><a href="https://github.com/joyent/node/issues/1202">#1202</a> net.createConnection defer DNS lookup error events to next tick (Ben Noordhuis)

<li><a href="https://github.com/joyent/node/issues/1374">#1374</a> fix setting ServerResponse.statusCode in writeHead (Trent Mick)

<li><a href="https://github.com/joyent/node/issues/1417">#1417</a> Fix http.ClientRequest crashes if end() was called twice

<li><a href="https://github.com/joyent/node/issues/1497">#1497</a> querystring: Replace 'in' test with 'hasOwnProperty' (isaacs)

<li><a href="https://github.com/joyent/node/issues/1546">#1546</a> http perf improvement

<li>fix memleak in libeio (Tom Hughes)

<li>cmake improvements (Tom Hughes)

<li>node_net.cc: fix incorrect sizeof() (Tom Hughes)

<li>Windows/cygwin: no more GetConsoleTitleW errors on XP (Bert Belder)

<li>Doc improvements (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier)</ul>



<ul><li><a href="https://github.com/joyent/node/issues/738">#738</a> Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)</li>
<li><a href="https://github.com/joyent/node/issues/1202">#1202</a> net.createConnection defer DNS lookup error events to next tick (Ben Noordhuis)</li>
<li><a href="https://github.com/joyent/node/issues/1374">#1374</a> fix setting ServerResponse.statusCode in writeHead (Trent Mick)</li>
<li><a href="https://github.com/joyent/node/issues/1417">#1417</a> Fix http.ClientRequest crashes if end() was called twice</li>
<li><a href="https://github.com/joyent/node/issues/1497">#1497</a> querystring: Replace 'in' test with 'hasOwnProperty' (isaacs)</li>
<li><a href="https://github.com/joyent/node/issues/1546">#1546</a> http perf improvement</li>
<li>fix memleak in libeio (Tom Hughes)</li>
<li>cmake improvements (Tom Hughes)</li>
<li>node_net.cc: fix incorrect sizeof() (Tom Hughes)</li>
<li>Windows/cygwin: no more GetConsoleTitleW errors on XP (Bert Belder)</li>
<li>Doc improvements (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier)</li></ul>

Download: <a href="https://nodejs.org/dist/node-v0.4.11.tar.gz">https://nodejs.org/dist/node-v0.4.11.tar.gz</a>

Expand Down
21 changes: 10 additions & 11 deletions locale/en/blog/release/v0.4.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ layout: blog-post.hbs
2011.09.15, Version 0.4.12 (stable)

<ul>
<li>Improve docs
<li>#1563 overflow in ChildProcess custom_fd.
<li>#1569, parse error on multi-line HTTP headers. (Ben Noordhuis)
<li>#1586 net: Socket write encoding case sensitivity (koichik)
<li>#1610 Remove DigiNotar CA from trusted list (isaacs)
<li>#1624 buffer: Avoid overrun with 'binary' encoding. (koichik)
<li>#1633 buffer: write() should always set _charsWritten. (koichik)
<li>#1707 hasOwnProperty usage security hole in querystring (isaacs)
<li>#1719 Drain OpenSSL error queue
<li>Fix error reporting in net.Server.listen</ul>

<li>Improve docs</li>
<li>#1563 overflow in ChildProcess custom_fd.</li>
<li>#1569, parse error on multi-line HTTP headers. (Ben Noordhuis)</li>
<li>#1586 net: Socket write encoding case sensitivity (koichik)</li>
<li>#1610 Remove DigiNotar CA from trusted list (isaacs)</li>
<li>#1624 buffer: Avoid overrun with 'binary' encoding. (koichik)</li>
<li>#1633 buffer: write() should always set _charsWritten. (koichik)</li>
<li>#1707 hasOwnProperty usage security hole in querystring (isaacs)</li>
<li>#1719 Drain OpenSSL error queue</li>
<li>Fix error reporting in net.Server.listen</li></ul>


Download: <a href="https://nodejs.org/dist/node-v0.4.12.tar.gz">https://nodejs.org/dist/node-v0.4.12.tar.gz</a>
Expand Down
20 changes: 10 additions & 10 deletions locale/en/blog/release/v0.4.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ layout: blog-post.hbs

2011.03.18, Version 0.4.3 (stable)
<ul>
<li> Don't decrease server connection counter again if destroy() is called more than once GH-431 (Andreas Reich, Anders Conbere)
<li> Documentation improvements (koichik)
<li> Fix bug with setMaxListeners GH-682
<li> Start up memory footprint improvement. (Tom Hughes)
<li> Solaris improvements.
<li> Buffer::Length(Buffer*) should not invoke itself recursively GH-759 (Ben Noordhuis)
<li> TLS: Advertise support for client certs GH-774 (Theo Schlossnagle)
<li> HTTP Agent bugs: GH-787, GH-784, GH-803.
<li> Don't call GetMemoryUsage every 5 seconds.
<li> Upgrade V8 to 3.1.8.3
<li>Don't decrease server connection counter again if destroy() is called more than once GH-431 (Andreas Reich, Anders Conbere)</li>
<li>Documentation improvements (koichik)</li>
<li>Fix bug with setMaxListeners GH-682</li>
<li>Start up memory footprint improvement. (Tom Hughes)</li>
<li>Solaris improvements.</li>
<li>Buffer::Length(Buffer*) should not invoke itself recursively GH-759 (Ben Noordhuis)</li>
<li>TLS: Advertise support for client certs GH-774 (Theo Schlossnagle)</li>
<li>HTTP Agent bugs: GH-787, GH-784, GH-803.</li>
<li>Don't call GetMemoryUsage every 5 seconds.</li>
<li>Upgrade V8 to 3.1.8.3</li>
</ul>


Expand Down
14 changes: 7 additions & 7 deletions locale/en/blog/release/v0.4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ layout: blog-post.hbs

2011.03.26, Version 0.4.4 (stable)
<ul>
<li> CryptoStream.end shouldn't throw if not writable GH-820
<li> Drop out if connection destroyed before connect() GH-819
<li> expose https.Agent
<li> Correctly setsid in tty.open GH-815
<li> Bug fix for failed buffer construction
<li> Added support for removing .once listeners (GH-806)
<li> Upgrade V8 to 3.1.8.5</ul>
<li>CryptoStream.end shouldn't throw if not writable GH-820</li>
<li>Drop out if connection destroyed before connect() GH-819</li>
<li>expose https.Agent</li>
<li>Correctly setsid in tty.open GH-815</li>
<li>Bug fix for failed buffer construction</li>
<li>Added support for removing .once listeners (GH-806)</li>
<li>Upgrade V8 to 3.1.8.5</li></ul>



Expand Down
16 changes: 8 additions & 8 deletions locale/en/blog/release/v0.4.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ layout: blog-post.hbs

2011.04.01, Version 0.4.5 (stable)
<ul>
<li> Fix listener leak in stream.pipe() (Mikeal Rogers)
<li> Retain buffers in fs.read/write() GH-814 (Jorge Chamorro Bieling)
<li> TLS performance improvements
<li> SlowBuffer.prototype.slice bug GH-843
<li> process.stderr.write should return true
<li> Immediate pause/resume race condition GH-535 (isaacs)
<li> Set default host header properly GH-721 (isaacs)
<li> Upgrade V8 to 3.1.8.8</ul>
<li>Fix listener leak in stream.pipe() (Mikeal Rogers)</li>
<li>Retain buffers in fs.read/write() GH-814 (Jorge Chamorro Bieling)</li>
<li>TLS performance improvements</li>
<li>SlowBuffer.prototype.slice bug GH-843</li>
<li>process.stderr.write should return true</li>
<li>Immediate pause/resume race condition GH-535 (isaacs)</li>
<li>Set default host header properly GH-721 (isaacs)</li>
<li>Upgrade V8 to 3.1.8.8</li></ul>



Expand Down
24 changes: 12 additions & 12 deletions locale/en/blog/release/v0.4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ layout: blog-post.hbs
---

2011.04.13, Version 0.4.6 (stable)
<ul><li> Don't error on ENOTCONN from shutdown() #670
<li> Auto completion of built-in debugger suggests prefix match rather than partial match. (koichik)
<li> circular reference in vm modules. #822 (Jakub Lekstan)
<li> http response.readable should be false after 'end' #867 (Abe Fettig)
<li> Implement os.cpus() and os.uptime() on Solaris (Scott McWhirter)
<li> fs.ReadStream: Allow omission of end option for range reads #801 (Felix Geisendörfer)
<li> Buffer.write() with UCS-2 should not be write partial char #916 (koichik)
<Li> Pass secureProtocol through on tls.Server creation (Theo Schlossnagle)
<li> TLS use RC4-SHA by default
<li> Don't strangely drop out of event loop on HTTPS client uploads #892
<li> Doc improvements
<li> Upgrade v8 to 3.1.8.10</ul>
<ul><li>Don't error on ENOTCONN from shutdown() #670</li>
<li>Auto completion of built-in debugger suggests prefix match rather than partial match. (koichik)</li>
<li>circular reference in vm modules. #822 (Jakub Lekstan)</li>
<li>http response.readable should be false after 'end' #867 (Abe Fettig)</li>
<li>Implement os.cpus() and os.uptime() on Solaris (Scott McWhirter)</li>
<li>fs.ReadStream: Allow omission of end option for range reads #801 (Felix Geisendörfer)</li>
<li>Buffer.write() with UCS-2 should not be write partial char #916 (koichik)</li>
<li>Pass secureProtocol through on tls.Server creation (Theo Schlossnagle)</li>
<li>TLS use RC4-SHA by default</li>
<li>Don't strangely drop out of event loop on HTTPS client uploads #892</li>
<li>Doc improvements</li>
<li>Upgrade v8 to 3.1.8.10</li></ul>

Download: <a href="https://nodejs.org/dist/node-v0.4.6.tar.gz">https://nodejs.org/dist/node-v0.4.6.tar.gz</a>

Expand Down
14 changes: 7 additions & 7 deletions locale/en/blog/release/v0.4.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ layout: blog-post.hbs
---

2011.04.22, Version 0.4.7 (stable)
<ul><li> Don't emit error on ECONNRESET from read() #670
<li> Fix: Multiple pipes to the same stream were broken #929 (Felix Geisendörfer)
<li> URL parsing/formatting corrections #954 (isaacs)
<li> make it possible to do repl.start('', stream) (Wade Simmons)
<li> Add os.loadavg for SunOS (Robert Mustacchi)
<li> Fix timeouts with floating point numbers #897 (Jorge Chamorro Bieling)
<li> Improve docs.</ul>
<ul><li>Don't emit error on ECONNRESET from read() #670</li>
<li>Fix: Multiple pipes to the same stream were broken #929 (Felix Geisendörfer)</li>
<li>URL parsing/formatting corrections #954 (isaacs)</li>
<li>make it possible to do repl.start('', stream) (Wade Simmons)</li>
<li>Add os.loadavg for SunOS (Robert Mustacchi)</li>
<li>Fix timeouts with floating point numbers #897 (Jorge Chamorro Bieling)</li>
<li>Improve docs.</li></ul>


Download: <a href="https://nodejs.org/dist/node-v0.4.7.tar.gz">https://nodejs.org/dist/node-v0.4.7.tar.gz</a>
Expand Down
28 changes: 14 additions & 14 deletions locale/en/blog/release/v0.4.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ layout: blog-post.hbs
---

2011.06.29, Version 0.4.9 (stable)<ul>
<li> Improve documentation
<li> #1095 error handling bug in stream.pipe() (Felix Geisendörfer)
<li> #1097 Fix a few leaks in node_crypto.cc (Ben Noordhuis)
<li> #562 #1078 Parse file:// urls properly (Ryan Petrello)
<li> #880 Option to disable SSLv2 (Jérémy Lal)
<li> #1087 Disabling SSL compression disabled with early OpenSSLs.
<li> #1144 debugger: don't allow users to input non-valid commands (Siddharth Mahendraker)
<li> Perf improvement for util.inherits
<li> #1166 Support for signature verification with RSA/DSA public keys (Mark Cavage)
<li> #1177 Remove node_modules lookup optimization to better support nested project structures (Mathias Buus)
<li> #1203 Add missing scope.Close to fs.sendfileSync
<li> #1187 Support multiple 'link' headers
<li> #1196 Fix -e/--eval can't load module from node_modules (Koichi Kobayashi)
<li> Upgrade V8 to 3.1.8.25, upgrade http-parser.</ul>
<li>Improve documentation</li>
<li>#1095 error handling bug in stream.pipe() (Felix Geisendörfer)</li>
<li>#1097 Fix a few leaks in node_crypto.cc (Ben Noordhuis)</li>
<li>#562 #1078 Parse file:// urls properly (Ryan Petrello)</li>
<li>#880 Option to disable SSLv2 (Jérémy Lal)</li>
<li>#1087 Disabling SSL compression disabled with early OpenSSLs.</li>
<li>#1144 debugger: don't allow users to input non-valid commands (Siddharth Mahendraker)</li>
<li>Perf improvement for util.inherits</li>
<li>#1166 Support for signature verification with RSA/DSA public keys (Mark Cavage)</li>
<li>#1177 Remove node_modules lookup optimization to better support nested project structures (Mathias Buus)</li>
<li>#1203 Add missing scope.Close to fs.sendfileSync</li>
<li>#1187 Support multiple 'link' headers</li>
<li>#1196 Fix -e/--eval can't load module from node_modules (Koichi Kobayashi)</li>
<li>Upgrade V8 to 3.1.8.25, upgrade http-parser.</li></ul>


Download: <a href="https://nodejs.org/dist/node-v0.4.9.tar.gz">https://nodejs.org/dist/node-v0.4.9.tar.gz</a>
Expand Down
49 changes: 25 additions & 24 deletions locale/en/blog/release/v0.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,31 @@ layout: blog-post.hbs

2011.07.05, Version 0.5.0 (unstable)

<li> New non-default libuv backend to support IOCP on Windows. Use <code>--use-uv</code> to enable.
<li> deprecate http.cat
<li> docs improved.
<li> add child_process.fork
<li> add fs.utimes() and fs.futimes() support (Ben Noordhuis)
<li> add process.uptime() (Tom Huges)
<li> add path.relative (Tony Huang)
<li> add os.getNetworkInterfaces()
<li> add remoteAddress and remotePort for client TCP connections (Brian White)
<li> add secureOptions flag, setting ciphers, SSL_OP_CRYPTOPRO_TLSEXT_BUG to TLS (Theo Schlossnagle)
<li> add process.arch (Nathan Rajlich)
<li> add reading/writing of floats and doubles from/to buffers (Brian White)
<li> Allow script to be read from stdin
<li> #477 add Buffer::fill method to do memset (Konstantin Käfer)
<li> #573 Diffie-Hellman support to crypto module (Håvard Stranden)
<li> #695 add 'hex' encoding to buffer (isaacs)
<li> #851 Update how REPLServer uses contexts (Ben Weaver)
<li> #853 add fs.lchow, fs.lchmod, fs.fchmod, fs.fchown (isaacs)
<li> #889 Allow to remove all EventEmitter listeners at once (Felix Geisendörfer)
<li> #926 OpenSSL NPN support (Fedor Indutny)
<li> #955 Change ^C handling in REPL (isaacs)
<li> #979 add support for Unix Domain Sockets to HTTP (Mark Cavage)
<li> #1173 #1170 add AMD, asynchronous module definition (isaacs)
<li> DTrace probes: support X-Forwarded-For (Dave Pacheco) </ul>
<ul>
<li>New non-default libuv backend to support IOCP on Windows. Use <code>--use-uv</code> to enable.</li>
<li>deprecate http.cat</li>
<li>docs improved.</li>
<li>add child_process.fork</li>
<li>add fs.utimes() and fs.futimes() support (Ben Noordhuis)</li>
<li>add process.uptime() (Tom Huges)</li>
<li>add path.relative (Tony Huang)</li>
<li>add os.getNetworkInterfaces()</li>
<li>add remoteAddress and remotePort for client TCP connections (Brian White)</li>
<li>add secureOptions flag, setting ciphers, SSL_OP_CRYPTOPRO_TLSEXT_BUG to TLS (Theo Schlossnagle)</li>
<li>add process.arch (Nathan Rajlich)</li>
<li>add reading/writing of floats and doubles from/to buffers (Brian White)</li>
<li>Allow script to be read from stdin</li>
<li>#477 add Buffer::fill method to do memset (Konstantin Käfer)</li>
<li>#573 Diffie-Hellman support to crypto module (Håvard Stranden)</li>
<li>#695 add 'hex' encoding to buffer (isaacs)</li>
<li>#851 Update how REPLServer uses contexts (Ben Weaver)</li>
<li>#853 add fs.lchow, fs.lchmod, fs.fchmod, fs.fchown (isaacs)</li>
<li>#889 Allow to remove all EventEmitter listeners at once (Felix Geisendörfer)</li>
<li>#926 OpenSSL NPN support (Fedor Indutny)</li>
<li>#955 Change ^C handling in REPL (isaacs)</li>
<li>#979 add support for Unix Domain Sockets to HTTP (Mark Cavage)</li>
<li>#1173 #1170 add AMD, asynchronous module definition (isaacs)</li>
<li>DTrace probes: support X-Forwarded-For (Dave Pacheco) </li></ul>
Download: <a href="https://nodejs.org/dist/node-v0.5.0.tar.gz">https://nodejs.org/dist/node-v0.5.0.tar.gz</a>

Website: <a href="https://nodejs.org/docs/v0.5.0/">https://nodejs.org/docs/v0.5.0/</a>
Expand Down
20 changes: 10 additions & 10 deletions locale/en/blog/release/v0.5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ layout: blog-post.hbs
---

2011.07.14, Version 0.5.1 (unstable)
<ul><li> #1233 Fix os.totalmem on FreeBSD amd64 (Artem Zaytsev)
<li> #1149 IDNA and Punycode support in url.parse (Jeremy Selier, Ben Noordhuis, isaacs)
<li> Export $CC and $CXX to uv and V8's build systems
<li> Include pthread-win32 static libraries in build (Igor Zinkovsky)
<li> #1199, #1094 Fix fs can't handle large file on 64bit platform (koichik)
<li> #1281 Make require a public member of module (isaacs)
<li> #1303 Stream.pipe returns the destination (Elijah Insua)
<li> #1229 Addons should not -DEV_MULTIPLICITY=0 (Brian White)
<li> libuv backend improvements
<li> Upgrade V8 to 3.4.10</ul>
<ul><li>#1233 Fix os.totalmem on FreeBSD amd64 (Artem Zaytsev)</li>
<li>#1149 IDNA and Punycode support in url.parse (Jeremy Selier, Ben Noordhuis, isaacs)</li>
<li>Export $CC and $CXX to uv and V8's build systems</li>
<li>Include pthread-win32 static libraries in build (Igor Zinkovsky)</li>
<li>#1199, #1094 Fix fs can't handle large file on 64bit platform (koichik)</li>
<li>#1281 Make require a public member of module (isaacs)</li>
<li>#1303 Stream.pipe returns the destination (Elijah Insua)</li>
<li>#1229 Addons should not -DEV_MULTIPLICITY=0 (Brian White)</li>
<li>libuv backend improvements</li>
<li>Upgrade V8 to 3.4.10</li></ul>



Expand Down
20 changes: 10 additions & 10 deletions locale/en/blog/release/v0.5.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ layout: blog-post.hbs
---

2011.07.22, Version 0.5.2 (unstable)
<ul><li>libuv improvements; named pipe support
<li>#1242 check for SSL_COMP_get_compression_methods() (Ben Noordhuis)
<li>#1348 remove require.paths (isaacs)
<li>#1349 Delimit NODE_PATH with ; on Windows (isaacs)
<li>#1335 Remove EventEmitter from C++
<li>#1357 Load json files with require() (isaacs)
<li>#1374 fix setting ServerResponse.statusCode in writeHead (Trent Mick)
<li>Fixed: GC was being run too often.
<li>Upgrade V8 to 3.4.14
<li>doc improvements</ul>
<ul><li>libuv improvements; named pipe support</li>
<li>#1242 check for SSL_COMP_get_compression_methods() (Ben Noordhuis)</li>
<li>#1348 remove require.paths (isaacs)</li>
<li>#1349 Delimit NODE_PATH with ; on Windows (isaacs)</li>
<li>#1335 Remove EventEmitter from C++</li>
<li>#1357 Load json files with require() (isaacs)</li>
<li>#1374 fix setting ServerResponse.statusCode in writeHead (Trent Mick)</li>
<li>Fixed: GC was being run too often.</li>
<li>Upgrade V8 to 3.4.14</li>
<li>doc improvements</li></ul>

Download: <a href="https://nodejs.org/dist/v0.5.2/node-v0.5.2.tar.gz">https://nodejs.org/dist/v0.5.2/node-v0.5.2.tar.gz</a>

Expand Down
Loading