Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-01-24 21:15:25 +0400
committerisaacs <i@izs.me>2013-01-24 21:15:25 +0400
commit5f2f8400f665dc32c3e10e7d31d53d756ded9156 (patch)
tree66bc1e288f4aa5e25140d931a825a86d5c13c69d /AUTHORS
parente722ca32d9822e50954144c123794ee4380f03cb (diff)
2013.01.24, Version 0.9.8 (Unstable)v0.9.8
* npm: Upgrade to v1.2.3 * V8: Upgrade to 3.15.11.10 * streams: Support objects other than Buffers (Jake Verbaten) * buffer: remove float write range checks (Trevor Norris) * http: close connection on 304/204 responses with chunked encoding (Ben Noordhuis) * build: fix build with dtrace support on FreeBSD (Fedor Indutny) * console: Support formatting options in trace() (isaacs) * domain: empty stack on all exceptions (Dave Olszewski) * unix, windows: make uv_*_bind() error codes consistent (Andrius Bentkus) * linux: add futimes() fallback (Ben Noordhuis)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b957535bf97..34268263b43 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -405,3 +405,6 @@ James Hight <james@zavoo.com>
Mike Harsch <mike@harschsystems.com>
Alexandr Emelin <frvzmb@gmail.com>
James Campos <james.r.campos@gmail.com>
+Dave Olszewski <cxreg@pobox.com>
+Tim Price <timprice@mangoraft.com>
+Jake Verbaten <raynos2@gmail.com>