summaryrefslogtreecommitdiff
tag namev0.5.2 (2ac2d5b0486833d428ea4bab94cc0379401961bd)
tag date2011-07-22 03:57:03 -0700
tagged byRyan Dahl <ry@tinyclouds.org>
tagged objectcommit 08ffce1a00...
downloadnode-0.5.2.tar.gz
2011.07.22, Version 0.5.2 (unstable)
* libuv improvements; named pipe support * #1242 check for SSL_COMP_get_compression_methods() (Ben Noordhuis) * #1348 remove require.paths (isaacs) * #1349 Delimit NODE_PATH with ; on Windows (isaacs) * #1335 Remove EventEmitter from C++ * #1357 Load json files with require() (isaacs) * #1374 fix setting ServerResponse.statusCode in writeHead (Trent Mick) * Fixed: GC was being run too often. * Upgrade V8 to 3.4.14 * doc improvements