mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Version 0.3.3
This commit is contained in:
parent
291edd7be0
commit
43ff90da9a
2 changed files with 21 additions and 1 deletions
|
|
@ -9,9 +9,29 @@ Package maintainers and users who have to manually update their installation
|
||||||
may want to subscribe to `GitHub's tag feed
|
may want to subscribe to `GitHub's tag feed
|
||||||
<https://github.com/untitaker/vdirsyncer/tags.atom>`_.
|
<https://github.com/untitaker/vdirsyncer/tags.atom>`_.
|
||||||
|
|
||||||
|
Version 0.3.3
|
||||||
|
=============
|
||||||
|
|
||||||
|
*released on 8 December 2014*
|
||||||
|
|
||||||
|
- Vdirsyncer now also works with iCloud. Particularly collection discovery and
|
||||||
|
etag handling were fixed.
|
||||||
|
- Vdirsyncer now encodes Cal- and CardDAV requests differently. This hasn't
|
||||||
|
been well-tested with servers like Zimbra or SoGo, but isn't expected to
|
||||||
|
cause any problems.
|
||||||
|
- Vdirsyncer is now more robust regarding invalid responses from CalDAV
|
||||||
|
servers. This should help with future compatibility with Davmail/Outlook.
|
||||||
|
- Fix a bug when specifying ``item_types`` of
|
||||||
|
:py:class:`vdirsyncer.storage.CaldavStorage` in the deprecated config format.
|
||||||
|
- Fix a bug where vdirsyncer would ignore all but one character specified in
|
||||||
|
``unsafe_href_chars`` of :py:class:`vdirsyncer.storage.CaldavStorage` and
|
||||||
|
:py:class:`vdirsyncer.storage.CarddavStorage`.
|
||||||
|
|
||||||
Version 0.3.2
|
Version 0.3.2
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
*released on 3 December 2014*
|
||||||
|
|
||||||
- The current config format has been deprecated, and support for it will be
|
- The current config format has been deprecated, and support for it will be
|
||||||
removed in version 0.4.0. Vdirsyncer warns about this now.
|
removed in version 0.4.0. Vdirsyncer warns about this now.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
:copyright: (c) 2014 Markus Unterwaditzer & contributors
|
:copyright: (c) 2014 Markus Unterwaditzer & contributors
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
'''
|
'''
|
||||||
__version__ = '0.3.2'
|
__version__ = '0.3.3'
|
||||||
|
|
||||||
PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer'
|
PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer'
|
||||||
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'
|
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue