summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-08-06 14:41:21 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-08-06 14:41:21 -0700
commit6f92da2dd106b0c63fde563284f83e08e2a521b5 (patch)
tree71c0bd4106bedc769e3661ba7817c3ad6538d4c5 /ChangeLog
parentfa8efa98de86ab2f069e055cc20d3d819a3c7f29 (diff)
downloadandroid-node-v8-6f92da2dd106b0c63fde563284f83e08e2a521b5.tar.gz
android-node-v8-6f92da2dd106b0c63fde563284f83e08e2a521b5.tar.bz2
android-node-v8-6f92da2dd106b0c63fde563284f83e08e2a521b5.zip
2013.08.06, Version 0.11.5 (Unstable)
* v8: upgrade to 3.20.11 * uv: upgrade to v0.11.7 * buffer: return offset for end of last write (Trevor Norris) * build: embed the mdb_v8.so into the binary (Timothy J Fontaine) * build: fix --without-ssl build (Ben Noordhuis) * child_process: add 'shell' option to .exec() (Ben Noordhuis) * dgram: report send errors to cb, don't pass bytes (Ben Noordhuis) * fs: write strings directly to disk (Trevor Norris) * https: fix default port (Koichi Kobayashi) * openssl: use asm for sha, md5, rmd (Fedor Indutny) * os: add mac address to networkInterfaces() output (Brian White) * smalloc: introduce smalloc module (Trevor Norris) * stream: Simplify flowing, passive data listening (streams3) (isaacs) * tls: asynchronous SNICallback (Fedor Indutny) * tls: share tls tickets key between cluster workers (Fedor Indutny) * util: don't throw on circular %j input to format() (Ben Noordhuis)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 02849a9b98..8e4ee85aaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,39 @@
-2013.07.12, Version 0.11.4 (Unstable)
+2013.08.06, Version 0.11.5 (Unstable)
+
+* v8: upgrade to 3.20.11
+
+* uv: upgrade to v0.11.7
+
+* buffer: return offset for end of last write (Trevor Norris)
+
+* build: embed the mdb_v8.so into the binary (Timothy J Fontaine)
+
+* build: fix --without-ssl build (Ben Noordhuis)
+
+* child_process: add 'shell' option to .exec() (Ben Noordhuis)
+
+* dgram: report send errors to cb, don't pass bytes (Ben Noordhuis)
+
+* fs: write strings directly to disk (Trevor Norris)
+
+* https: fix default port (Koichi Kobayashi)
+
+* openssl: use asm for sha, md5, rmd (Fedor Indutny)
+
+* os: add mac address to networkInterfaces() output (Brian White)
+
+* smalloc: introduce smalloc module (Trevor Norris)
+
+* stream: Simplify flowing, passive data listening (streams3) (isaacs)
+
+* tls: asynchronous SNICallback (Fedor Indutny)
+
+* tls: share tls tickets key between cluster workers (Fedor Indutny)
+
+* util: don't throw on circular %j input to format() (Ben Noordhuis)
+
+
+2013.07.12, Version 0.11.4 (Unstable), b5b84197ed037918fd1a26e5cb87cce7c812ca55
* npm: Upgrade to 1.3.4