mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-26 09:05:50 +00:00
Version 0.2.1
This commit is contained in:
parent
0dfcefbfd3
commit
01059d4cd2
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
|
||||
package maintainers. For further info, see the git commit log.
|
||||
|
||||
Version 0.2.1
|
||||
=============
|
||||
|
||||
*released on 05 July 2014*
|
||||
|
||||
- Fix bug where vdirsyncer shows empty addressbooks when using CardDAV with
|
||||
Zimbra.
|
||||
|
||||
- Fix infinite loop when password doesn't exist in system keyring.
|
||||
|
||||
- Colorized errors, warnings and debug messages.
|
||||
|
||||
Version 0.2.0
|
||||
=============
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@
|
|||
:copyright: (c) 2014 Markus Unterwaditzer & contributors
|
||||
:license: MIT, see LICENSE for more details.
|
||||
'''
|
||||
__version__ = '0.2.0'
|
||||
__version__ = '0.2.1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue