tag:github.com,2008:https://github.com/swang/node/releases Release notes from node 2013-07-12T21:35:03Z tag:github.com,2008:Repository/11486224/v0.11.4 2013-07-12T21:35:03Z v0.11.4: 2013.07.12, Version 0.11.4 (Unstable) <ul> <li> <p>npm: Upgrade to 1.3.4</p> </li> <li> <p>v8: Upgrade to v3.20.2</p> </li> <li> <p>c-ares: Upgrade to piscisaureus/cares@805d153</p> </li> <li> <p>timers: setImmediate process full queue each turn (Ben Noordhuis)</p> </li> <li> <p>http: Add agent.get/request methods (isaacs)</p> </li> <li> <p>http: Proper KeepAlive behavior (isaacs)</p> </li> <li> <p>configure: fix the --without-ssl option (Nathan Rajlich)</p> </li> <li> <p>buffer: propagate originating parent (Trevor Norris)</p> </li> <li> <p>tls_wrap: return Error not throw for missing cert (Timothy J Fontaine)</p> </li> <li> <p>src: enable native v8 typed arrays (Ben Noordhuis)</p> </li> <li> <p>stream: objectMode transform should allow falsey values (Jeff Barczewski)</p> </li> <li> <p>slab_allocator: remove SlabAllocator (Trevor Norris)</p> </li> <li> <p>crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)</p> </li> <li> <p>tls: export TLSSocket (Fedor Indutny)</p> </li> <li> <p>zlib: allow changing of level and strategy (Brian White)</p> </li> <li> <p>zlib: allow custom flush type for flush() (Brian White)</p> </li> </ul> tjfontaine tag:github.com,2008:Repository/11486224/v0.10.13 2013-07-09T21:25:34Z v0.10.13: 2013.07.09, Version 0.10.13 (Stable) <ul> <li> <p>uv: Upgrade to v0.10.12</p> </li> <li> <p>npm: Upgrade to 1.3.2</p> </li> <li> <p>windows: get proper errno (Ben Noordhuis)</p> </li> <li> <p>tls: only wait for finish if we haven't seen it (Timothy J Fontaine)</p> </li> <li> <p>http: Dump response when request is aborted (isaacs)</p> </li> <li> <p>http: use an unref'd timer to fix delay in exit (Peter Rust)</p> </li> <li> <p>zlib: level can be negative (Brian White)</p> </li> <li> <p>zlib: allow zero values for level and strategy (Brian White)</p> </li> <li> <p>buffer: add comment explaining buffer alignment (Ben Noordhuis)</p> </li> <li> <p>string_bytes: properly detect 64bit (Timothy J Fontaine)</p> </li> <li> <p>src: fix memory leak in UsingDomains() (Ben Noordhuis)</p> </li> </ul> tjfontaine tag:github.com,2008:Repository/11486224/v0.11.3 2013-06-26T23:55:36Z v0.11.3: 2013.06.26, Version 0.11.3 (Unstable) <ul> <li> <p>uv: Upgrade to v0.11.5</p> </li> <li> <p>c-ares: upgrade to 1.10.0</p> </li> <li> <p>v8: upgrade to v3.19.13</p> </li> <li> <p>punycode: update to v1.2.3 (Mathias Bynens)</p> </li> <li> <p>debugger: break on uncaught exception (Miroslav Bajtos)</p> </li> <li> <p>child_process: emit 'disconnect' asynchronously (Ben Noordhuis)</p> </li> <li> <p>dtrace: enable uv's probes if enabled (Timothy J Fontaine)</p> </li> <li> <p>dtrace: unify dtrace and systemtap interfaces (Timothy J Fontaine)</p> </li> <li> <p>buffer: New API for backing data store (Trevor Norris)</p> </li> <li> <p>buffer: return <code>this</code> in fill() for chainability (Brian White)</p> </li> <li> <p>build: fix include order for building on windows (Timothy J Fontaine)</p> </li> <li> <p>build: add android support (Linus MÃ¥rtensson)</p> </li> <li> <p>readline: strip ctrl chars for prompt width calc (Krzysztof Chrapka)</p> </li> <li> <p>tls: introduce TLSSocket based on tls_wrap binding (Fedor Indutny)</p> </li> <li> <p>tls: add localAddress and localPort properties (Ben Noordhuis)</p> </li> <li> <p>crypto: free excessive memory in NodeBIO (Fedor Indutny)</p> </li> <li> <p>process: remove maxTickDepth (Trevor Norris)</p> </li> <li> <p>timers: use uv_now instead of Date.now (Timothy J Fontaine)</p> </li> <li> <p>util: Add debuglog, deprecate console lookalikes (isaacs)</p> </li> <li> <p>module: use path.sep instead of a custom solution (Robert Kowalski)</p> </li> <li> <p>http: don't escape request path, reject bad chars (Ben Noordhuis)</p> </li> <li> <p>net: emit dns 'lookup' event before connect (Ben Noordhuis)</p> </li> <li> <p>dns: add getServers and setServers (Timothy J Fontaine)</p> </li> </ul> isaacs tag:github.com,2008:Repository/11486224/v0.10.12 2013-06-18T18:12:49Z v0.10.12: 2013.06.18, Version 0.10.12 (Stable) <ul> <li> <p>npm: Upgrade to 1.2.32</p> </li> <li> <p>readline: make <code>ctrl + L</code> clear the screen (Yuan Chuan)</p> </li> <li> <p>v8: add setVariableValue debugger command (Ben Noordhuis)</p> </li> <li> <p>net: Do not destroy socket mid-write (isaacs)</p> </li> <li> <p>v8: fix build for mips32r2 architecture (Andrei Sedoi)</p> </li> <li> <p>configure: fix cross-compilation host_arch_cc() (Andrei Sedoi)</p> </li> </ul> isaacs tag:github.com,2008:Repository/11486224/v0.10.11 2013-06-13T18:31:44Z v0.10.11: 2013.06.13, Version 0.10.11 (Stable) <ul> <li> <p>uv: upgrade to 0.10.11</p> </li> <li> <p>npm: Upgrade to 1.2.30</p> </li> <li> <p>openssl: add missing configuration pieces for MIPS (Andrei Sedoi)</p> </li> <li> <p>Revert "http: remove bodyHead from 'upgrade' events" (isaacs)</p> </li> <li> <p>v8: fix pointer arithmetic undefined behavior (Trevor Norris)</p> </li> <li> <p>crypto: fix utf8/utf-8 encoding check (Ben Noordhuis)</p> </li> <li> <p>net: Fix busy loop on POLLERR|POLLHUP on older linux kernels (Ben Noordhuis, isaacs)</p> </li> </ul> isaacs tag:github.com,2008:Repository/11486224/v0.8.25 2013-06-13T20:17:52Z v0.8.25: 2013.06.13, Version 0.8.25 (maintenance) <ul> <li> <p>npm: Upgrade to 1.2.30</p> </li> <li> <p>child_process: fix handle delivery (Ben Noordhuis)</p> </li> </ul> isaacs tag:github.com,2008:Repository/11486224/v0.10.10 2013-06-04T21:30:36Z v0.10.10: 2013.06.04, Version 0.10.10 (Stable) <ul> <li> <p>uv: Upgrade to 0.10.10</p> </li> <li> <p>npm: Upgrade to 1.2.25</p> </li> <li> <p>url: Properly parse certain oddly formed urls (isaacs)</p> </li> <li> <p>stream: unshift('') is a noop (isaacs)</p> </li> </ul> isaacs tag:github.com,2008:Repository/11486224/v0.8.24 2013-06-04T18:07:55Z v0.8.24: 2013.06.04, Version 0.8.24 (maintenance) <ul> <li> <p>npm: Upgrade to v1.2.24</p> </li> <li> <p>url: Properly parse certain oddly formed urls (isaacs)</p> </li> <li> <p>http: Don't try to destroy nonexistent sockets (isaacs)</p> </li> <li> <p>handle_wrap: fix NULL pointer dereference (Ben Noordhuis)</p> </li> </ul> isaacs tag:github.com,2008:Repository/11486224/v0.10.9 2013-05-30T18:12:44Z v0.10.9: 2013.05.30, Version 0.10.9 (Stable) <ul> <li> <p>npm: Upgrade to 1.2.24</p> </li> <li> <p>uv: Upgrade to v0.10.9</p> </li> <li> <p>repl: fix JSON.parse error check (Brian White)</p> </li> <li> <p>tls: proper .destroySoon (Fedor Indutny)</p> </li> <li> <p>tls: invoke write cb only after opposite read end (Fedor Indutny)</p> </li> <li> <p>tls: ignore .shutdown() syscall error (Fedor Indutny)</p> </li> </ul> isaacs tag:github.com,2008:Repository/11486224/v0.10.8 2013-05-24T22:43:37Z v0.10.8: 2013.05.24, Version 0.10.8 (Stable) <ul> <li> <p>v8: update to 3.14.5.9</p> </li> <li> <p>uv: upgrade to 0.10.8</p> </li> <li> <p>npm: Upgrade to 1.2.23</p> </li> <li> <p>http: remove bodyHead from 'upgrade' events (Nathan Zadoks)</p> </li> <li> <p>http: Return true on empty writes, not false (isaacs)</p> </li> <li> <p>http: save roundtrips, convert buffers to strings (Ben Noordhuis)</p> </li> <li> <p>configure: respect the --dest-os flag consistently (Nathan Rajlich)</p> </li> <li> <p>buffer: throw when writing beyond buffer (Trevor Norris)</p> </li> <li> <p>crypto: Clear error after DiffieHellman key errors (isaacs)</p> </li> <li> <p>string_bytes: strip padding from base64 strings (Trevor Norris)</p> </li> </ul> isaacs