Version 0.3.0

This commit is contained in:
Markus Unterwaditzer 2014-09-20 14:37:50 +02:00
parent 32dbba8c44
commit d5d55d084c
2 changed files with 25 additions and 1 deletions

View file

@ -5,6 +5,30 @@ 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.3.0
=============
*released on 20 September 2014*
- Add ``verify_fingerprint`` parameter to
:py:class:`vdirsyncer.storage.HttpStorage`,
:py:class:`vdirsyncer.storage.CaldavStorage` and
:py:class:`vdirsyncer.storage.CarddavStorage`,
see issue `#99`_ and pull request `#106`_.
- Add ``passwordeval`` parameter to :ref:`general_config`, see issue `#108`_
and pull request `#117`_.
- Emit warnings (instead of exceptions) about certain invalid responses from
the server, see issue `#113`_. This is apparently required for compatibility
with Davmail.
.. _`#99`: https://github.com/untitaker/vdirsyncer/issues/99
.. _`#106`: https://github.com/untitaker/vdirsyncer/pull/106
.. _`#108`: https://github.com/untitaker/vdirsyncer/issues/108
.. _`#113`: https://github.com/untitaker/vdirsyncer/issues/113
.. _`#117`: https://github.com/untitaker/vdirsyncer/pull/117
Version 0.2.5 Version 0.2.5
============= =============

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.5' __version__ = '0.3.0'