From 0debf5a82934da805592b6496756cdf27c993abc Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 6 Mar 2013 12:43:35 -0800 Subject: 2013.03.06, Version 0.9.12 (Unstable) * stream: Allow strings in Readable.push/unshift (isaacs) * stream: Remove bufferSize option (isaacs) * stream: Increase highWaterMark on large reads (isaacs) * stream: _write: takes an encoding argument (isaacs) * stream: _transform: remove no output() method, provide encoding (isaacs) * stream: Don't require read(0) to emit 'readable' event (isaacs) * node: Add --throw-deprecation (isaacs) * http: fix multiple timeout events (Eugene Girshov) * http: More useful setTimeout API on server (isaacs) * net: use close callback, not process.nextTick (Ben Noordhuis) * net: Provide better error when writing after FIN (isaacs) * dns: Support NAPTR queries (Pavel Lang) * dns: fix ReferenceError in resolve() error path (Xidorn Quan) * child_process: handle ENOENT correctly on Windows (Scott Blomquist) * cluster: Rename destroy() to kill(signal=SIGTERM) (isaacs) * build: define nightly tag external to build system (Timothy J Fontaine) * build: make msi build work when spaces are present in the path (Bert Belder) * build: fix msi build issue with WiX 3.7/3.8 (Raymond Feng) * repl: make compatible with domains (Dave Olszewski) * events: Code cleanup and performance improvements (Trevor Norris) --- AUTHORS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 70e0983a30..e2ad771ae5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -418,3 +418,11 @@ Victor Costan Timothy J Fontaine Arianit Uka Andrei Sedoi +Eugene Girshov +Evan Oxfeld +Lars-Magnus Skog +Raymond Feng +Aaron Cannon +Xidorn Quan +Paolo Fragomeni +Scott Blomquist -- cgit v1.2.3