summaryrefslogtreecommitdiff
tag namev0.5.7 (8dacd3033901d56807bae45fc91c089181a4d104)
tag date2011-09-16 17:54:29 -0700
tagged byRyan Dahl <ry@tinyclouds.org>
tagged objectcommit 558241166c...
downloadnode-new-0.5.7.tar.gz
2011.09.16, Version 0.5.7 (unstable)
* Upgrade V8 to 3.6.4 * Improve Windows compatibility * Documentation improvements * Debugger and REPL improvements (Fedor Indutny) * Add legacy API support: net.Stream(fd), process.stdout.writable, process.stdout.fd * Fix mkdir EEXIST handling (isaacs) * Use net_uv instead of net_legacy for stdio * Do not load readline from util.inspect * #1673 Fix bug related to V8 context with accessors (Fedor Indutny) * #1634 util: Fix inspection for Error (koichik) * #1645 fs: Add positioned file writing feature to fs.WriteStream (Thomas Shinnick) * #1637 fs: Unguarded fs.watchFile cache statWatchers checking fixed (Thomas Shinnick) * #1695 Forward customFds to ChildProcess.spawn * #1707 Fix hasOwnProperty security problem in querystring (isaacs) * #1719 Drain OpenSSL error queue