|
1 |
| -2014.03.11, Version 0.11.12 (Unstable) |
| 1 | +2014.05.01, Version 0.11.13 (Unstable) |
| 2 | + |
| 3 | +* v8: upgrade to 3.24.35.22 |
| 4 | + |
| 5 | +* buffer: add compare and equals methods (Sean McArthur) |
| 6 | + |
| 7 | +* buffer: improve {read,write}{U}Int* methods (Nick Apperson) |
| 8 | + |
| 9 | +* buffer: return uint if MSB is 1 in readUInt32 (goussardg) |
| 10 | + |
| 11 | +* buffer: truncate buffer after string decode (Fedor Indutny) |
| 12 | + |
| 13 | +* child_process: fix assertion error in spawnSync (Shigeki Ohtsu) |
| 14 | + |
| 15 | +* crypto: fix memory leak in CipherBase::Final (Fedor Indutny) |
| 16 | + |
| 17 | +* crypto: improve error messages (Ingmar Runge) |
| 18 | + |
| 19 | +* crypto: move `createCredentials` to tls (Fedor Indutny) |
| 20 | + |
| 21 | +* crypto: work around OpenSSL oddness (Fedor Indutny) |
| 22 | + |
| 23 | +* dgram: introduce `reuseAddr` option (Fedor Indutny) |
| 24 | + |
| 25 | +* domain: don't crash on "throw null" (Alex Kocharin) |
| 26 | + |
| 27 | +* events: check if _events is an own property (Vladimir Kurchatkin) |
| 28 | + |
| 29 | +* fs: improve performance of all stat functions (James Pickard) |
| 30 | + |
| 31 | +* fs: return blksize on stats object (Trevor Norris) |
| 32 | + |
| 33 | +* http: add request.flush() method (Ben Noordhuis) |
| 34 | + |
| 35 | +* http: better client "protocol not supported" error (Nathan Rajlich) |
| 36 | + |
| 37 | +* http: use defaultAgent.protocol in protocol check (Nathan Rajlich) |
| 38 | + |
| 39 | +* main: Handle SIGINT properly. (Geir Hauge) |
| 40 | + |
| 41 | +* net: bind to `::` TCP address by default (Fedor Indutny) |
| 42 | + |
| 43 | +* readline: consider newlines for cursor position (Yazhong Liu) |
| 44 | + |
| 45 | +* stream: split `objectMode` for Duplex (Vladimir Kurchatkin) |
| 46 | + |
| 47 | +* tls: `getPeerCertificate(detailed)` (Fedor Indutny) |
| 48 | + |
| 49 | +* tls: do not call SNICallback unless present (Fedor Indutny) |
| 50 | + |
| 51 | +* tls: force readable/writable to `true` (Fedor Indutny) |
| 52 | + |
| 53 | +* tls: support OCSP on client and server (Fedor Indutny) |
| 54 | + |
| 55 | +* util: made util.isArray a direct alias for Array.isArray (Evan Carroll) |
| 56 | + |
| 57 | + |
| 58 | +2014.03.11, Version 0.11.12 (Unstable), 7d6b8db40f32e817ff145b7cfe6b3aec3179fba7 |
2 | 59 |
|
3 | 60 | * uv: Upgrade to v0.11.22 (Timothy J Fontaine)
|
4 | 61 |
|
|
0 commit comments