|
1 |
| -2012.04.18, Version 0.7.8, (unstable) |
| 1 | +2012.05.28, Version 0.7.9 (unstable) |
| 2 | + |
| 3 | +* Upgrade V8 to 3.11.1 |
| 4 | + |
| 5 | +* Upgrade npm to 1.1.23 |
| 6 | + |
| 7 | +* uv: rework reference counting scheme (Ben Noordhuis) |
| 8 | + |
| 9 | +* uv: add interface for joining external event loops (Bert Belder) |
| 10 | + |
| 11 | +* repl, readline: Handle Ctrl+Z and SIGCONT better (Nathan Rajlich) |
| 12 | + |
| 13 | +* fs: 64bit offsets for fs calls (Igor Zinkovsky) |
| 14 | + |
| 15 | +* fs: add sync open flags 'rs' and 'rs+' (Kevin Bowman) |
| 16 | + |
| 17 | +* windows: enable creating directory junctions with fs.symlink (Igor Zinkovsky, Bert Belder) |
| 18 | + |
| 19 | +* windows: fix fs.lstat to properly detect symlinks. (Igor Zinkovsky) |
| 20 | + |
| 21 | +* Fix #3270 Escape url.parse delims (isaacs) |
| 22 | + |
| 23 | +* http: make http.get() accept a URL (Adam Malcontenti-Wilson) |
| 24 | + |
| 25 | +* Cleanup vm module memory leakage (Marcel Laverdet) |
| 26 | + |
| 27 | +* Optimize writing strings with Socket.write (Bert Belder) |
| 28 | + |
| 29 | +* add support for CESU-8 and UTF-16LE encodings (koichik) |
| 30 | + |
| 31 | +* path: add path.sep to get the path separator. (Yi, EungJun) |
| 32 | + |
| 33 | +* net, http: add backlog parameter to .listen() (Erik Dubbelboer) |
| 34 | + |
| 35 | +* debugger: support mirroring Date objects (Fedor Indutny) |
| 36 | + |
| 37 | +* addon: add AtExit() function (Ben Noordhuis) |
| 38 | + |
| 39 | +* net: signal localAddress bind failure in connect (Brian Schroeder) |
| 40 | + |
| 41 | +* util: handle non-string return value in .inspect() (Alex Kocharin) |
| 42 | + |
| 43 | + |
| 44 | +2012.04.18, Version 0.7.8 (unstable), c2b47097c0b483552efc1947c6766fa1128600b6 |
2 | 45 |
|
3 | 46 | * Upgrade V8 to 3.9.24.9
|
4 | 47 |
|
|
0 commit comments