|
1 |
| -2012.10.24, Version 0.9.3 (Unstable) |
| 1 | +2012.12.21, Version 0.9.4 (Unstable) |
| 2 | + |
| 3 | +* streams: Update all streaming interfaces to use new classes (isaacs) |
| 4 | + |
| 5 | +* node: remove idle gc (Ben Noordhuis) |
| 6 | + |
| 7 | +* http: protect against response splitting attacks (Bert Belder) |
| 8 | + |
| 9 | +* fs: Raise error when null bytes detected in paths (isaacs) |
| 10 | + |
| 11 | +* fs: fix 'object is not a function' callback errors (Ben Noordhuis) |
| 12 | + |
| 13 | +* fs: add autoClose=true option to fs.createReadStream (Farid Neshat) |
| 14 | + |
| 15 | +* process: add getgroups(), setgroups(), initgroups() (Ben Noordhuis) |
| 16 | + |
| 17 | +* openssl: optimized asm code on x86 and x64 (Bert Belder) |
| 18 | + |
| 19 | +* crypto: fix leak in GetPeerCertificate (Fedor Indutny) |
| 20 | + |
| 21 | +* add systemtap support (Jan Wynholds) |
| 22 | + |
| 23 | +* windows: add ETW and PerfCounters support (Scott Blomquist) |
| 24 | + |
| 25 | +* windows: fix normalization of UNC paths (Bert Belder) |
| 26 | + |
| 27 | +* crypto: fix ssl error handling (Sergey Kholodilov) |
| 28 | + |
| 29 | +* node: remove eio-emul.h (Ben Noordhuis) |
| 30 | + |
| 31 | +* os: add os.endianness() function (Nathan Rajlich) |
| 32 | + |
| 33 | +* readline: don't emit "line" events with a trailing '\n' char (Nathan Rajlich) |
| 34 | + |
| 35 | +* build: add configure option to generate xcode build files (Timothy J Fontaine) |
| 36 | + |
| 37 | +* build: allow linking against system libuv, cares, http_parser (Stephen Gallagher) |
| 38 | + |
| 39 | +* typed arrays: add slice() support to ArrayBuffer (Anthony Pesch) |
| 40 | + |
| 41 | +* debugger: exit and kill child on SIGTERM or SIGHUP (Fedor Indutny) |
| 42 | + |
| 43 | +* url: url.format escapes delimiters in path and query (J. Lee Coltrane) |
| 44 | + |
| 45 | + |
| 46 | +2012.10.24, Version 0.9.3 (Unstable), 1ed4c6776e4f52956918b70565502e0f8869829d |
2 | 47 |
|
3 | 48 | * V8: Upgrade to 3.13.7.4
|
4 | 49 |
|
|
0 commit comments