Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.10.24
    2013.12.18, Version 0.10.24 (Stable)
    
    * uv: Upgrade to v0.10.21
    
    * npm: upgrade to 1.3.21
    
    * v8: backport fix for CVE-2013-{6639|6640}
    
    * build: unix install node and dep library headers (Timothy J Fontaine)
    
    * cluster, v8: fix --logfile=%p.log (Ben Noordhuis)
    
    * module: only cache package main (Wyatt Preul)
    
  • v0.10.23
    2013.12.12, Version 0.10.23 (Stable)
    
    * uv: Upgrade to v0.10.20 (Timothy J Fontaine)
    
    * npm: Upgrade to 1.3.17 (isaacs)
    
    * gyp: update to 78b26f7 (Timothy J Fontaine)
    
    * build: include postmortem symbols on linux (Timothy J Fontaine)
    
    * crypto: Make Decipher._flush() emit errors. (Kai Groner)
    
    * dgram: fix abort when getting `fd` of closed dgram (Fedor Indutny)
    
    * events: do not accept NaN in setMaxListeners (Fedor Indutny)
    
    * events: avoid calling `once` functions twice (Tim Wood)
    
    * events: fix TypeError in removeAllListeners (Jeremy Martin)
    
    * fs: report correct path when EEXIST (Fedor Indutny)
    
    * process: enforce allowed signals for kill (Sam Roberts)
    
    * tls: emit 'end' on .receivedShutdown (Fedor Indutny)
    
    * tls: fix potential data corruption (Fedor Indutny)
    
    * tls: handle `ssl.start()` errors appropriately (Fedor Indutny)
    
    * tls: reset NPN callbacks after SNI (Fedor Indutny)
    
  • v0.11.9
    2013.11.20, Version 0.11.9 (Unstable)
    
    * uv: upgrade to v0.11.15 (Timothy J Fontaine)
    
    * v8: upgrade to 3.22.24.5 (Timothy J Fontaine)
    
    * buffer: remove warning when no encoding is passed (Trevor Norris)
    
    * build: make v8 use random seed for hash tables (Ben Noordhuis)
    
    * crypto: build with shared openssl without NPN (Ben Noordhuis)
    
    * crypto: update root certificates (Ben Noordhuis)
    
    * debugger: pass on v8 debug switches (Ben Noordhuis)
    
    * domain: use AsyncListener API (Trevor Norris)
    
    * fs: add recursive subdirectory support to fs.watch (Nick Simmons)
    
    * fs: make fs.watch() non-recursive by default (Ben Noordhuis)
    
    * http: cleanup freeSockets when socket destroyed (fengmk2)
    
    * http: force socket encoding to be null (isaacs)
    
    * http: make DELETE requests set `req.method` (Nathan Rajlich)
    
    * node: add AsyncListener support (Trevor Norris)
    
    * src: remove global HandleScope that hid memory leaks (Ben Noordhuis)
    
    * tls: add ECDH ciphers support (Erik Dubbelboer)
    
    * tls: do not default to 'localhost' servername (Fedor Indutny)
    
    * tls: more accurate wrapping of connecting socket (Fedor Indutny)
    
  • v0.10.22
    2013.11.12, Version 0.10.22 (Stable)
    
    * npm: Upgrade to 1.3.14
    
    * uv: Upgrade to v0.10.19
    
    * child_process: don't assert on stale file descriptor events (Fedor Indutny)
    
    * darwin: Fix "Not Responding" in Mavericks activity monitor (Fedor Indutny)
    
    * debugger: Fix bug in sb() with unnamed script (Maxim Bogushevich)
    
    * repl: do not insert duplicates into completions (Maciej Małecki)
    
    * src: Fix memory leak on closed handles (Timothy J Fontaine)
    
    * tls: prevent stalls by using read(0) (Fedor Indutny)
    
    * v8: use correct timezone information on Solaris (Maciej Małecki)
    
  • v0.11.8
    2013.10.30, Version 0.11.8 (Unstable)
    
    * uv: Upgrade to v0.11.14
    
    * v8: upgrade 3.21.18.3
    
    * assert: indicate if exception message is generated (Glen Mailer)
    
    * buffer: add buf.toArrayBuffer() API (Trevor Norris)
    
    * cluster: fix premature 'disconnect' event (Ben Noordhuis)
    
    * crypto: add SPKAC support (Jason Gerfen)
    
    * debugger: count space for line numbers correctly (Alex Kocharin)
    
    * debugger: make busy loops SIGUSR1-interruptible (Ben Noordhuis)
    
    * debugger: repeat last command (Alex Kocharin)
    
    * debugger: show current line, fix for #6150 (Alex Kocharin)
    
    * dgram: send() can accept strings (Trevor Norris)
    
    * dns: rename domain to hostname (Ben Noordhuis)
    
    * dns: set hostname property on error object (Ben Noordhuis)
    
    * dtrace, mdb_v8: support more string, frame types (Dave Pacheco)
    
    * http: add statusMessage (Patrik Stutz)
    
    * http: expose supported methods (Ben Noordhuis)
    
    * http: provide backpressure for pipeline flood (isaacs)
    
    * process: Add exitCode property (isaacs)
    
    * tls: socket.renegotiate(options, callback) (Fedor Indutny)
    
    * util: format as Error if instanceof Error (Rod Vagg)
    
  • v0.10.21
    2013.10.18, Version 0.10.21 (Stable)
    
    * uv: Upgrade to v0.10.18
    
    * crypto: clear errors from verify failure (Timothy J Fontaine)
    
    * dtrace: interpret two byte strings (Dave Pacheco)
    
    * fs: fix fs.truncate() file content zeroing bug (Ben Noordhuis)
    
    * http: provide backpressure for pipeline flood (isaacs)
    
    * tls: fix premature connection termination (Ben Noordhuis)
    
  • v0.8.26
    6d391bbb · fix pkg building ·
    2013.10.13, Version 0.8.26 (maintenance)
    
    * v8: Upgrade to 3.11.10.26
    
    * crypto: clear openssl error stack when handled (Ben Noordhuis)
    
    * crypto: clear errors from verify failure (Timothy J Fontaine)
    
    * crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
    
    * http: provide backpressure for pipeline flood (isaacs)
    
    * http_parser: expose pause/resume method for parser (Timothy J Fontaine)
    
    * readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)
    
  • v0.10.20
    2013.09.30, Version 0.10.20 (Stable)
    
    * tls: fix sporadic hang and partial reads (Fedor Indutny)
      - fixes "npm ERR! cb() never called!"
    
  • v0.10.19
    2013.09.24, Version 0.10.19 (Stable)
    
    * uv: Upgrade to v0.10.17
    
    * npm: upgrade to 1.3.11
    
    * readline: handle input starting with control chars (Eric Schrock)
    
    * configure: add mips-float-abi (soft, hard) option (Andrei Sedoi)
    
    * stream: objectMode transforms allow falsey values (isaacs)
    
    * tls: prevent duplicate values returned from read (Nathan Rajlich)
    
    * tls: NPN protocols are now local to connections (Fedor Indutny)
    
  • v0.11.7
    2013.08.21, Version 0.11.7 (Unstable)
    
    * uv: upgrade to v0.11.13
    
    * v8: upgrade to 3.20.17
    
    * buffer: adhere to INSPECT_MAX_BYTES (Timothy J Fontaine)
    
    * buffer: fix regression for large buffer creation (Trevor Norris)
    
    * buffer: don't throw if slice length too long (Trevor Norris)
    
    * buffer: Buffer(buf) constructor copies into the proper buffer (Ben Noordhuis)
    
    * cli: remove --max-stack-size (Ben Noordhuis)
    
    * cli: unknown command line options are errors (Ben Noordhuis)
    
    * child_process: exec accept buffer as an encoding (Seth Fitzsimmons)
    
    * crypto: make randomBytes/pbkdf2 callbacks domain aware (Ben Noordhuis)
    
    * domain: deprecate domain.dispose(). (Forrest L Norvell)
    
    * fs: Expose birthtime on stat objects (isaacs)
    
    * http: Only send connection:keep-alive if necessary (isaacs)
    
    * repl: Catch syntax errors better (isaacs, Nathan Rajlich)
    
    * stream: change default highWaterMark for objectMode to 16 (Mathias Buus)
    
    * stream: make setEncoding/pause/resume chainable (Julian Gruber, isaacs)
    
    * util: pass opts to custom inspect functions (Timothy J Fontaine)
    
    * vm: rewritten to behave like Contextify (Domenic Denicola)
    
  • v0.10.18
    2013.09.04, Version 0.10.18 (Stable)
    
    * uv: Upgrade to v0.10.15
    
    * stream: Don't crash on unset _events property (isaacs)
    
    * stream: Pass 'buffer' encoding with decoded writable chunks (isaacs)
    
  • v0.10.17
    2013.08.21, Version 0.10.17 (Stable)
    
    * uv: Upgrade v0.10.14
    
    * http_parser: Do not accept PUN/GEM methods as PUT/GET (Chris Dickinson)
    
    * tls: fix assertion when ssl is destroyed at read (Fedor Indutny)
    
    * stream: Throw on 'error' if listeners removed (isaacs)
    
    * dgram: fix assertion on bad send() arguments (Ben Noordhuis)
    
    * readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)
    
  • v0.11.6
    2013.08.21, Version 0.11.6 (Unstable)
    
    * uv: Upgrade to v0.11.8
    
    * v8: upgrade v8 to 3.20.14.1
    
    * build: disable SSLv2 by default (Ben Noordhuis)
    
    * build: don't auto-destroy existing configuration (Ben Noordhuis)
    
    * crypto: add TLS 1.1 and 1.2 to secureProtocol list (Matthias Bartelmeß)
    
    * crypto: fix memory leak in randomBytes() error path (Ben Noordhuis)
    
    * dgram: don't call into js when send cb is omitted (Ben Noordhuis)
    
    * dgram: fix regression in string argument handling (Ben Noordhuis)
    
    * domains: performance improvements (Trevor Norris)
    
    * events: EventEmitter = require('events') (Jake Verbaten)
    
    * http: Add write()/end() callbacks (isaacs)
    
    * http: Consistent 'finish' event semantics (isaacs)
    
    * http: Prefer 'binary' over 'ascii' (isaacs)
    
    * http: Support legacy agent.addRequest API (isaacs)
    
    * http: Write hex/base64 chunks properly (isaacs)
    
    * http: add agent.maxFreeSockets option (isaacs)
    
    * http: provide access to raw headers/trailers (isaacs)
    
    * http: removed headers stay removed (James Halliday)
    
    * http,timers: improve callback performance (Ben Noordhuis)
    
    * net: family option in net.connect (Vsevolod Strukchinsky)
    
    * readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)
    
    * smalloc: allow different external array types (Trevor Norris)
    
    * smalloc: expose ExternalArraySize (Trevor Norris)
    
    * stream: Short-circuit buffer pushes when flowing (isaacs)
    
    * tls: handle errors on socket before releasing it (Fedor Indutny)
    
    * util: fix isPrimitive check (Trevor Norris)
    
    * util: isObject should always return boolean (Trevor Norris)
    
  • v0.10.16
    2013.08.16, Version 0.10.16 (Stable)
    
    * v8: back-port fix for CVE-2013-2882
    
    * npm: Upgrade to 1.3.8
    
    * crypto: fix assert() on malformed hex input (Ben Noordhuis)
    
    * crypto: fix memory leak in randomBytes() error path (Ben Noordhuis)
    
    * events: fix memory leak, don't leak event names (Ben Noordhuis)
    
    * http: Handle hex/base64 encodings properly (isaacs)
    
    * http: improve chunked res.write(buf) performance (Ben Noordhuis)
    
    * stream: Fix double pipe error emit (Eran Hammer)
    
  • v0.11.5
    2013.08.06, Version 0.11.5 (Unstable)
    
    * v8: upgrade to 3.20.11
    
    * uv: upgrade to v0.11.7
    
    * buffer: return offset for end of last write (Trevor Norris)
    
    * build: embed the mdb_v8.so into the binary (Timothy J Fontaine)
    
    * build: fix --without-ssl build (Ben Noordhuis)
    
    * child_process: add 'shell' option to .exec() (Ben Noordhuis)
    
    * dgram: report send errors to cb, don't pass bytes (Ben Noordhuis)
    
    * fs: write strings directly to disk (Trevor Norris)
    
    * https: fix default port (Koichi Kobayashi)
    
    * openssl: use asm for sha, md5, rmd (Fedor Indutny)
    
    * os: add mac address to networkInterfaces() output (Brian White)
    
    * smalloc: introduce smalloc module (Trevor Norris)
    
    * stream: Simplify flowing, passive data listening (streams3) (isaacs)
    
    * tls: asynchronous SNICallback (Fedor Indutny)
    
    * tls: share tls tickets key between cluster workers (Fedor Indutny)
    
    * util: don't throw on circular %j input to format() (Ben Noordhuis)
    
  • v0.10.15
    2013.07.25, Version 0.10.15 (Stable)
    
    * src: fix process.getuid() return value (Ben Noordhuis)
    
  • v0.10.14
    2013.07.25, Version 0.10.14 (Stable)
    
    * uv: Upgrade to v0.10.13
    
    * npm: Upgrade to v1.3.5
    
    * os: Don't report negative times in cpu info (Ben Noordhuis)
    
    * fs: Handle large UID and GID (Ben Noordhuis)
    
    * url: Fix edge-case when protocol is non-lowercase (Shuan Wang)
    
    * doc: Streams API Doc Rewrite (isaacs)
    
    * node: call MakeDomainCallback in all domain cases (Trevor Norris)
    
    * crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
    
  • v0.11.4
    2013.07.12, Version 0.11.4 (Unstable)
    
    * npm: Upgrade to 1.3.4
    
    * v8: Upgrade to v3.20.2
    
    * c-ares: Upgrade to piscisaureus/cares@805d153
    
    * timers: setImmediate process full queue each turn (Ben Noordhuis)
    
    * http: Add agent.get/request methods (isaacs)
    
    * http: Proper KeepAlive behavior (isaacs)
    
    * configure: fix the --without-ssl option (Nathan Rajlich)
    
    * buffer: propagate originating parent (Trevor Norris)
    
    * tls_wrap: return Error not throw for missing cert (Timothy J Fontaine)
    
    * src: enable native v8 typed arrays (Ben Noordhuis)
    
    * stream: objectMode transform should allow falsey values (Jeff Barczewski)
    
    * slab_allocator: remove SlabAllocator (Trevor Norris)
    
    * crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
    
    * tls: export TLSSocket (Fedor Indutny)
    
    * zlib: allow changing of level and strategy (Brian White)
    
    * zlib: allow custom flush type for flush() (Brian White)
    
  • v0.10.13
    2013.07.09, Version 0.10.13 (Stable)
    
    * uv: Upgrade to v0.10.12
    
    * npm: Upgrade to 1.3.2
    
    * windows: get proper errno (Ben Noordhuis)
    
    * tls: only wait for finish if we haven't seen it (Timothy J Fontaine)
    
    * http: Dump response when request is aborted (isaacs)
    
    * http: use an unref'd timer to fix delay in exit (Peter Rust)
    
    * zlib: level can be negative (Brian White)
    
    * zlib: allow zero values for level and strategy (Brian White)
    
    * buffer: add comment explaining buffer alignment (Ben Noordhuis)
    
    * string_bytes: properly detect 64bit (Timothy J Fontaine)
    
    * src: fix memory leak in UsingDomains() (Ben Noordhuis)
    
  • v0.11.3
    2013.06.26, Version 0.11.3 (Unstable)
    
    * uv: Upgrade to v0.11.5
    
    * c-ares: upgrade to 1.10.0
    
    * v8: upgrade to v3.19.13
    
    * punycode: update to v1.2.3 (Mathias Bynens)
    
    * debugger: break on uncaught exception (Miroslav Bajtos)
    
    * child_process: emit 'disconnect' asynchronously (Ben Noordhuis)
    
    * dtrace: enable uv's probes if enabled (Timothy J Fontaine)
    
    * dtrace: unify dtrace and systemtap interfaces (Timothy J Fontaine)
    
    * buffer: New API for backing data store (Trevor Norris)
    
    * buffer: return `this` in fill() for chainability (Brian White)
    
    * build: fix include order for building on windows (Timothy J Fontaine)
    
    * build: add android support (Linus Mårtensson)
    
    * readline: strip ctrl chars for prompt width calc (Krzysztof Chrapka)
    
    * tls: introduce TLSSocket based on tls_wrap binding (Fedor Indutny)
    
    * tls: add localAddress and localPort properties (Ben Noordhuis)
    
    * crypto: free excessive memory in NodeBIO (Fedor Indutny)
    
    * process: remove maxTickDepth (Trevor Norris)
    
    * timers: use uv_now instead of Date.now (Timothy J Fontaine)
    
    * util: Add debuglog, deprecate console lookalikes (isaacs)
    
    * module: use path.sep instead of a custom solution (Robert Kowalski)
    
    * http: don't escape request path, reject bad chars (Ben Noordhuis)
    
    * net: emit dns 'lookup' event before connect (Ben Noordhuis)
    
    * dns: add getServers and setServers (Timothy J Fontaine)