|
1 |
| -2012.07.25, Version 0.8.4 (Stable) |
| 1 | +2012.08.02, Version 0.8.5 (Stable) |
| 2 | + |
| 3 | +* node: tag Encode and friends NODE_EXTERN (Ben Noordhuis) |
| 4 | + |
| 5 | +* fs: fix ReadStream / WriteStream missing callback (Gil Pedersen) |
| 6 | + |
| 7 | +* fs: fix readFileSync("/proc/cpuinfo") regression (Ben Noordhuis) |
| 8 | + |
| 9 | +* installer: don't assume bash is installed (Ben Noordhuis) |
| 10 | + |
| 11 | +* Report errors properly from --eval and stdin (isaacs) |
| 12 | + |
| 13 | +* assert: fix throws() throws an error without message property (koichik) |
| 14 | + |
| 15 | +* cluster: fix libuv assert in net.listen() (Ben Noordhuis) |
| 16 | + |
| 17 | +* build: always link sunos builds with libumem (Trent Mick) |
| 18 | + |
| 19 | +* build: improve armv7 / hard-float detection (Adam Malcontenti-Wilson) |
| 20 | + |
| 21 | +* https: Use host header as effective servername (isaacs) |
| 22 | + |
| 23 | +* sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill) |
| 24 | + |
| 25 | +* linux: fix 'two watchers, one path' segfault (Ben Noordhuis) |
| 26 | + |
| 27 | +* windows: fix memory leaks in many fs functions (Bert Belder) |
| 28 | + |
| 29 | +* windows: don't allow directories to be opened for writing/appending (Bert Belder) |
| 30 | + |
| 31 | +* windows: make fork() work even when not all stdio handles are valid (Bert Belder) |
| 32 | + |
| 33 | +* windows: make unlink() not remove mount points, and improve performance (Bert Belder) |
| 34 | + |
| 35 | +* build: Sign pkg installer for OS X (isaacs) |
| 36 | + |
| 37 | + |
| 38 | +2012.07.25, Version 0.8.4 (Stable), f98562fcd7d1cab573ca4dc1612157d6999befd4 |
2 | 39 |
|
3 | 40 | * V8: Upgrade to 3.11.10.17
|
4 | 41 |
|
|
0 commit comments