tag:github.com,2008:https://github.com/antogg/node/releases
Tags from node
2013-12-19T17:02:42Z
tag:github.com,2008:Repository/15339295/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/15339295/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
tag:github.com,2008:Repository/15339295/v0.11.9
2013-11-21T00:40:31Z
v0.11.9: 2013.11.20, Version 0.11.9 (Unstable)
<p>2013.11.20, Version 0.11.9 (Unstable)</p>
<p>* uv: upgrade to v0.11.15 (Timothy J Fontaine)</p>
<p>* v8: upgrade to 3.22.24.5 (Timothy J Fontaine)</p>
<p>* buffer: remove warning when no encoding is passed (Trevor Norris)</p>
<p>* build: make v8 use random seed for hash tables (Ben Noordhuis)</p>
<p>* crypto: build with shared openssl without NPN (Ben Noordhuis)</p>
<p>* crypto: update root certificates (Ben Noordhuis)</p>
<p>* debugger: pass on v8 debug switches (Ben Noordhuis)</p>
<p>* domain: use AsyncListener API (Trevor Norris)</p>
<p>* fs: add recursive subdirectory support to fs.watch (Nick Simmons)</p>
<p>* fs: make fs.watch() non-recursive by default (Ben Noordhuis)</p>
<p>* http: cleanup freeSockets when socket destroyed (fengmk2)</p>
<p>* http: force socket encoding to be null (isaacs)</p>
<p>* http: make DELETE requests set `req.method` (Nathan Rajlich)</p>
<p>* node: add AsyncListener support (Trevor Norris)</p>
<p>* src: remove global HandleScope that hid memory leaks (Ben Noordhuis)</p>
<p>* tls: add ECDH ciphers support (Erik Dubbelboer)</p>
<p>* tls: do not default to 'localhost' servername (Fedor Indutny)</p>
<p>* tls: more accurate wrapping of connecting socket (Fedor Indutny)</p>
tjfontaine
tag:github.com,2008:Repository/15339295/v0.10.22
2013-11-12T20:52:53Z
v0.10.22: 2013.11.12, Version 0.10.22 (Stable)
<p>2013.11.12, Version 0.10.22 (Stable)</p>
<p>* npm: Upgrade to 1.3.14</p>
<p>* uv: Upgrade to v0.10.19</p>
<p>* child_process: don't assert on stale file descriptor events (Fedor Indutny)</p>
<p>* darwin: Fix "Not Responding" in Mavericks activity monitor (Fedor Indutny)</p>
<p>* debugger: Fix bug in sb() with unnamed script (Maxim Bogushevich)</p>
<p>* repl: do not insert duplicates into completions (Maciej Małecki)</p>
<p>* src: Fix memory leak on closed handles (Timothy J Fontaine)</p>
<p>* tls: prevent stalls by using read(0) (Fedor Indutny)</p>
<p>* v8: use correct timezone information on Solaris (Maciej Małecki)</p>
tjfontaine
tag:github.com,2008:Repository/15339295/v0.11.8
2013-10-30T15:54:44Z
v0.11.8: 2013.10.30, Version 0.11.8 (Unstable)
<p>2013.10.30, Version 0.11.8 (Unstable)</p>
<p>* uv: Upgrade to v0.11.14</p>
<p>* v8: upgrade 3.21.18.3</p>
<p>* assert: indicate if exception message is generated (Glen Mailer)</p>
<p>* buffer: add buf.toArrayBuffer() API (Trevor Norris)</p>
<p>* cluster: fix premature 'disconnect' event (Ben Noordhuis)</p>
<p>* crypto: add SPKAC support (Jason Gerfen)</p>
<p>* debugger: count space for line numbers correctly (Alex Kocharin)</p>
<p>* debugger: make busy loops SIGUSR1-interruptible (Ben Noordhuis)</p>
<p>* debugger: repeat last command (Alex Kocharin)</p>
<p>* debugger: show current line, fix for <a class="issue-link js-issue-link" href="https://github.com/nodejs/node-v0.x-archive/issues/6150">nodejs#6150</a> (Alex Kocharin)</p>
<p>* dgram: send() can accept strings (Trevor Norris)</p>
<p>* dns: rename domain to hostname (Ben Noordhuis)</p>
<p>* dns: set hostname property on error object (Ben Noordhuis)</p>
<p>* dtrace, mdb_v8: support more string, frame types (Dave Pacheco)</p>
<p>* http: add statusMessage (Patrik Stutz)</p>
<p>* http: expose supported methods (Ben Noordhuis)</p>
<p>* http: provide backpressure for pipeline flood (isaacs)</p>
<p>* process: Add exitCode property (isaacs)</p>
<p>* tls: socket.renegotiate(options, callback) (Fedor Indutny)</p>
<p>* util: format as Error if instanceof Error (Rod Vagg)</p>
tjfontaine
tag:github.com,2008:Repository/15339295/v0.10.21
2013-10-18T22:37:09Z
v0.10.21: 2013.10.18, Version 0.10.21 (Stable)
<p>2013.10.18, Version 0.10.21 (Stable)</p>
<p>* uv: Upgrade to v0.10.18</p>
<p>* crypto: clear errors from verify failure (Timothy J Fontaine)</p>
<p>* dtrace: interpret two byte strings (Dave Pacheco)</p>
<p>* fs: fix fs.truncate() file content zeroing bug (Ben Noordhuis)</p>
<p>* http: provide backpressure for pipeline flood (isaacs)</p>
<p>* tls: fix premature connection termination (Ben Noordhuis)</p>
tjfontaine
tag:github.com,2008:Repository/15339295/v0.8.26
2013-10-18T21:50:10Z
v0.8.26: 2013.10.13, Version 0.8.26 (maintenance)
<p>2013.10.13, Version 0.8.26 (maintenance)</p>
<p>* v8: Upgrade to 3.11.10.26</p>
<p>* crypto: clear openssl error stack when handled (Ben Noordhuis)</p>
<p>* crypto: clear errors from verify failure (Timothy J Fontaine)</p>
<p>* crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)</p>
<p>* http: provide backpressure for pipeline flood (isaacs)</p>
<p>* http_parser: expose pause/resume method for parser (Timothy J Fontaine)</p>
<p>* readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)</p>
tjfontaine
tag:github.com,2008:Repository/15339295/v0.10.20
2013-09-30T22:05:38Z
v0.10.20: 2013.09.30, Version 0.10.20 (Stable)
<p>2013.09.30, Version 0.10.20 (Stable)</p>
<p>* tls: fix sporadic hang and partial reads (Fedor Indutny)
<br /> - fixes "npm ERR! cb() never called!"</p>
tjfontaine
tag:github.com,2008:Repository/15339295/v0.10.19
2013-09-24T22:09:20Z
v0.10.19: 2013.09.24, Version 0.10.19 (Stable)
<p>2013.09.24, Version 0.10.19 (Stable)</p>
<p>* uv: Upgrade to v0.10.17</p>
<p>* npm: upgrade to 1.3.11</p>
<p>* readline: handle input starting with control chars (Eric Schrock)</p>
<p>* configure: add mips-float-abi (soft, hard) option (Andrei Sedoi)</p>
<p>* stream: objectMode transforms allow falsey values (isaacs)</p>
<p>* tls: prevent duplicate values returned from read (Nathan Rajlich)</p>
<p>* tls: NPN protocols are now local to connections (Fedor Indutny)</p>
tjfontaine
tag:github.com,2008:Repository/15339295/v0.11.7
2013-09-04T22:18:06Z
v0.11.7: 2013.08.21, Version 0.11.7 (Unstable)
<p>2013.08.21, Version 0.11.7 (Unstable)</p>
<p>* uv: upgrade to v0.11.13</p>
<p>* v8: upgrade to 3.20.17</p>
<p>* buffer: adhere to INSPECT_MAX_BYTES (Timothy J Fontaine)</p>
<p>* buffer: fix regression for large buffer creation (Trevor Norris)</p>
<p>* buffer: don't throw if slice length too long (Trevor Norris)</p>
<p>* buffer: Buffer(buf) constructor copies into the proper buffer (Ben Noordhuis)</p>
<p>* cli: remove --max-stack-size (Ben Noordhuis)</p>
<p>* cli: unknown command line options are errors (Ben Noordhuis)</p>
<p>* child_process: exec accept buffer as an encoding (Seth Fitzsimmons)</p>
<p>* crypto: make randomBytes/pbkdf2 callbacks domain aware (Ben Noordhuis)</p>
<p>* domain: deprecate domain.dispose(). (Forrest L Norvell)</p>
<p>* fs: Expose birthtime on stat objects (isaacs)</p>
<p>* http: Only send connection:keep-alive if necessary (isaacs)</p>
<p>* repl: Catch syntax errors better (isaacs, Nathan Rajlich)</p>
<p>* stream: change default highWaterMark for objectMode to 16 (Mathias Buus)</p>
<p>* stream: make setEncoding/pause/resume chainable (Julian Gruber, isaacs)</p>
<p>* util: pass opts to custom inspect functions (Timothy J Fontaine)</p>
<p>* vm: rewritten to behave like Contextify (Domenic Denicola)</p>
tjfontaine