tag name | v0.1.2 (025a34244d1cea94d6d40ad7bf92671cb909a96c) |
tag date | 2009-08-01 14:56:55 +0200 |
tagged by | Ryan <ry@tinyclouds.org> |
tagged object | commit e10fbab00f... |
download | nodejs-0.1.2.tar.gz nodejs-0.1.2.tar.bz2 nodejs-0.1.2.zip |
---|
2009.08.01, Version 0.1.2
* Add DNS API
* node.tcp.Server's backlog option is now an argument to listen()
* Upgrade V8 to 1.3.1
* Bugfix: Default to chunked for client requests without C-Length.
* Bugfix: Line numbers in stack traces.
* Bugfix: negative integers in raw encoding stream
* Bugfix: node.fs.File was not passing args to promise callbacks.