summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-10-23 12:08:59 -0700
committerisaacs <i@izs.me>2012-10-24 09:21:44 -0700
commit1ed4c6776e4f52956918b70565502e0f8869829d (patch)
tree99d58bde4d60f36106437ab9a8ee2d69ab66bd77 /AUTHORS
parentabf37c1e6655be89afaf5822108ca6dcf0f99096 (diff)
downloadnode-new-1ed4c6776e4f52956918b70565502e0f8869829d.tar.gz
2012.10.24, Version 0.9.3 (Unstable)v0.9.3v0.9.3-release
* V8: Upgrade to 3.13.7.4 * crypto: Default to buffers instead of binary strings (isaacs, Fedor Indutny) * crypto: add getHashes() and getCiphers() (Ben Noordhuis) * unix: add custom thread pool, remove libeio (Ben Noordhuis) * util: make `inspect()` accept an "options" argument (Nathan Rajlich) * https: fix renegotation attack protection (Ben Noordhuis) * cluster: make 'listening' handler see actual port (Aaditya Bhatia) * windows: use USERPROFILE to get the user's home dir (Bert Belder) * path: add platform specific path delimiter (Paul Serby) * http: add response.headersSent property (Pavel Lang) * child_process: make .fork()'d child auto-exit (Ben Noordhuis) * events: add 'removeListener' event (Ben Noordhuis) * string_decoder: Add 'end' method, do base64 properly (isaacs) * buffer: include encoding value in exception when invalid (Ricky Ng-Adam) * http: make http.ServerResponse no longer emit 'end' (isaacs) * streams: fix pipe is destructed by 'end' from destination (koichik)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 5ded3147f6..4d06908d21 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -376,3 +376,5 @@ Paul Serby <paul.serby@clock.co.uk>
Andrew Paprocki <andrew@ishiboo.com>
Ricky Ng-Adam <rngadam@lophilo.com>
Aaditya Bhatia <aadityabhatia@gmail.com>
+Max Ogden <max@maxogden.com>
+Igor Soarez <igorsoarez@gmail.com>