|
1 |
| -2011.08.12, Version 0.5.4 (unstable) |
| 1 | +2011.08.26, Version 0.5.5 (unstable) |
| 2 | + |
| 3 | +* typed arrays, implementation from Plesk |
| 4 | + |
| 5 | +* fix IP multicast on SunOS |
| 6 | + |
| 7 | +* fix DNS lookup order: IPv4 first, IPv6 second (--use-uv only) |
| 8 | + |
| 9 | +* remove support for UNIX datagram sockets (--use-uv only) |
| 10 | + |
| 11 | +* UDP support for Windows (Bert Belder) |
| 12 | + |
| 13 | +* #1572 improve tab completion for objects in the REPL (Nathan Rajlich) |
| 14 | + |
| 15 | +* #1563 fix buffer overflow in child_process module (reported by Dean McNamee) |
| 16 | + |
| 17 | +* #1546 fix performance regression in http module (reported by Brian Geffon) |
| 18 | + |
| 19 | +* #1491 add PBKDF2 crypto support (Glen Low) |
| 20 | + |
| 21 | +* #1447 remove deprecated http.cat() function (Mikeal Rogers) |
| 22 | + |
| 23 | +* #1140 fix incorrect dispatch of vm.runInContext's filename argument |
| 24 | + (Antranig Basman) |
| 25 | + |
| 26 | +* #1140 document vm.runInContext() and vm.createContext() (Antranig Basman) |
| 27 | + |
| 28 | +* #1428 fix os.freemem() on 64 bits freebsd (Artem Zaytsev) |
| 29 | + |
| 30 | +* #1164 make all DNS lookups async, fixes uncatchable exceptions |
| 31 | + (Koichi Kobayashi) |
| 32 | + |
| 33 | +* fix incorrect ssl shutdown check (Tom Hughes) |
| 34 | + |
| 35 | +* various cmake fixes (Tom Hughes) |
| 36 | + |
| 37 | +* improved documentation (Koichi Kobayashi, Logan Smyth, Fedor Indutny, |
| 38 | + Mikeal Rogers, Maciej Małecki, Antranig Basman, Mickaël Delahaye) |
| 39 | + |
| 40 | +* upgrade libuv to commit 835782a |
| 41 | + |
| 42 | +* upgrade V8 to 3.5.8 |
| 43 | + |
| 44 | + |
| 45 | +2011.08.12, Version 0.5.4 (unstable), cfba1f59224ff8602c3fe9145181cad4c6df89a9 |
2 | 46 |
|
3 | 47 | * libuv/Windows compatibility improvements
|
4 | 48 |
|
|
0 commit comments