From 0bc273da4fcaa79b209ed755ad249a3e7be626a6 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 25 Sep 2012 08:09:30 -0700 Subject: 2012.09.25, Version 0.8.10 (Stable) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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) --- AUTHORS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 7210976f8ac..7f757c802b0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -356,3 +356,11 @@ Gil Pedersen Tyler Neylon Golo Roden Ron Korving +Brandon Wilson +Bearice Ren +Ankur Oberoi +Atsuya Takagi +Pooya Karimian +Frédéric Germain +Robin Lee +Adam Blackburn -- cgit v1.2.3