|
1 | | -2011.12.14, Version 0.6.6 (stable) |
| 1 | +2012.01.06, Version 0.6.7 (stable) |
| 2 | + |
| 3 | +* V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry) |
| 4 | + |
| 5 | +* Upgrade V8 to 3.6.6.15 |
| 6 | + |
| 7 | +* Upgrade npm to 1.1.0-beta-10 (isaacs) |
| 8 | + |
| 9 | +* many doc updates (Ben Noordhuis, Jeremy Martin, koichik, Dave Irvine, |
| 10 | + Seong-Rak Choi, Shannen, Adam Malcontenti-Wilson, koichik) |
| 11 | + |
| 12 | +* Fix segfault in node_http_parser.cc |
| 13 | + |
| 14 | +* dgram, timers: fix memory leaks (Ben Noordhuis, Yoshihiro Kukuchi) |
| 15 | + |
| 16 | +* repl: fix repl.start not passing the `ignoreUndefined` arg (Damon Oehlman) |
| 17 | + |
| 18 | +* #1980: Socket.pause null reference when called on a closed Stream (koichik) |
| 19 | + |
| 20 | +* #2263: XMLHttpRequest piped in a writable file stream hang (koichik) |
| 21 | + |
| 22 | +* #2069: http resource leak (koichik) |
| 23 | + |
| 24 | +* buffer.readInt global pollution fix (Phil Sung) |
| 25 | + |
| 26 | +* timers: fix performance regression (Ben Noordhuis) |
| 27 | + |
| 28 | +* #2308, #2246: node swallows openssl error on request (koichik) |
| 29 | + |
| 30 | +* #2114: timers: remove _idleTimeout from item in .unenroll() (James Hartig) |
| 31 | + |
| 32 | +* #2379: debugger: Request backtrace w/o refs (Fedor Indutny) |
| 33 | + |
| 34 | +* simple DTrace ustack helper (Dave Pacheco) |
| 35 | + |
| 36 | +* crypto: rewrite HexDecode without snprintf (Roman Shtylman) |
| 37 | + |
| 38 | +* crypto: don't ignore DH init errors (Ben Noordhuis) |
| 39 | + |
| 40 | + |
| 41 | +2011.12.14, Version 0.6.6 |
2 | 42 |
|
3 | 43 | * npm update to 1.1.0-beta-4 (Isaac Z. Schlueter) |
4 | 44 |
|
|
0 commit comments