tag:github.com,2008:https://github.com/basuke/node/releases
Release notes from node
2010-09-17T18:35:22Z
tag:github.com,2008:Repository/942041/v0.2.2
2010-09-17T18:35:22Z
v0.2.2: 2010.09.17, Version 0.2.2
<ul>
<li>
<p>REPL improvements (Trent Mick)</p>
</li>
<li>
<p>Fix bug in fs.realpath (Isaac Schlueter)</p>
</li>
<li>
<p>sys.pump catches errors (Russell Haering)</p>
</li>
</ul>
ry
tag:github.com,2008:Repository/942041/v0.2.1
2010-09-10T20:52:50Z
v0.2.1: 2010.09.10, Version 0.2.1
<ul>
<li>
<p>REPL improvements (Johan Euphrosine, Brian White)</p>
</li>
<li>
<p>nextTick bug fixes (Benjamin Thomas, Felix Geisendörfer,<br>
Trent Mick)</p>
</li>
<li>
<p>fs module bug fixes (Russell Haering, Marco Rogers, Tobie Langel,<br>
Isaac Schlueter)</p>
</li>
<li>
<p>Build script change for OpenEmbedded.</p>
</li>
<li>
<p>Most constrctuors work without 'new' now.</p>
</li>
<li>
<p>Allow Strings for ports on net.Server.listen (Bradley Meck)</p>
</li>
<li>
<p>setInterval(cb, 0) loops infinitely</p>
</li>
<li>
<p>Fixes for NODE_MODULE_CONTEXTS=1 (Herbert Vojčík)</p>
</li>
<li>
<p>Expose fingerproint from getPeerCertificate (Paul Querna)</p>
</li>
<li>
<p>API: forceClose -> destroy for WriteStreams</p>
</li>
</ul>
ry
tag:github.com,2008:Repository/942041/v0.2.0
2010-08-20T08:54:39Z
v0.2.0: 2010.08.20, Version 0.2.0
<ul>
<li>
<p>process.title support for FreeBSD, Macintosh, Linux</p>
</li>
<li>
<p>Fix OpenSSL 100% CPU usage on error (Illarionov Oleg)</p>
</li>
<li>
<p>Implement net.Server.maxConnections.</p>
</li>
<li>
<p>Fix process.platform, add process.version.</p>
</li>
<li>
<p>Add --without-snapshot configure option.</p>
</li>
<li>
<p>Readline REPL improvements (Trent Mick)</p>
</li>
<li>
<p>Bug fixes.</p>
</li>
<li>
<p>Upgrade V8 to 2.3.8</p>
</li>
</ul>
ry
tag:github.com,2008:Repository/942041/v0.1.104
2010-08-13T16:02:24Z
v0.1.104: 2010.08.13, Version 0.1.104
<ul>
<li>
<p>Various bug fixes (console, querystring, require)</p>
</li>
<li>
<p>Set cwd for child processes (Bert Belder)</p>
</li>
<li>
<p>Tab completion for readline (Trent Mick)</p>
</li>
<li>
<p>process.title getter/setter for OSX, Linux, Cygwin.<br>
(Rasmus Andersson, Bert Belder)</p>
</li>
<li>
<p>Upgrade V8 to 2.3.6</p>
</li>
</ul>
ry
tag:github.com,2008:Repository/942041/v0.1.103
2010-08-04T19:04:32Z
v0.1.103: 2010.08.04, Version 0.1.103
<ul>
<li>
<p>Implement keep-alive for http.Client (Mikeal Rogers)</p>
</li>
<li>
<p>base64 fixes. (Ben Noordhuis)</p>
</li>
<li>
<p>Fix --debug-brk (Danny Coates)</p>
</li>
<li>
<p>Don't let path.normalize get above the root. (Isaac Schlueter)</p>
</li>
<li>
<p>Allow signals to be used with process.on in addition to<br>
process.addListener. (Brian White)</p>
</li>
<li>
<p>Globalize the Buffer object</p>
</li>
<li>
<p>Use kqueue on recent macintosh builds</p>
</li>
<li>
<p>Fix addrlen for unix_dgram sockets (Benjamin Kramer)</p>
</li>
<li>
<p>Fix stats.isDirectory() and friends (Benjamin Kramer)</p>
</li>
<li>
<p>Upgrade http-parser, V8 to 2.3.5</p>
</li>
</ul>
ry
tag:github.com,2008:Repository/942041/v0.1.102
2010-07-26T06:40:37Z
v0.1.102: 2010.07.25, Version 0.1.102
<ul>
<li>
<p>base64 encoding for Buffers.</p>
</li>
<li>
<p>Buffer support for Cipher, Decipher, Hmac, Sign and Verify<br>
(Andrew Naylor)</p>
</li>
<li>
<p>Support for reading byte ranges from files using fs.createReadStream.<br>
(Chandra Sekar)</p>
</li>
<li>
<p>Fix Buffer.toString() on 0-length slices. (Peter Griess)</p>
</li>
<li>
<p>Cache modules based on filename rather than ID (Isaac Schlueter)</p>
</li>
<li>
<p>querystring improvments (Jan Kassens, Micheil Smith)</p>
</li>
<li>
<p>Support DEL in the REPL. (Jérémy Lal)</p>
</li>
<li>
<p>Upgrade http-parser, upgrade V8 to 2.3.2</p>
</li>
</ul>
ry
tag:github.com,2008:Repository/942041/v0.1.101
2010-07-17T04:50:34Z
v0.1.101: 2010.07.16, Version 0.1.101
<ul>
<li>
<p>Added env to child_process.exec (Сергей Крыжановский)</p>
</li>
<li>
<p>Allow modules to optionally be loaded in separate contexts<br>
with env var NODE_MODULE_CONTEXTS=1.</p>
</li>
<li>
<p>setTTL and setBroadcast for dgram (Matt Ranney)</p>
</li>
<li>
<p>Use execPath for default NODE_PATH, not installPrefix<br>
(Isaac Schlueter)</p>
</li>
<li>
<p>Support of console.dir + console.assert (Jerome Etienne)</p>
</li>
<li>
<p>on() as alias to addListener()</p>
</li>
<li>
<p>Use javascript port of Ronn to build docs (Jérémy Lal)</p>
</li>
<li>
<p>Upgrade V8 to 2.3.0</p>
</li>
</ul>
ry
tag:github.com,2008:Repository/942041/h0.1.101
2010-07-17T10:31:26Z
h0.1.101
<p>sync with ry's v0.1.101</p>
basuke
tag:github.com,2008:Repository/942041/h0.1.100
2010-07-11T18:35:24Z
h0.1.100
<p>sync with ry's 0.1.100</p>
basuke
tag:github.com,2008:Repository/942041/v0.1.100
2010-07-03T07:10:37Z
v0.1.100: 2010.07.03, Version 0.1.100
<ul>
<li>
<p>process.execPath (Marshall Culpepper)</p>
</li>
<li>
<p>sys.pump (Mikeal Rogers)</p>
</li>
<li>
<p>Remove ini and mjsunit libraries.</p>
</li>
<li>
<p>Introduce console.log() and friends.</p>
</li>
<li>
<p>Switch order of arguments for Buffer.write (Blake Mizerany)</p>
</li>
<li>
<p>On overlapping buffers use memmove (Matt Ranney)</p>
</li>
<li>
<p>Resolve .local domains with getaddrinfo()</p>
</li>
<li>
<p>Upgrade http-parser, V8 to 2.2.21</p>
</li>
</ul>
ry