|
| 1 | +2014.01.29, Version 0.11.11 (Unstable) |
| 2 | + |
| 3 | +* v8: Upgrade to 3.22.24.19 |
| 4 | + |
| 5 | +* http_parser: Upgrade to 2.2.1 |
| 6 | + |
| 7 | +* openssl: Upgrade to 1.0.1f |
| 8 | + |
| 9 | +* uv: Upgrade to 0.11.18 |
| 10 | + |
| 11 | +* async-listener: revamp of subsystem (Trevor Norris) |
| 12 | + |
| 13 | +* node: do not ever close stdio (Fedor Indutny) |
| 14 | + |
| 15 | +* http: use writev on chunked encoding (Trevor Norris) |
| 16 | + |
| 17 | +* async_wrap/timers: remove Add/RemoveAsyncListener (Trevor Norris) |
| 18 | + |
| 19 | +* child_process: better error reporting for exec (Fedor Indutny) |
| 20 | + |
| 21 | +* crypto: add newline to cert and key if not present (Fedor Indutny) |
| 22 | + |
| 23 | +* crypto: clear error in GetPeerCertificate (Fedor Indutny) |
| 24 | + |
| 25 | +* crypto: honor default ciphers in client mode (Jacob Hoffman-Andrews) |
| 26 | + |
| 27 | +* crypto: introduce .setEngine(engine, [flags]) (Fedor Indutny) |
| 28 | + |
| 29 | +* crypto: support custom pbkdf2 digest methods (Ben Noordhuis) |
| 30 | + |
| 31 | +* domain: fix off-by-one in Domain.exit() (Ryan Graham) |
| 32 | + |
| 33 | +* http: concatenate duplicate headers by default (Alex Kocharin) |
| 34 | + |
| 35 | +* http: do not emit EOF non-readable socket (Fedor Indutny) |
| 36 | + |
| 37 | +* node: fix argument parsing with -p arg (Alexis Campailla) |
| 38 | + |
| 39 | +* path: improve POSIX path.join() performance (Jo Liss) |
| 40 | + |
| 41 | +* tls: emit `clientError` on early socket close (Fedor Indutny) |
| 42 | + |
| 43 | +* tls: introduce `.setMaxSendFragment(size)` (Fedor Indutny) |
| 44 | + |
| 45 | +* tls: make cert/pfx optional in tls.createServer() (Ben Noordhuis) |
| 46 | + |
| 47 | +* tls: process accumulated input (Fedor Indutny) |
| 48 | + |
| 49 | +* tls: show human-readable error messages (Ben Noordhuis) |
| 50 | + |
| 51 | +* util: handle escaped forward slashes correctly (Tom Gallacher) |
| 52 | + |
| 53 | + |
1 | 54 | 2013.12.31, Version 0.11.10 (Unstable), 66931791f06207d1cdfea5ec1529edf3c94026d3
|
2 | 55 |
|
3 | 56 | * http_parser: update to 2.2
|
|
0 commit comments