summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-07-24 16:04:40 -0700
committerisaacs <i@izs.me>2012-07-24 17:06:58 -0700
commitf98562fcd7d1cab573ca4dc1612157d6999befd4 (patch)
treec194bebebb92ed2489108eaba672dee23ac50456 /AUTHORS
parent7fd3cb666bd2f39e675fb766a40cf83869ea232d (diff)
downloadandroid-node-v8-f98562fcd7d1cab573ca4dc1612157d6999befd4.tar.gz
android-node-v8-f98562fcd7d1cab573ca4dc1612157d6999befd4.tar.bz2
android-node-v8-f98562fcd7d1cab573ca4dc1612157d6999befd4.zip
2012.07.25, Version 0.8.4 (Stable)
* V8: Upgrade to 3.11.10.17 * npm: Upgrade to 1.1.45 * net: fix Socket({ fd: 42 }) api (Ben Noordhuis) * readline: Remove event listeners on close (isaacs) * windows: correctly prep long path for fs.exists(Sync) (Bert Belder) * debugger: wake up the event loop when a debugger command is dispatched (Peter Rybin) * tls: verify server's identity (Fedor Indutny) * net: ignore socket.setTimeout(Infinity or NaN) (Fedor Indutny)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index fcd0c1fe3d..7b8069e522 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -350,3 +350,4 @@ Ivan Torres <mexpolk@gmail.com>
Philipp Hagemeister <phihag@phihag.de>
George Shank <shankga@gmail.com>
Mike Morearty <mike@morearty.com>
+Peter Rybin <peter.rybin@gmail.com>