summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-09-30 13:52:48 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-09-30 13:52:48 -0700
commitd7234c8d50a1af73f60d2d3c0cc7eed17429a481 (patch)
tree0f23cd8b817a78c8c86e8c88a173805551570d40 /ChangeLog
parent994ce4c99fb1e284bcfdc2500ae62e0138bf140e (diff)
downloadnode-new-d7234c8d50a1af73f60d2d3c0cc7eed17429a481.tar.gz
2013.09.30, Version 0.10.20 (Stable)v0.10.20v0.10.20-release
* tls: fix sporadic hang and partial reads (Fedor Indutny) - fixes "npm ERR! cb() never called!"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 54cc5a2b96..95afb81362 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2013.09.24, Version 0.10.19 (Stable)
+2013.09.30, Version 0.10.20 (Stable)
+
+* tls: fix sporadic hang and partial reads (Fedor Indutny)
+ - fixes "npm ERR! cb() never called!"
+
+
+2013.09.24, Version 0.10.19 (Stable), 6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904
* uv: Upgrade to v0.10.17