|
1 |
| -2013.08.06, Version 0.11.5 (Unstable) |
| 1 | +2013.08.21, Version 0.11.6 (Unstable) |
| 2 | + |
| 3 | +* uv: Upgrade to v0.11.8 |
| 4 | + |
| 5 | +* v8: upgrade v8 to 3.20.14.1 |
| 6 | + |
| 7 | +* build: disable SSLv2 by default (Ben Noordhuis) |
| 8 | + |
| 9 | +* build: don't auto-destroy existing configuration (Ben Noordhuis) |
| 10 | + |
| 11 | +* crypto: add TLS 1.1 and 1.2 to secureProtocol list (Matthias Bartelmeß) |
| 12 | + |
| 13 | +* crypto: fix memory leak in randomBytes() error path (Ben Noordhuis) |
| 14 | + |
| 15 | +* dgram: don't call into js when send cb is omitted (Ben Noordhuis) |
| 16 | + |
| 17 | +* dgram: fix regression in string argument handling (Ben Noordhuis) |
| 18 | + |
| 19 | +* domains: performance improvements (Trevor Norris) |
| 20 | + |
| 21 | +* events: EventEmitter = require('events') (Jake Verbaten) |
| 22 | + |
| 23 | +* http: Add write()/end() callbacks (isaacs) |
| 24 | + |
| 25 | +* http: Consistent 'finish' event semantics (isaacs) |
| 26 | + |
| 27 | +* http: Prefer 'binary' over 'ascii' (isaacs) |
| 28 | + |
| 29 | +* http: Support legacy agent.addRequest API (isaacs) |
| 30 | + |
| 31 | +* http: Write hex/base64 chunks properly (isaacs) |
| 32 | + |
| 33 | +* http: add agent.maxFreeSockets option (isaacs) |
| 34 | + |
| 35 | +* http: provide access to raw headers/trailers (isaacs) |
| 36 | + |
| 37 | +* http: removed headers stay removed (James Halliday) |
| 38 | + |
| 39 | +* http,timers: improve callback performance (Ben Noordhuis) |
| 40 | + |
| 41 | +* net: family option in net.connect (Vsevolod Strukchinsky) |
| 42 | + |
| 43 | +* readline: pause stdin before turning off terminal raw mode (Daniel Chatfield) |
| 44 | + |
| 45 | +* smalloc: allow different external array types (Trevor Norris) |
| 46 | + |
| 47 | +* smalloc: expose ExternalArraySize (Trevor Norris) |
| 48 | + |
| 49 | +* stream: Short-circuit buffer pushes when flowing (isaacs) |
| 50 | + |
| 51 | +* tls: handle errors on socket before releasing it (Fedor Indutny) |
| 52 | + |
| 53 | +* util: fix isPrimitive check (Trevor Norris) |
| 54 | + |
| 55 | +* util: isObject should always return boolean (Trevor Norris) |
| 56 | + |
| 57 | + |
| 58 | +2013.08.06, Version 0.11.5 (Unstable), 6f92da2dd106b0c63fde563284f83e08e2a521b5 |
2 | 59 |
|
3 | 60 | * v8: upgrade to 3.20.11
|
4 | 61 |
|
|
0 commit comments