summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-13 09:12:53 -0700
committerisaacs <i@izs.me>2012-03-13 13:02:38 -0700
commitf06abda6f58e517349d1b63a2cbf5a8d04a03505 (patch)
treee018feeb2e76e75ab23094b46c83fc4e0dc18fcb /AUTHORS
parent10dc129a4b75ded392adbb483484949e653276ed (diff)
downloadandroid-node-v8-f06abda6f58e517349d1b63a2cbf5a8d04a03505.tar.gz
android-node-v8-f06abda6f58e517349d1b63a2cbf5a8d04a03505.tar.bz2
android-node-v8-f06abda6f58e517349d1b63a2cbf5a8d04a03505.zip
2012.03.13, Version 0.7.6 (unstable)
* Upgrade v8 to 3.9.17 * Upgrade npm to 1.1.8 - Add support for os/cpu fields in package.json (Adam Blackburn) - Automatically node-gyp packages containing a binding.gyp - Fix failures unpacking in UNC shares - Never create un-listable directories - Handle cases where an optionalDependency fails to build * events: newListener emit correct fn when using 'once' (Roly Fentanes) * url: Ignore empty port component (Ɓukasz Walukiewicz) * module: replace 'children' array (isaacs) * tls: parse multiple values of a key in ssl certificate (Sambasiva Suda) * cluster: support passing of named pipes (Ben Noordhuis) * Windows: include syscall in fs errors (Bert Belder) * http: #2888 Emit end event only once (Igor Zinkovsky) * readline: add multiline support (Rlidwka) * process: add `process.hrtime()` (Nathan Rajlich) * net, http, https: add localAddress option (Dmitry Nizovtsev) * addon improvements (Nathan Rajlich) * build improvements (Ben Noordhuis, Sadique Ali, T.C. Hollingsworth, Nathan Rajlich) * add support for "SEARCH" request methods (Nathan Rajlich) * expose the zlib and http_parser version in process.versions (Nathan Rajlich)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS14
1 files changed, 14 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 80a44f5ad2..73885d1193 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -273,3 +273,17 @@ Tomasz Buchert <tomek.buchert@gmail.com>
Myles Byrne <myles@myles.id.au>
T.C. Hollingsworth <tchollingsworth@gmail.com>
Cam Pedersen <diffference@gmail.com>
+Roly Fentanes <roly426@gmail.com>
+Ted Young <ted@radicaldesigns.org>
+Joshua Holbrook <josh.holbrook@gmail.com>
+Blake Miner <miner.blake@gmail.com>
+Vincent Ollivier <contact@vincentollivier.com>
+Jimb Esser <jimb@railgun3d.com>
+Sambasiva Suda <sambasivarao@gmail.com>
+Sadique Ali <sadiqalikm@gmail.com>
+Dmitry Nizovtsev <dmitry@ukrteam.com>
+Alex Kocharin <rlidwka@kocharin.ru>
+Ming Liu <vmliu1@gmail.com>
+Shea Levy <shea@shealevy.com>
+Nao Iizuka <iizuka@kyu-mu.net>
+Christian Ress <christian@ressonline.de>