Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.8.14
    2012.10.25, Version 0.8.14 (Stable)
    
    * events: Don't clobber pre-existing _events obj in EE ctor (isaacs)
    
  • v0.8.13
    2012.10.25, Version 0.8.13 (Stable)
    
    * V8: Upgrade to 3.11.10.25
    
    * npm: Upgrade to 1.1.65
    
    * url: parse hostnames that start with - or _ (Ben Noordhuis)
    
    * repl: Fix Windows 8 terminal issue (Bert Belder)
    
    * typed arrays: use signed char for signed int8s (Aaron Jacobs)
    
    * crypto: fix bugs in DiffieHellman (Ben Noordhuis)
    
    * configure: turn on VFPv3 on ARMv7 (Ben Noordhuis)
    
    * Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis)
    
    * repl: ensure each REPL instance gets its own "context" (Nathan Rajlich)
    
  • v0.9.3
    2012.10.24, Version 0.9.3 (Unstable)
    
    * V8: Upgrade to 3.13.7.4
    
    * crypto: Default to buffers instead of binary strings (isaacs, Fedor Indutny)
    
    * crypto: add getHashes() and getCiphers() (Ben Noordhuis)
    
    * unix: add custom thread pool, remove libeio (Ben Noordhuis)
    
    * util: make `inspect()` accept an "options" argument (Nathan Rajlich)
    
    * https: fix renegotation attack protection (Ben Noordhuis)
    
    * cluster: make 'listening' handler see actual port (Aaditya Bhatia)
    
    * windows: use USERPROFILE to get the user's home dir (Bert Belder)
    
    * path: add platform specific path delimiter (Paul Serby)
    
    * http: add response.headersSent property (Pavel Lang)
    
    * child_process: make .fork()'d child auto-exit (Ben Noordhuis)
    
    * events: add 'removeListener' event (Ben Noordhuis)
    
    * string_decoder: Add 'end' method, do base64 properly (isaacs)
    
    * buffer: include encoding value in exception when invalid (Ricky Ng-Adam)
    
    * http: make http.ServerResponse no longer emit 'end' (isaacs)
    
    * streams: fix pipe is destructed by 'end' from destination (koichik)
    
  • v0.8.12
    2012.10.12, Version 0.8.12 (Stable)
    
    * npm: Upgrade to 1.1.63
    
    * crypto: Reduce stability index to 2-Unstable (isaacs)
    
    * windows: fix handle leak in uv_fs_utime (Bert Belder)
    
    * windows: fix application crashed popup in debug version (Bert Belder)
    
    * buffer: report proper retained size in profiler (Ben Noordhuis)
    
    * buffer: fix byteLength with UTF-16LE (koichik)
    
    * repl: make "end of input" JSON.parse() errors throw in the REPL (Nathan Rajlich)
    
    * repl: make invalid RegExp modifiers throw in the REPL (Nathan Rajlich)
    
    * http: handle multiple Proxy-Authenticate values (Willi Eggeling)
    
  • v0.8.11
    2012.09.27, Version 0.8.11 (Stable)
    
    * fs: Fix stat() size reporting for large files (Ben Noordhuis)
    
  • v0.8.10
    2012.09.25, Version 0.8.10 (Stable)
    
    * npm: Upgrade to 1.1.62
    
    * repl: make invalid RegExps throw in the REPL (Nathan Rajlich)
    
    * v8: loosen artificial mmap constraint (Bryan Cantrill)
    
    * process: fix setuid() and setgid() error reporting (Ben Noordhuis)
    
    * domain: Properly exit() on domain disposal (isaacs)
    
    * fs: fix watchFile() missing deletion events (Ben Noordhuis)
    
    * fs: fix assert in fs.watch() (Ben Noordhuis)
    
    * fs: don't segfault on deeply recursive stat() (Ben Noordhuis)
    
    * http: Remove timeout handler when data arrives (Frédéric Germain)
    
    * http: make the client "res" object gets the same domain as "req" (Nathan Rajlich)
    
    * windows: don't blow up when an invalid FD is used (Bert Belder)
    
    * unix: map EDQUOT to UV_ENOSPC (Charlie McConnell)
    
    * linux: improve /proc/cpuinfo parser (Ben Noordhuis)
    
    * win/tty: reset background brightness when color is set to default (Bert Belder)
    
    * unix: put child process stdio fds in blocking mode (Ben Noordhuis)
    
    * unix: fix EMFILE busy loop (Ben Noordhuis)
    
    * sunos: don't set TCP_KEEPALIVE (Ben Noordhuis)
    
    * tls: Use slab allocator for memory management (Fedor Indutny)
    
    * openssl: Use optimized assembly code for x86 and x64 (Bert Belder)
    
  • v0.9.2
    2012.09.17, Version 0.9.2 (Unstable)
    
    * http_parser: upgrade to ad3b631
    
    * openssl: upgrade 1.0.1c
    
    * darwin: use FSEvents to watch directory changes (Fedor Indutny)
    
    * unix: support missing API on NetBSD (Shigeki Ohtsu)
    
    * unix: fix EMFILE busy loop (Ben Noordhuis)
    
    * windows: un-break writable tty handles (Bert Belder)
    
    * windows: map WSAESHUTDOWN to UV_EPIPE (Bert Belder)
    
    * windows: make spawn with custom environment work again (Bert Belder)
    
    * windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder)
    
    * tls, https: validate server certificate by default (Ben Noordhuis)
    
    * tls, https: throw exception on missing key/cert (Ben Noordhuis)
    
    * tls: async session storage (Fedor Indutny)
    
    * installer: don't install header files (Ben Noordhuis)
    
    * buffer: implement Buffer.prototype.toJSON() (Nathan Rajlich)
    
    * buffer: added support for writing NaN and Infinity (koichik)
    
    * http: make http.ServerResponse emit 'end' (Ben Noordhuis)
    
    * build: ./configure --ninja (Ben Noordhuis, Timothy J Fontaine)
    
    * installer: fix --without-npm (Ben Noordhuis)
    
    * cli: make -p equivalent to -pe (Ben Noordhuis)
    
    * url: Go much faster by using Url class (isaacs)
    
  • v0.8.9
    2012.09.11, Version 0.8.9 (Stable)
    
    * v8: upgrade to 3.11.10.22
    
    * GYP: upgrade to r1477
    
    * npm: Upgrade to 1.1.61
    
    * npm: Don't create world-writable files (isaacs)
    
    * windows: fix single-accept mode for shared server sockets (Bert Belder)
    
    * windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
    
    * windows: don't throw when a signal handler is attached (Bert Belder)
    
    * unix: fix memory leak in udp (Ben Noordhuis)
    
    * unix: map errno ESPIPE (Ben Noordhuis)
    
    * unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
    
    * sunos: fix os.cpus() on x86_64 (Ben Noordhuis)
    
    * child process: fix processes with IPC channel don't emit 'close' (Bert Belder)
    
    * build: add a "--dest-os" option to force a gyp "flavor" (Nathan Rajlich)
    
    * build: set `process.platform` to "sunos" on SunOS (Nathan Rajlich)
    
    * build: fix `make -j` fails after `make clean` (Bearice Ren)
    
    * build: fix openssl configuration for "arm" builds (Nathan Rajlich)
    
    * tls: support unix domain socket/named pipe in tls.connect (Shigeki Ohtsu)
    
    * https: make https.get() accept a URL (koichik)
    
    * http: respect HTTP/1.0 TE header (Ben Noordhuis)
    
    * crypto, tls: Domainify setSNICallback, pbkdf2, randomBytes (Ben Noordhuis)
    
    * stream.pipe: Don't call destroy() unless it's a function (isaacs)
    
  • v0.9.1
    2012.08.28, Version 0.9.1 (Unstable)
    
    * buffer: Add Buffer.isEncoding(enc) to test for valid encoding values (isaacs)
    
    * Raise UV_ECANCELED on premature close. (Ben Noordhuis)
    
    * Remove c-ares from libuv, move to a top-level node dependency (Bert Belder)
    
    * ref/unref for all HandleWraps, timers, servers, and sockets (Timothy J Fontaine)
    
    * addon: remove node-waf, superseded by node-gyp (Ben Noordhuis)
    
    * child_process: emit error on exec failure (Ben Noordhuis)
    
    * cluster: do not use internal server API (Andreas Madsen)
    
    * constants: add O_DIRECT (Ian Babrou)
    
    * crypto: add sync interface to crypto.pbkdf2() (Ben Noordhuis)
    
    * darwin: emulate fdatasync() (Fedor Indutny)
    
    * dgram: make .bind() always asynchronous (Ben Noordhuis)
    
    * events: Make emitter.listeners() side-effect free (isaacs, Joe Andaverde)
    
    * fs: Throw early on invalid encoding args (isaacs)
    
    * fs: fix naming of truncate/ftruncate functions (isaacs)
    
    * http: bubble up parser errors to ClientRequest (Brian White)
    
    * linux: improve cpuinfo parser on ARM and MIPS (Ben Noordhuis)
    
    * net: add support for IPv6 addresses ending in :: (Josh Erickson)
    
    * net: support Server.listen(Pipe) (Andreas Madsen)
    
    * node: don't scan add-on for "init" symbol (Ben Noordhuis)
    
    * remove process.uvCounters() (Ben Noordhuis)
    
    * repl: console writes to repl rather than process stdio (Nathan Rajlich)
    
    * timers: implement setImmediate (Timothy J Fontaine)
    
    * tls: fix segfault in pummel/test-tls-ci-reneg-attack (Ben Noordhuis)
    
    * tools: Move gyp addon tools to node-gyp (Nathan Rajlich)
    
    * unix: preliminary signal handler support (Ben Noordhuis)
    
    * unix: remove dependency on ev_child (Ben Noordhuis)
    
    * unix: work around darwin bug, don't poll() on pipe (Fedor Indutny)
    
    * util: Formally deprecate util.pump() (Ben Noordhuis)
    
    * windows: make active and closing handle state independent (Bert Belder)
    
    * windows: report spawn errors to the exit callback (Bert Belder)
    
    * windows: signal handling support with uv_signal_t (Bert Belder)
    
  • v0.8.8
    2012.08.22, Version 0.8.8 (Stable)
    
    * V8: upgrade to 3.11.10.19
    
    * npm: upgrade to 1.1.59
    
    * windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
    
    * unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
    
    * unix: fix integer overflow in uv_hrtime (Tim Holy)
    
    * sunos: fix uv_cpu_info() on x86_64 (Ben Noordhuis)
    
    * tls: update default cipher list (Ben Noordhuis)
    
    * unix: Fix llvm and older gcc duplicate symbol warnings (Bert Belder)
    
    * fs: fix use after free in stat watcher (Ben Noordhuis)
    
    * build: Fix using manually compiled gcc on OS X (Nathan Rajlich)
    
    * windows: make junctions work again (Bert Belder)
    
  • v0.8.7
    2012.08.15, Version 0.8.7 (Stable)
    
    * npm: Upgrade to 1.1.49
    
    * website: download page (Golo Roden)
    
    * crypto: fix uninitialized memory access in openssl (Ben Noordhuis)
    
    * buffer, crypto: fix buffer decoding (Ben Noordhuis)
    
    * build: compile with -fno-tree-vrp when gcc >= 4.0 (Ben Noordhuis)
    
    * tls: handle multiple CN fields when verifying cert (Ben Noordhuis)
    
    * doc: remove unused util from child_process (Kyle Robinson Young)
    
    * build: rework -fvisibility=hidden detection (Ben Noordhuis)
    
    * windows: don't duplicate invalid stdio handles (Bert Belder)
    
    * windows: fix typos in process-stdio.c (Bert Belder)
    
  • v0.8.6
    2012.08.07, Version 0.8.6 (Stable)
    
    * npm: Upgrade to v1.1.48
    
    * Add 'make binary' to build binary tarballs for all Unixes (Nathan Rajlich)
    
    * zlib: Emit 'close' on destroy(). (Dominic Tarr)
    
    * child_process: Fix stdout=null when stdio=['pipe'] (Tyler Neylon)
    
    * installer: prevent ETXTBSY errors (Ben Noordhuis)
    
    * installer: honor --without-npm, default install path (Ben Noordhuis)
    
    * net: make pause work with connecting sockets (Bert Belder)
    
    * installer: fix cross-compile installs (Ben Noordhuis)
    
    * net: fix .listen({fd:0}) (Ben Noordhuis)
    
    * windows: map WSANO_DATA to UV_ENOENT (Bert Belder)
    
  • v0.6.21
    2012.08.03 Version 0.6.21 (maintenance)
    
    * sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill)
    
    * net: make pause/resume work with connecting sockets (Bert Belder)
    
  • v0.8.5
    2012.08.02, Version 0.8.5 (Stable)
    
    * node: tag Encode and friends NODE_EXTERN (Ben Noordhuis)
    
    * fs: fix ReadStream / WriteStream missing callback (Gil Pedersen)
    
    * fs: fix readFileSync("/proc/cpuinfo") regression (Ben Noordhuis)
    
    * installer: don't assume bash is installed (Ben Noordhuis)
    
    * Report errors properly from --eval and stdin (isaacs)
    
    * assert: fix throws() throws an error without message property (koichik)
    
    * cluster: fix libuv assert in net.listen() (Ben Noordhuis)
    
    * build: always link sunos builds with libumem (Trent Mick)
    
    * build: improve armv7 / hard-float detection (Adam Malcontenti-Wilson)
    
    * https: Use host header as effective servername (isaacs)
    
    * sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill)
    
    * linux: fix 'two watchers, one path' segfault (Ben Noordhuis)
    
    * windows: fix memory leaks in many fs functions (Bert Belder)
    
    * windows: don't allow directories to be opened for writing/appending (Bert Belder)
    
    * windows: make fork() work even when not all stdio handles are valid (Bert Belder)
    
    * windows: make unlink() not remove mount points, and improve performance (Bert Belder)
    
    * build: Sign pkg installer for OS X (isaacs)
    
  • v0.8.4
    2012.07.25, Version 0.8.4 (Stable)
    
    * V8: Upgrade to 3.11.10.17
    
    * npm: Upgrade to 1.1.45
    
    * net: fix Socket({ fd: 42 }) api (Ben Noordhuis)
    
    * readline: Remove event listeners on close (isaacs)
    
    * windows: correctly prep long path for fs.exists(Sync) (Bert Belder)
    
    * debugger: wake up the event loop when a debugger command is dispatched (Peter Rybin)
    
    * tls: verify server's identity (Fedor Indutny)
    
    * net: ignore socket.setTimeout(Infinity or NaN) (Fedor Indutny)
    
  • v0.9.0
    2012.07.20, Version 0.9.0 (Unstable)
    
    * punycode: update to v1.1.1 (Mathias Bynens)
    
    * c-ares: upgrade to 1.9.0 (Saúl Ibarra Corretgé)
    
    * dns: ignore rogue DNS servers reported by windows (Saúl Ibarra Corretgé)
    
    * unix: speed up uv_async_send() (Ben Noordhuis)
    
    * darwin: get cpu model correctly on mac (Xidorn Quan)
    
    * nextTick: Handle tick callbacks before any other I/O (isaacs)
    
    * Enable color customization of `util.inspect` (Pavel Lang)
    
    * tls: Speed and memory improvements (Fedor Indutny)
    
    * readline: Use one history item for reentered line (Vladimir Beloborodov)
    
    * Fix #3521 Make process.env more like a regular Object (isaacs)
    
  • v0.8.3
    2012.07.19, Version 0.8.3 (Stable)
    
    * V8: upgrade to 3.11.10.15
    
    * npm: Upgrade to 1.1.43
    
    * net: fix net.Server.listen({fd:x}) error reporting (Ben Noordhuis)
    
    * net: fix bogus errno reporting (Ben Noordhuis)
    
    * build: Move npm shebang logic into an npm script (isaacs)
    
    * build: fix add-on loading on freebsd (Ben Noordhuis)
    
    * build: disable unsafe optimizations (Ben Noordhuis)
    
    * build: fix spurious mksnapshot crashes for good (Ben Noordhuis)
    
    * build: speed up genv8constants (Dave Pacheco)
    
    * fs: make unwatchFile() remove a specific listener (Ben Noordhuis)
    
    * domain: Remove first arg from intercepted fn (Toshihiro Nakamura)
    
    * domain: Fix memory leak on error (isaacs)
    
    * events: Fix memory leak from removeAllListeners (Nathan Rajlich)
    
    * zlib: Fix memory leak in Unzip class. (isaacs)
    
    * crypto: Fix memory leak in DecipherUpdate() (Ben Noordhuis)
    
  • v0.6.20
    2012.07.10 Version 0.6.20 (maintenance)
    
    * npm: Upgrade to 1.1.37 (isaacs)
    
    * benchmark: Backport improvements made in master (isaacs)
    
    * build: always link with -lz (Trent Mick)
    
    * core: use proper #include directives (Ben Noordhuis)
    
    * cluster: don't silently drop messages when the write queue gets big (Bert Belder)
    
    * windows: don't print error when GetConsoleTitleW returns an empty string (Bert Belder)
    
  • v0.8.2
    2012.07.09, Version 0.8.2 (Stable)
    
    * npm: Upgrade to 1.1.36
    
    * readline: don't use Function#call() (Nathan Rajlich)
    
    * Code cleanup to pass 'use strict' (Jonas Westerlund)
    
    * module: add filename to require() json errors (TJ Holowaychuk)
    
    * readline: fix for unicode prompts (Tim Macfarlane)
    
    * timers: fix handling of large timeouts (Ben Noordhuis)
    
    * repl: fix passing an empty line inserting "undefined" into the buffer (Nathan Rajlich)
    
    * repl: fix crashes when buffering command (Maciej Małecki)
    
    * build: rename strict_aliasing to node_no_strict_aliasing (Ben Noordhuis)
    
    * build: disable -fstrict-aliasing for any gcc < 4.6.0 (Ben Noordhuis)
    
    * build: detect cc version with -dumpversion (Ben Noordhuis)
    
    * build: handle output of localized gcc or clang (Ben Noordhuis)
    
    * unix: fix memory corruption in freebsd.c (Ben Noordhuis)
    
    * unix: fix 'zero handles, one request' busy loop (Ben Noordhuis)
    
    * unix: fix busy loop on unexpected tcp message (Ben Noordhuis)
    
    * unix: fix EINPROGRESS busy loop (Ben Noordhuis)
    
  • v0.8.1
    * V8: upgrade to v3.11.10.12
    
    * npm: upgrade to v1.1.33
      - Support for parallel use of the cache folder
      - Retry on registry timeouts or network failures (Trent Mick)
      - Reduce 'engines' failures to a warning
      - Use new zsh completion if aviailable (Jeremy Cantrell)
    
    * Fix #3577 Un-break require('sys')
    
    * util: speed up formatting of large arrays/objects (Ben Noordhuis)
    
    * windows: make fs.realpath(Sync) work with UNC paths (Bert Belder)
    
    * build: fix --shared-v8 option (Ben Noordhuis)
    
    * doc: `detached` is a boolean (Andreas Madsen)
    
    * build: use proper python interpreter (Ben Noordhuis)
    
    * build: expand ~ in `./configure --prefix=~/a/b/c` (Ben Noordhuis)
    
    * build: handle CC env var with spaces (Gabriel de Perthuis)
    
    * build: fix V8 build when compiling with gcc 4.5 (Ben Noordhuis)
    
    * build: fix --shared-v8 option (Ben Noordhuis)
    
    * windows msi: Fix icon issue which caused huge file size (Bert Belder)
    
    * unix: assume that dlopen() may clobber dlerror() (Ben Noordhuis)
    
    * sunos: fix memory corruption bugs (Ben Noordhuis)
    
    * windows: better (f)utimes and (f)stat (Bert Belder)