From dc8c1402c22b8d9fc5572a34f3637f6c6b844942 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 29 Jul 2016 15:46:48 +0200 Subject: [PATCH] Version 0.11.3 --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c43301f..1033cb5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,9 +12,17 @@ may want to subscribe to `GitHub's tag feed Version 0.11.3 ============== +*released on 29 July 2016* + - Default value of ``auth`` parameter was changed from ``guess`` to ``basic`` to resolve issues with the Apple Calendar Server (:gh:`457`) and improve performance. See :gh:`461`. +- **Packagers:** The ``click-threading`` requirement is now ``>=0.2``. It was + incorrect before. See :gh:`478`. +- Fix a bug in the DAV XML parsing code that would make vdirsyncer crash on + certain input. See :gh:`480`. +- Redirect chains should now be properly handled when resolving ``well-known`` + URLs. See :ghpr:`481`. Version 0.11.2 ==============