From cdc026ed3d3f11da45fdda99d52fda116be8388c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 16 Dec 2015 15:09:40 +0100 Subject: [PATCH] Add changelogs for next version --- CHANGELOG.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e0ca40d..22eeab9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,21 @@ Package maintainers and users who have to manually update their installation may want to subscribe to `GitHub's tag feed `_. +Version 0.7.4 +============= + +*released on 16 December 2015* + +- Improved error messages instead of faulty server behavior, see :gh:`290` and + :gh:`300`. +- Safer shutdown of threadpool, avoid exceptions, see :gh:`291`. +- Fix a sync bug for read-only storages see commmit + `ed22764921b2e5bf6a934cf14aa9c5fede804d8e`. +- Etag changes are no longer sufficient to trigger sync operations. An actual + content change is also necessary. See :gh:`257`. +- :storage:`remotestorage` now automatically opens authentication dialogs in + your configured GUI browser. + Version 0.7.3 =============