summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-06-09 10:04:36 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-06-09 10:04:36 -0700
commitce82d6b8474bde7ac7df6d425fb88fb1bcba35bc (patch)
treec342c031dd45e28c39496cccf023dd900bac9d15 /AUTHORS
parent7fd5a4d096a8d868eb0f17fcb43779bab73ea030 (diff)
downloadandroid-node-v8-ce82d6b8474bde7ac7df6d425fb88fb1bcba35bc.tar.gz
android-node-v8-ce82d6b8474bde7ac7df6d425fb88fb1bcba35bc.tar.bz2
android-node-v8-ce82d6b8474bde7ac7df6d425fb88fb1bcba35bc.zip
2014.06.05, Version 0.10.29 (Stable)
* openssl: to 1.0.1h (CVE-2014-0224) * npm: upgrade to 1.4.10 * utf8: Prevent Node from sending invalid UTF-8 (Felix Geisendörfer) - *NOTE* this introduces a breaking change, previously you could construct invalid UTF-8 and invoke an error in a client that was expecting valid UTF-8, now unmatched surrogate pairs are replaced with the unknown UTF-8 character. To restore the old functionality simply have NODE_INVALID_UTF8 environment variable set. * child_process: do not set args before throwing (Greg Sabia Tucker) * child_process: spawn() does not throw TypeError (Greg Sabia Tucker) * constants: export O_NONBLOCK (Fedor Indutny) * crypto: improve memory usage (Alexis Campailla) * fs: close file if fstat() fails in readFile() (cjihrig) * lib: name EventEmitter prototype methods (Ben Noordhuis) * tls: fix performance issue (Alexis Campailla)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e2af282d06..8bc431a452 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -500,3 +500,7 @@ Shuhei Kagawa <shuhei.kagawa@gmail.com>
Josh Dague <daguej@email.uc.edu>
Goh Yisheng (Andrew) <mail.yisheng@gmail.com>
William Bert <william@spanishdict.com>
+Greg Sabia Tucker <greg@narrowlabs.com>
+Calvin Metcalf <calvin.metcalf@gmail.com>
+cjihrig <cjihrig@gmail.com>
+Chris Barber <chris@cb1inc.com>