summaryrefslogtreecommitdiff
tag namev0.1.25 (fcf12e9a505c330fb81d83ed5328c05e9c6ad972)
tag date2010-01-09 02:13:02 -0800
tagged byRyan Dahl <ry@tinyclouds.org>
tagged objectcommit 39ca93549a...
downloadnodejs-0.1.25.tar.gz
nodejs-0.1.25.tar.bz2
nodejs-0.1.25.zip
2010.01.09, Version 0.1.25
* sys.inspect() improvements (Tim Caswell) * path module improvements (isaacs, Benjamin Thomas) * API: request.uri -> request.url It is no longer an object, but a string. The 'url' module was addded to parse that string. That is, node no longer parses the request URL automatically. require('url').parse(request.url) is roughly equivlent to the old request.uri object. (isaacs) * Bugfix: Several libeio related race conditions. * Better errors for multipart library (Felix Geisendörfer) * Bugfix: Update node-waf version to 1.5.10 * getmem for freebsd (Vanilla Hsu)