mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Version 0.2.5
This commit is contained in:
parent
96b1c08804
commit
b3e6f22518
2 changed files with 13 additions and 1 deletions
|
|
@ -5,6 +5,18 @@ 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.5
|
||||||
|
=============
|
||||||
|
|
||||||
|
*released on 27 August 2014*
|
||||||
|
|
||||||
|
- Don't ask for the password of one server more than once and fix multiple
|
||||||
|
concurrency issues, see issue `#101`_.
|
||||||
|
|
||||||
|
- Better validation of DAV endpoints.
|
||||||
|
|
||||||
|
.. _`#101`: https://github.com/untitaker/vdirsyncer/issues/101
|
||||||
|
|
||||||
Version 0.2.4
|
Version 0.2.4
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.4'
|
__version__ = '0.2.5'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue