|
1 |
| -2012.03.13, Version 0.7.6 (unstable) |
| 1 | +2012.03.30, Version 0.7.7 (unstable) |
| 2 | + |
| 3 | +* Upgrade V8 to 3.9.24.7 |
| 4 | + |
| 5 | +* Upgrade npm to 1.1.15 |
| 6 | + |
| 7 | +* Handle Emoji characters properly (Erik Corry, Bert Belder) |
| 8 | + |
| 9 | +* readline: migrate ansi/vt100 logic from tty to readline (Nathan Rajlich) |
| 10 | + |
| 11 | +* readline: Fix multiline handling (Alex Kocharin) |
| 12 | + |
| 13 | +* add a -i/--interactive flag to force the REPL (Nathan Rajlich) |
| 14 | + |
| 15 | +* debugger: add breakOnException command (Fedor Indutny) |
| 16 | + |
| 17 | +* cluster: kill workers when master dies (Andreas Madsen) |
| 18 | + |
| 19 | +* cluster: add graceful disconnect support (Andreas Madsen) |
| 20 | + |
| 21 | +* child_process: Separate 'close' event from 'exit' (Charlie McConnell) |
| 22 | + |
| 23 | +* typed arrays: add Uint8ClampedArray (Mikael Bourges-Sevenier) |
| 24 | + |
| 25 | +* buffer: Fix byte alignment issues (Ben Noordhuis, Erik Lundin) |
| 26 | + |
| 27 | +* tls: fix CryptoStream.setKeepAlive() (Shigeki Ohtsu) |
| 28 | + |
| 29 | +* Expose http parse error codes (Felix Geisendörfer) |
| 30 | + |
| 31 | +* events: don't delete the listeners array (Ben Noordhuis, Nathan Rajlich) |
| 32 | + |
| 33 | +* process: add process.config to view node's ./configure settings (Nathan Rajlich) |
| 34 | + |
| 35 | +* process: process.execArgv to see node's arguments (Micheil Smith) |
| 36 | + |
| 37 | +* process: fix process.title setter (Ben Noordhuis) |
| 38 | + |
| 39 | +* timers: handle negative or non-numeric timeout values (Ben Noordhuis) |
| 40 | + |
| 41 | + |
| 42 | +2012.03.13, Version 0.7.6 (unstable), f06abda6f58e517349d1b63a2cbf5a8d04a03505 |
2 | 43 |
|
3 | 44 | * Upgrade v8 to 3.9.17
|
4 | 45 |
|
|
0 commit comments