From 163ca274230fce536afe76c64676c332693ad7c1 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 9 Mar 2013 09:24:56 -0800 Subject: 2013.03.11, Version 0.10.0 (Stable) * npm: Upgrade to 1.2.14 * core: Append filename properly in dlopen on windows (isaacs) * zlib: Manage flush flags appropriately (isaacs) * domains: Handle errors thrown in nested error handlers (isaacs) * buffer: Strip high bits when converting to ascii (Ben Noordhuis) * win/msi: Enable modify and repair (Bert Belder) * win/msi: Add feature selection for various node parts (Bert Belder) * win/msi: use consistent registry key paths (Bert Belder) * child_process: support sending dgram socket (Andreas Madsen) * fs: Raise EISDIR on Windows when calling fs.read/write on a dir (isaacs) * unix: fix strict aliasing warnings, macro-ify functions (Ben Noordhuis) * unix: honor UV_THREADPOOL_SIZE environment var (Ben Noordhuis) * win/tty: fix typo in color attributes enumeration (Bert Belder) * win/tty: don't touch insert mode or quick edit mode (Bert Belder) --- AUTHORS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index e2ad771ae5f..d8470be27bc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -426,3 +426,5 @@ Aaron Cannon Xidorn Quan Paolo Fragomeni Scott Blomquist +Henry Chin +Julian Gruber -- cgit v1.2.3