summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-07-12 15:16:33 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-07-12 15:16:33 -0700
commit31109808ea0b0fe6191499062d21e86ee2fbb6fe (patch)
tree86ea6eefa71f882b722b5ec1fa35bc1494234213
parent48c542db523d88c79f62c6346b91bdf4b828ff6b (diff)
parentb5b84197ed037918fd1a26e5cb87cce7c812ca55 (diff)
downloadnode-31109808ea0b0fe6191499062d21e86ee2fbb6fe.tar.gz
Merge branch 'v0.11.4-release'
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog37
2 files changed, 37 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 2a573c32c..7bf4393e1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/ChangeLog b/ChangeLog
index 5d3293faf..b3d8b49f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,39 @@
-2013.06.26, Version 0.11.3 (Unstable)
+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)
+
+
+2013.06.26, Version 0.11.3 (Unstable), 38c0c47bbe280ddc42054418091571e532d82a1e
* uv: Upgrade to v0.11.5