tag:github.com,2008:https://github.com/yswwei/node/releases
Tags from node
2014-05-02T14:53:29Z
tag:github.com,2008:Repository/20328009/v0.11.13
2014-05-02T14:53:29Z
v0.11.13: 2014.05.01, Version 0.11.13 (Unstable)
<p>2014.05.01, Version 0.11.13 (Unstable)</p>
<p>* v8: upgrade to 3.24.35.22</p>
<p>* buffer: add compare and equals methods (Sean McArthur)</p>
<p>* buffer: improve {read,write}{U}Int* methods (Nick Apperson)</p>
<p>* buffer: return uint if MSB is 1 in readUInt32 (goussardg)</p>
<p>* buffer: truncate buffer after string decode (Fedor Indutny)</p>
<p>* child_process: fix assertion error in spawnSync (Shigeki Ohtsu)</p>
<p>* crypto: fix memory leak in CipherBase::Final (Fedor Indutny)</p>
<p>* crypto: improve error messages (Ingmar Runge)</p>
<p>* crypto: move `createCredentials` to tls (Fedor Indutny)</p>
<p>* crypto: work around OpenSSL oddness (Fedor Indutny)</p>
<p>* dgram: introduce `reuseAddr` option (Fedor Indutny)</p>
<p>* domain: don't crash on "throw null" (Alex Kocharin)</p>
<p>* events: check if _events is an own property (Vladimir Kurchatkin)</p>
<p>* fs: improve performance of all stat functions (James Pickard)</p>
<p>* fs: return blksize on stats object (Trevor Norris)</p>
<p>* http: add request.flush() method (Ben Noordhuis)</p>
<p>* http: better client "protocol not supported" error (Nathan Rajlich)</p>
<p>* http: use defaultAgent.protocol in protocol check (Nathan Rajlich)</p>
<p>* main: Handle SIGINT properly. (Geir Hauge)</p>
<p>* net: bind to `::` TCP address by default (Fedor Indutny)</p>
<p>* readline: consider newlines for cursor position (Yazhong Liu)</p>
<p>* stream: split `objectMode` for Duplex (Vladimir Kurchatkin)</p>
<p>* tls: `getPeerCertificate(detailed)` (Fedor Indutny)</p>
<p>* tls: do not call SNICallback unless present (Fedor Indutny)</p>
<p>* tls: force readable/writable to `true` (Fedor Indutny)</p>
<p>* tls: support OCSP on client and server (Fedor Indutny)</p>
<p>* util: made util.isArray a direct alias for Array.isArray (Evan Carroll)</p>
tjfontaine
tag:github.com,2008:Repository/20328009/v0.10.28
2014-05-02T14:45:48Z
v0.10.28: 2014.05.01, Version 0.10.28 (Stable)
<p>2014.05.01, Version 0.10.28 (Stable)</p>
<p>* npm: upgrade to v1.4.9</p>
tjfontaine
tag:github.com,2008:Repository/20328009/v0.10.27
2014-05-01T22:29:35Z
v0.10.27: 2014.05.01, Version 0.10.27 (Stable)
<p>2014.05.01, Version 0.10.27 (Stable)</p>
<p>* npm: upgrade to v1.4.8</p>
<p>* openssl: upgrade to 1.0.1g</p>
<p>* uv: update to v0.10.27</p>
<p>* dns: fix certain txt entries (Fedor Indutny)</p>
<p>* assert: Ensure reflexivity of deepEqual (Mike Pennisi)</p>
<p>* child_process: fix deadlock when sending handles (Fedor Indutny)</p>
<p>* child_process: fix sending handle twice (Fedor Indutny)</p>
<p>* crypto: do not lowercase cipher/hash names (Fedor Indutny)</p>
<p>* dtrace: workaround linker bug on FreeBSD (Fedor Indutny)</p>
<p>* http: do not emit EOF non-readable socket (Fedor Indutny)</p>
<p>* http: invoke createConnection when no agent (Nathan Rajlich)</p>
<p>* stream: remove useless check (Brian White)</p>
<p>* timer: don't reschedule timer bucket in a domain (Greg Brail)</p>
<p>* url: treat the same as / (isaacs)</p>
<p>* util: format as Error if instanceof Error (Rod Vagg)</p>
tjfontaine
tag:github.com,2008:Repository/20328009/v0.11.12
2014-03-12T14:56:27Z
v0.11.12: 2014.03.11, Version 0.11.12 (Unstable)
<p>2014.03.11, Version 0.11.12 (Unstable)</p>
<p>* uv: Upgrade to v0.11.22 (Timothy J Fontaine)</p>
<p>* buffer: allow toString to accept Infinity for end (Brian White)</p>
<p>* child_process: add spawnSync/execSync (Bert Belder, Timothy J Fontaine)</p>
<p>* cluster: handle bind errors on Windows (Alexis Campailla)</p>
<p>* contextify: handle infinite recursion errors (Fedor Indutny)</p>
<p>* crypto: allow custom generator for DiffieHellman (Brian White)</p>
<p>* crypto: allow setting add'l authenticated data (Brian White)</p>
<p>* crypto: fix CipherFinal return value check (Brian White)</p>
<p>* crypto: make NewSessionDoneCb public (Fedor Indutny)</p>
<p>* dgram: pass the bytes sent to the send callback (Timothy J Fontaine)</p>
<p>* dns: validate arguments in resolver (Kenan Sulayman)</p>
<p>* dns: verify argument is valid function in resolve (Kenan Sulayman)</p>
<p>* http: avoid duplicate keys in writeHead (David Björklund)</p>
<p>* net: add localPort to connect options (Timothy J Fontaine)</p>
<p>* node: do not print SyntaxError hints to stderr (Fedor Indutny)</p>
<p>* node: invoke `beforeExit` again if loop was active (Fedor Indutny)</p>
<p>* node: make AsyncListenerInst field more explicit (Trevor Norris)</p>
<p>* os: networkInterfaces include scopeid for ipv6 (Xidorn Quan)</p>
<p>* process: allow changing `exitCode` in `on('exit')` (Fedor Indutny)</p>
<p>* readline: fix `line` event, if input emit 'end' (Yazhong Liu)</p>
<p>* src: add tracing.v8.on('gc') statistics hooks (Ben Noordhuis)</p>
<p>* src: add v8.getHeapStatistics() function (Ben Noordhuis)</p>
<p>* src: emit 'beforeExit' event on process object (Ben Noordhuis)</p>
<p>* src: move AsyncListener from process to tracing (Trevor Norris)</p>
<p>* tls: fix crash in SNICallback (Fedor Indutny)</p>
<p>* tls: introduce asynchronous `newSession` (Fedor Indutny)</p>
<p>* util: show meaningful values for boxed primitives (Nathan Rajlich)</p>
<p>* vm: don't copy Proxy object from parent context (Ben Noordhuis)</p>
<p>* windows: make stdout/sterr pipes blocking (Alexis Campailla)</p>
<p>* zlib: add sync versions for convenience methods (Nikolai Vavilov)</p>
tjfontaine
tag:github.com,2008:Repository/20328009/v0.10.26
2014-02-19T00:40:19Z
v0.10.26: 2014.02.18, Version 0.10.26 (Stable)
<p>2014.02.18, Version 0.10.26 (Stable)</p>
<p>* uv: Upgrade to v0.10.25 (Timothy J Fontaine)</p>
<p>* npm: upgrade to 1.4.3 (isaacs)</p>
<p>* v8: support compiling with VS2013 (Fedor Indutny)</p>
<p>* cares: backport TXT parsing fix (Fedor Indutny)</p>
<p>* crypto: throw on SignFinal failure (Fedor Indutny)</p>
<p>* crypto: update root certificates (Ben Noordhuis)</p>
<p>* debugger: Fix breakpoint not showing after restart (Farid Neshat)</p>
<p>* fs: make unwatchFile() insensitive to path (iamdoron)</p>
<p>* net: do not re-emit stream errors (Fedor Indutny)</p>
<p>* net: make Socket destroy() re-entrance safe (Jun Ma)</p>
<p>* net: reset `endEmitted` on reconnect (Fedor Indutny)</p>
<p>* node: do not close stdio implicitly (Fedor Indutny)</p>
<p>* zlib: avoid assertion in close (Fedor Indutny)</p>
tjfontaine
tag:github.com,2008:Repository/20328009/v0.11.11
2014-01-29T03:46:00Z
v0.11.11: 2014.01.29, Version 0.11.11 (Unstable)
<p>2014.01.29, Version 0.11.11 (Unstable)</p>
<p>* v8: Upgrade to 3.22.24.19</p>
<p>* http_parser: Upgrade to 2.2.1</p>
<p>* openssl: Upgrade to 1.0.1f</p>
<p>* uv: Upgrade to 0.11.18</p>
<p>* async-listener: revamp of subsystem (Trevor Norris)</p>
<p>* node: do not ever close stdio (Fedor Indutny)</p>
<p>* http: use writev on chunked encoding (Trevor Norris)</p>
<p>* async_wrap/timers: remove Add/RemoveAsyncListener (Trevor Norris)</p>
<p>* child_process: better error reporting for exec (Fedor Indutny)</p>
<p>* crypto: add newline to cert and key if not present (Fedor Indutny)</p>
<p>* crypto: clear error in GetPeerCertificate (Fedor Indutny)</p>
<p>* crypto: honor default ciphers in client mode (Jacob Hoffman-Andrews)</p>
<p>* crypto: introduce .setEngine(engine, [flags]) (Fedor Indutny)</p>
<p>* crypto: support custom pbkdf2 digest methods (Ben Noordhuis)</p>
<p>* domain: fix off-by-one in Domain.exit() (Ryan Graham)</p>
<p>* http: concatenate duplicate headers by default (Alex Kocharin)</p>
<p>* http: do not emit EOF non-readable socket (Fedor Indutny)</p>
<p>* node: fix argument parsing with -p arg (Alexis Campailla)</p>
<p>* path: improve POSIX path.join() performance (Jo Liss)</p>
<p>* tls: emit `clientError` on early socket close (Fedor Indutny)</p>
<p>* tls: introduce `.setMaxSendFragment(size)` (Fedor Indutny)</p>
<p>* tls: make cert/pfx optional in tls.createServer() (Ben Noordhuis)</p>
<p>* tls: process accumulated input (Fedor Indutny)</p>
<p>* tls: show human-readable error messages (Ben Noordhuis)</p>
<p>* util: handle escaped forward slashes correctly (Tom Gallacher)</p>
tjfontaine
tag:github.com,2008:Repository/20328009/v0.10.25
2014-01-23T19:43:25Z
v0.10.25: 2014.01.23, Version 0.10.25 (Stable)
<p>2014.01.23, Version 0.10.25 (Stable)</p>
<p>* uv: Upgrade to v0.10.23</p>
<p>* npm: Upgrade to v1.3.24</p>
<p>* v8: Fix enumeration for objects with lots of properties</p>
<p>* child_process: fix spawn() optional arguments (Sam Roberts)</p>
<p>* cluster: report more errors to workers (Fedor Indutny)</p>
<p>* domains: exit() only affects active domains (Ryan Graham)</p>
<p>* src: OnFatalError handler must abort() (Timothy J Fontaine)</p>
<p>* stream: writes may return false but forget to emit drain (Yang Tianyang)</p>
tjfontaine
tag:github.com,2008:Repository/20328009/v0.11.10
2014-01-01T00:20:54Z
v0.11.10: 2013.12.31, Version 0.11.10 (Unstable)
<p>2013.12.31, Version 0.11.10 (Unstable)</p>
<p>* http_parser: update to 2.2</p>
<p>* uv: Upgrade to v0.11.17</p>
<p>* v8: Upgrade to 3.22.24.10</p>
<p>* buffer: optimize writeInt* methods (Paul Loyd)</p>
<p>* child_process: better error handling (Alexis Campailla)</p>
<p>* cluster: do not synchronously emit 'setup' event (Sam Roberts)</p>
<p>* cluster: restore backwards compatibility and various fixes (Sam Roberts)</p>
<p>* crypto: remove unnecessary OpenSSL_add_all_digests (Yorkie)</p>
<p>* crypto: support GCM authenticated encryption mode. (Ingmar Runge)</p>
<p>* dns: add resolveSoa and 'SOA' rrtype (Tuğrul Topuz)</p>
<p>* events: move EE c'tor guts to EventEmitter.init (Bert Belder)</p>
<p>* http: DELETE shouldn't default to chunked encoding (Lalit Kapoor)</p>
<p>* http: parse the status message in a http response. (Cam Swords)</p>
<p>* node: fix removing AsyncListener in callback (Vladimir Kurchatkin)</p>
<p>* node: follow specification, zero-fill ArrayBuffers (Trevor Norris)</p>
<p>* openssl: use ASM optimized routines (Fedor Indutny)</p>
<p>* process: allow nextTick infinite recursion (Trevor Norris)</p>
<p>* querystring: remove `name` from `stringify()` (Yorkie)</p>
<p>* timers: setImmediate v8 optimization fix (pflannery)</p>
<p>* tls: add serialNumber to getPeerCertificate() (Ben Noordhuis)</p>
<p>* tls: reintroduce socket.encrypted (Fedor Indutny)</p>
<p>* tls: fix handling of asterisk in SNI context (Fedor Indutny)</p>
<p>* util: Format negative zero as '-0' (David Chan)</p>
<p>* vm: fix race condition in timeout (Alexis Campailla)</p>
<p>* windows: fix dns lookup of localhost with ipv6 (Alexis Campailla)</p>
tjfontaine
tag:github.com,2008:Repository/20328009/v0.10.24
2013-12-19T17:02:42Z
v0.10.24: 2013.12.18, Version 0.10.24 (Stable)
<p>2013.12.18, Version 0.10.24 (Stable)</p>
<p>* uv: Upgrade to v0.10.21</p>
<p>* npm: upgrade to 1.3.21</p>
<p>* v8: backport fix for CVE-2013-{6639|6640}</p>
<p>* build: unix install node and dep library headers (Timothy J Fontaine)</p>
<p>* cluster, v8: fix --logfile=%p.log (Ben Noordhuis)</p>
<p>* module: only cache package main (Wyatt Preul)</p>
tjfontaine
tag:github.com,2008:Repository/20328009/v0.10.23
2013-12-12T06:10:42Z
v0.10.23: 2013.12.12, Version 0.10.23 (Stable)
<p>2013.12.12, Version 0.10.23 (Stable)</p>
<p>* uv: Upgrade to v0.10.20 (Timothy J Fontaine)</p>
<p>* npm: Upgrade to 1.3.17 (isaacs)</p>
<p>* gyp: update to 78b26f7 (Timothy J Fontaine)</p>
<p>* build: include postmortem symbols on linux (Timothy J Fontaine)</p>
<p>* crypto: Make Decipher._flush() emit errors. (Kai Groner)</p>
<p>* dgram: fix abort when getting `fd` of closed dgram (Fedor Indutny)</p>
<p>* events: do not accept NaN in setMaxListeners (Fedor Indutny)</p>
<p>* events: avoid calling `once` functions twice (Tim Wood)</p>
<p>* events: fix TypeError in removeAllListeners (Jeremy Martin)</p>
<p>* fs: report correct path when EEXIST (Fedor Indutny)</p>
<p>* process: enforce allowed signals for kill (Sam Roberts)</p>
<p>* tls: emit 'end' on .receivedShutdown (Fedor Indutny)</p>
<p>* tls: fix potential data corruption (Fedor Indutny)</p>
<p>* tls: handle `ssl.start()` errors appropriately (Fedor Indutny)</p>
<p>* tls: reset NPN callbacks after SNI (Fedor Indutny)</p>
tjfontaine