|
1 |
| -2012.09.11, Version 0.8.9 (Stable) |
| 1 | +2012.09.25, Version 0.8.10 (Stable) |
| 2 | + |
| 3 | +* npm: Upgrade to 1.1.62 |
| 4 | + |
| 5 | +* repl: make invalid RegExps throw in the REPL (Nathan Rajlich) |
| 6 | + |
| 7 | +* v8: loosen artificial mmap constraint (Bryan Cantrill) |
| 8 | + |
| 9 | +* process: fix setuid() and setgid() error reporting (Ben Noordhuis) |
| 10 | + |
| 11 | +* domain: Properly exit() on domain disposal (isaacs) |
| 12 | + |
| 13 | +* fs: fix watchFile() missing deletion events (Ben Noordhuis) |
| 14 | + |
| 15 | +* fs: fix assert in fs.watch() (Ben Noordhuis) |
| 16 | + |
| 17 | +* fs: don't segfault on deeply recursive stat() (Ben Noordhuis) |
| 18 | + |
| 19 | +* http: Remove timeout handler when data arrives (Frédéric Germain) |
| 20 | + |
| 21 | +* http: make the client "res" object gets the same domain as "req" (Nathan Rajlich) |
| 22 | + |
| 23 | +* windows: don't blow up when an invalid FD is used (Bert Belder) |
| 24 | + |
| 25 | +* unix: map EDQUOT to UV_ENOSPC (Charlie McConnell) |
| 26 | + |
| 27 | +* linux: improve /proc/cpuinfo parser (Ben Noordhuis) |
| 28 | + |
| 29 | +* win/tty: reset background brightness when color is set to default (Bert Belder) |
| 30 | + |
| 31 | +* unix: put child process stdio fds in blocking mode (Ben Noordhuis) |
| 32 | + |
| 33 | +* unix: fix EMFILE busy loop (Ben Noordhuis) |
| 34 | + |
| 35 | +* sunos: don't set TCP_KEEPALIVE (Ben Noordhuis) |
| 36 | + |
| 37 | +* tls: Use slab allocator for memory management (Fedor Indutny) |
| 38 | + |
| 39 | +* openssl: Use optimized assembly code for x86 and x64 (Bert Belder) |
| 40 | + |
| 41 | + |
| 42 | +2012.09.11, Version 0.8.9 (Stable), b88c3902b241cf934e75443b934f2033ad3915b1 |
2 | 43 |
|
3 | 44 | * v8: upgrade to 3.11.10.22
|
4 | 45 |
|
|
0 commit comments