|
1 |
| -2014.01.29, Version 0.11.11 (Unstable) |
| 1 | +2014.03.11, Version 0.11.12 (Unstable) |
| 2 | + |
| 3 | +* uv: Upgrade to v0.11.22 (Timothy J Fontaine) |
| 4 | + |
| 5 | +* buffer: allow toString to accept Infinity for end (Brian White) |
| 6 | + |
| 7 | +* child_process: add spawnSync/execSync (Bert Belder, Timothy J Fontaine) |
| 8 | + |
| 9 | +* cluster: handle bind errors on Windows (Alexis Campailla) |
| 10 | + |
| 11 | +* contextify: handle infinite recursion errors (Fedor Indutny) |
| 12 | + |
| 13 | +* crypto: allow custom generator for DiffieHellman (Brian White) |
| 14 | + |
| 15 | +* crypto: allow setting add'l authenticated data (Brian White) |
| 16 | + |
| 17 | +* crypto: fix CipherFinal return value check (Brian White) |
| 18 | + |
| 19 | +* crypto: make NewSessionDoneCb public (Fedor Indutny) |
| 20 | + |
| 21 | +* dgram: pass the bytes sent to the send callback (Timothy J Fontaine) |
| 22 | + |
| 23 | +* dns: validate arguments in resolver (Kenan Sulayman) |
| 24 | + |
| 25 | +* dns: verify argument is valid function in resolve (Kenan Sulayman) |
| 26 | + |
| 27 | +* http: avoid duplicate keys in writeHead (David Björklund) |
| 28 | + |
| 29 | +* net: add localPort to connect options (Timothy J Fontaine) |
| 30 | + |
| 31 | +* node: do not print SyntaxError hints to stderr (Fedor Indutny) |
| 32 | + |
| 33 | +* node: invoke `beforeExit` again if loop was active (Fedor Indutny) |
| 34 | + |
| 35 | +* node: make AsyncListenerInst field more explicit (Trevor Norris) |
| 36 | + |
| 37 | +* os: networkInterfaces include scopeid for ipv6 (Xidorn Quan) |
| 38 | + |
| 39 | +* process: allow changing `exitCode` in `on('exit')` (Fedor Indutny) |
| 40 | + |
| 41 | +* readline: fix `line` event, if input emit 'end' (Yazhong Liu) |
| 42 | + |
| 43 | +* src: add tracing.v8.on('gc') statistics hooks (Ben Noordhuis) |
| 44 | + |
| 45 | +* src: add v8.getHeapStatistics() function (Ben Noordhuis) |
| 46 | + |
| 47 | +* src: emit 'beforeExit' event on process object (Ben Noordhuis) |
| 48 | + |
| 49 | +* src: move AsyncListener from process to tracing (Trevor Norris) |
| 50 | + |
| 51 | +* tls: fix crash in SNICallback (Fedor Indutny) |
| 52 | + |
| 53 | +* tls: introduce asynchronous `newSession` (Fedor Indutny) |
| 54 | + |
| 55 | +* util: show meaningful values for boxed primitives (Nathan Rajlich) |
| 56 | + |
| 57 | +* vm: don't copy Proxy object from parent context (Ben Noordhuis) |
| 58 | + |
| 59 | +* windows: make stdout/sterr pipes blocking (Alexis Campailla) |
| 60 | + |
| 61 | +* zlib: add sync versions for convenience methods (Nikolai Vavilov) |
| 62 | + |
| 63 | + |
| 64 | +2014.01.29, Version 0.11.11 (Unstable), b46e77421581ea358e221a8a843d057c747f7e90 |
2 | 65 |
|
3 | 66 | * v8: Upgrade to 3.22.24.19
|
4 | 67 |
|
|
0 commit comments