diff options
author | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-07-12 13:51:04 -0700 |
---|---|---|
committer | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-07-12 13:51:04 -0700 |
commit | b5b84197ed037918fd1a26e5cb87cce7c812ca55 (patch) | |
tree | 86ea6eefa71f882b722b5ec1fa35bc1494234213 /AUTHORS | |
parent | 48c542db523d88c79f62c6346b91bdf4b828ff6b (diff) | |
download | node-new-b5b84197ed037918fd1a26e5cb87cce7c812ca55.tar.gz |
2013.07.12, Version 0.11.4 (Unstable)v0.11.4v0.11.4-release
* 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)
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -464,3 +464,4 @@ Yuan Chuan <yuanchuan23@gmail.com> Krzysztof Chrapka <chrapka.k@gmail.com> Linus MÃ¥rtensson <linus.martensson@sonymobile.com> Peter Rust <peter@cornerstonenw.com> +Jeff Barczewski <jeff.barczewski@gmail.com> |