summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-05-16 15:46:28 -0300
committerTomás Touceda <chiiph@leap.se>2014-05-16 15:46:56 -0300
commit4375c180b3de4eb84603bf15755ae1f7635804fe (patch)
treeb11f91ee018a23e0afd7be8c1bc74e0c34a1e64b /CHANGELOG
parent3299e7a966836deda8fa011deb1fb21b3c826573 (diff)
Fold in changes
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d3a5b9b4..ff1ba240 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,16 @@
+0.5.1 May 16, 2014:
+Client:
+ o Close connection with server after syncing to avoid client hanging
+ on exit. Fixes #5507.
+
+Common:
+ o Properly close connections on couch backend. Also prevent file
+ descriptor leaks on tests. Closes #5493.
+ o Prevent couch backend from always trying to create the
+ database. Fixes #5386.
+ o Prevent Couch Server State from making one uneeded GET request on
+ instantiation. Fixes #5386.
+
0.5.0 Apr 4, 2014:
Client:
o Catch lock timeout exception. Fixes #4435.