v0.5.2
object 08ffce1a00dde1199174b390a64a90b60768ddf5
authorRyan Dahl <ry@tinyclouds.org>
Fri, 22 Jul 2011 10:57:03 +0000 (03:57 -0700)
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