From 5d3dc0e4c3369dfb00b7b13e08936c2e652fa696 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 13 May 2013 14:54:38 -0700 Subject: 2013.05.13, Version 0.11.2 (Unstable) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * uv: Upgrade to 0.11.2 * V8: Upgrade to 3.19.0 * npm: Upgrade to 1.2.21 * build: Makefile should respect configure --prefix (Timothy J Fontaine) * cluster: use round-robin load balancing (Ben Noordhuis) * debugger, cluster: each worker has new debug port (Miroslav Bajtoš) * debugger: `restart` with custom debug port (Miroslav Bajtoš) * debugger: breakpoints in scripts not loaded yet (Miroslav Bajtoš) * event: EventEmitter#setMaxListeners() returns this (Sam Roberts) * events: add EventEmitter.defaultMaxListeners (Ben Noordhuis) * install: Support $(PREFIX) install target directory prefix (Olof Johansson) * os: Include netmask in os.networkInterfaces() (Ben Kelly) * path: add path.isAbsolute(path) (Ryan Doenges) * stream: Guarantee ordering of 'finish' event (isaacs) * streams: introduce .cork/.uncork/._writev (Fedor Indutny) * vm: add support for timeout argument (Andrew Paprocki) --- AUTHORS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index f8da63908..1c0afd72c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -447,3 +447,8 @@ Ryan Doenges Sean Silva Miroslav Bajtoš Olof Johansson +Sam Roberts +Kevin Locke +Daniel Moore +Robert Kowalski +Nick Sullivan -- cgit v1.2.1