From b5b84197ed037918fd1a26e5cb87cce7c812ca55 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Fri, 12 Jul 2013 13:51:04 -0700 Subject: 2013.07.12, Version 0.11.4 (Unstable) * npm: Upgrade to 1.3.4 * v8: Upgrade to v3.20.2 * c-ares: Upgrade to piscisaureus/cares@805d153 * timers: setImmediate process full queue each turn (Ben Noordhuis) * http: Add agent.get/request methods (isaacs) * http: Proper KeepAlive behavior (isaacs) * configure: fix the --without-ssl option (Nathan Rajlich) * buffer: propagate originating parent (Trevor Norris) * tls_wrap: return Error not throw for missing cert (Timothy J Fontaine) * src: enable native v8 typed arrays (Ben Noordhuis) * stream: objectMode transform should allow falsey values (Jeff Barczewski) * slab_allocator: remove SlabAllocator (Trevor Norris) * crypto: fix memory leak in LoadPKCS12 (Fedor Indutny) * tls: export TLSSocket (Fedor Indutny) * zlib: allow changing of level and strategy (Brian White) * zlib: allow custom flush type for flush() (Brian White) --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 2a573c32c4..7bf4393e1c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -464,3 +464,4 @@ Yuan Chuan Krzysztof Chrapka Linus MÃ¥rtensson Peter Rust +Jeff Barczewski -- cgit v1.2.3