|
| 1 | +2011.10.21, Version 0.5.10 (unstable) |
| 2 | + |
| 3 | +* Remove cmake build system, support for Cygwin, legacy code base, |
| 4 | + process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle |
| 5 | + |
| 6 | +* Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko, |
| 7 | +koichik, Maciej Małecki, Guglielmo Ferri, isaacs) |
| 8 | + |
| 9 | +* Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis) |
| 10 | + |
| 11 | +* Long process.title support (Ben Noordhuis) |
| 12 | + |
| 13 | +* net: register net.Server callback only once (Simen Brekken) |
| 14 | + |
| 15 | +* net: fix connect queue bugs (Ben Noordhuis) |
| 16 | + |
| 17 | +* debugger: fix backtrace err handling (Fedor Indutny) |
| 18 | + |
| 19 | +* Use getaddrinfo instead of c-ares for dns.lookup |
| 20 | + |
| 21 | +* Emit 'end' from crypto streams on close |
| 22 | + |
| 23 | +* repl: print out `undefined` (Nathan Rajlich) |
| 24 | + |
| 25 | +* #1902 buffer: use NO_NULL_TERMINATION flag (koichik) |
| 26 | + |
| 27 | +* #1907 http: Added support for HTTP PATCH verb (Thomas Parslow) |
| 28 | + |
| 29 | +* #1644 add GetCPUInfo on windows (Karl Skomski) |
| 30 | + |
| 31 | +* #1484, #1834, #1482, #771 Don't use a separate context for the repl. |
| 32 | + (isaacs) |
| 33 | + |
| 34 | +* #1882 zlib Update 'availOutBefore' value, and test (isaacs) |
| 35 | + |
| 36 | +* #1888 child_process.fork: don't modify args (koichik) |
| 37 | + |
| 38 | +* #1516 tls: requestCert unusable with Firefox and Chrome (koichik) |
| 39 | + |
| 40 | +* #1467 tls: The TLS API is inconsistent with the TCP API (koichik) |
| 41 | + |
| 42 | +* #1894 net: fix error handling in listen() (koichik) |
| 43 | + |
| 44 | +* #1860 console.error now goes through uv_tty_t |
| 45 | + |
| 46 | +* Upgrade V8 to 3.7.0 |
| 47 | + |
| 48 | +* Upgrade GYP to r1081 |
| 49 | + |
| 50 | + |
1 | 51 | 2011.10.10, Version 0.5.9 (unstable) |
2 | 52 |
|
3 | 53 | * fs.watch interface backed by kqueue, inotify, and ReadDirectoryChangesW |
|
0 commit comments