|
1 |
| -2012.08.22, Version 0.8.8 (Stable) |
| 1 | +2012.09.11, Version 0.8.9 (Stable) |
| 2 | + |
| 3 | +* v8: upgrade to 3.11.10.22 |
| 4 | + |
| 5 | +* GYP: upgrade to r1477 |
| 6 | + |
| 7 | +* npm: Upgrade to 1.1.61 |
| 8 | + |
| 9 | +* npm: Don't create world-writable files (isaacs) |
| 10 | + |
| 11 | +* windows: fix single-accept mode for shared server sockets (Bert Belder) |
| 12 | + |
| 13 | +* windows: fix uninitialized memory access in uv_update_time() (Bert Belder) |
| 14 | + |
| 15 | +* windows: don't throw when a signal handler is attached (Bert Belder) |
| 16 | + |
| 17 | +* unix: fix memory leak in udp (Ben Noordhuis) |
| 18 | + |
| 19 | +* unix: map errno ESPIPE (Ben Noordhuis) |
| 20 | + |
| 21 | +* unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis) |
| 22 | + |
| 23 | +* sunos: fix os.cpus() on x86_64 (Ben Noordhuis) |
| 24 | + |
| 25 | +* child process: fix processes with IPC channel don't emit 'close' (Bert Belder) |
| 26 | + |
| 27 | +* build: add a "--dest-os" option to force a gyp "flavor" (Nathan Rajlich) |
| 28 | + |
| 29 | +* build: set `process.platform` to "sunos" on SunOS (Nathan Rajlich) |
| 30 | + |
| 31 | +* build: fix `make -j` fails after `make clean` (Bearice Ren) |
| 32 | + |
| 33 | +* build: fix openssl configuration for "arm" builds (Nathan Rajlich) |
| 34 | + |
| 35 | +* tls: support unix domain socket/named pipe in tls.connect (Shigeki Ohtsu) |
| 36 | + |
| 37 | +* https: make https.get() accept a URL (koichik) |
| 38 | + |
| 39 | +* http: respect HTTP/1.0 TE header (Ben Noordhuis) |
| 40 | + |
| 41 | +* crypto, tls: Domainify setSNICallback, pbkdf2, randomBytes (Ben Noordhuis) |
| 42 | + |
| 43 | +* stream.pipe: Don't call destroy() unless it's a function (isaacs) |
| 44 | + |
| 45 | + |
| 46 | +2012.08.22, Version 0.8.8 (Stable), a299c97bbc701f4d460e91214d7bfe7a9589d361 |
2 | 47 |
|
3 | 48 | * V8: upgrade to 3.11.10.19
|
4 | 49 |
|
|
0 commit comments