Version 0.2.2

This commit is contained in:
Markus Unterwaditzer 2014-08-04 18:49:18 +02:00
parent 59dd78dfd9
commit 73a540261c
2 changed files with 18 additions and 1 deletions

View file

@ -5,6 +5,23 @@ Changelog
This changelog only contains information that might be useful to end users and This changelog only contains information that might be useful to end users and
package maintainers. For further info, see the git commit log. package maintainers. For further info, see the git commit log.
Version 0.2.2
=============
*released on 04 August 2014*
- Remove a security check that caused problems with special characters in DAV
URLs and certain servers. On top of that, the security check was nonsensical.
See issues `#87`_ and `#91`_.
- Change some errors to warnings, see issue `#88`_.
- Improve collection autodiscovery for servers without full support.
.. _`#87`: https://github.com/untitaker/vdirsyncer/issues/87
.. _`#88`: https://github.com/untitaker/vdirsyncer/issues/88
.. _`#91`: https://github.com/untitaker/vdirsyncer/issues/91
Version 0.2.1 Version 0.2.1
============= =============

View file

@ -9,4 +9,4 @@
: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.2.1' __version__ = '0.2.2'