diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-05-16 15:46:28 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-05-16 15:46:56 -0300 |
commit | 4375c180b3de4eb84603bf15755ae1f7635804fe (patch) | |
tree | b11f91ee018a23e0afd7be8c1bc74e0c34a1e64b /CHANGELOG | |
parent | 3299e7a966836deda8fa011deb1fb21b3c826573 (diff) |
Fold in changes
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |