|
| 1 | +2011.07.05, Version 0.5.0 (unstable) |
| 2 | + |
| 3 | +* New non-default libuv backend to support IOCP on Windows. |
| 4 | + Use --use-uv to enable. |
| 5 | + |
| 6 | +* deprecate http.cat |
| 7 | + |
| 8 | +* docs improved. |
| 9 | + |
| 10 | +* add child_process.fork |
| 11 | + |
| 12 | +* add fs.utimes() and fs.futimes() support (Ben Noordhuis) |
| 13 | + |
| 14 | +* add process.uptime() (Tom Huges) |
| 15 | + |
| 16 | +* add path.relative (Tony Huang) |
| 17 | + |
| 18 | +* add os.getNetworkInterfaces() |
| 19 | + |
| 20 | +* add remoteAddress and remotePort for client TCP connections |
| 21 | + (Brian White) |
| 22 | + |
| 23 | +* add secureOptions flag, setting ciphers, |
| 24 | + SSL_OP_CRYPTOPRO_TLSEXT_BUG to TLS (Theo Schlossnagle) |
| 25 | + |
| 26 | +* add process.arch (Nathan Rajlich) |
| 27 | + |
| 28 | +* add reading/writing of floats and doubles from/to buffers (Brian White) |
| 29 | + |
| 30 | +* Allow script to be read from stdin |
| 31 | + |
| 32 | +* #477 add Buffer::fill method to do memset (Konstantin Käfer) |
| 33 | + |
| 34 | +* #573 Diffie-Hellman support to crypto module (Håvard Stranden) |
| 35 | + |
| 36 | +* #695 add 'hex' encoding to buffer (isaacs) |
| 37 | + |
| 38 | +* #851 Update how REPLServer uses contexts (Ben Weaver) |
| 39 | + |
| 40 | +* #853 add fs.lchow, fs.lchmod, fs.fchmod, fs.fchown (isaacs) |
| 41 | + |
| 42 | +* #889 Allow to remove all EventEmitter listeners at once |
| 43 | + (Felix Geisendörfer) |
| 44 | + |
| 45 | +* #926 OpenSSL NPN support (Fedor Indutny) |
| 46 | + |
| 47 | +* #955 Change ^C handling in REPL (isaacs) |
| 48 | + |
| 49 | +* #979 add support for Unix Domain Sockets to HTTP (Mark Cavage) |
| 50 | + |
| 51 | +* #1173 #1170 add AMD, asynchronous module definition (isaacs) |
| 52 | + |
| 53 | +* DTrace probes: support X-Forwarded-For (Dave Pacheco) |
| 54 | + |
| 55 | + |
1 | 56 | 2011.06.29, Version 0.4.9 (stable)
|
2 | 57 |
|
3 | 58 | * Improve documentation
|
|
0 commit comments