mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Version 0.4.0
This commit is contained in:
parent
0d3dc10b35
commit
38c1c77508
2 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@ may want to subscribe to `GitHub's tag feed
|
||||||
Version 0.4.0
|
Version 0.4.0
|
||||||
=============
|
=============
|
||||||
|
|
||||||
*yet to be released*
|
*released on 31 December 2014*
|
||||||
|
|
||||||
- The ``passwordeval`` parameter has been renamed to ``passwordconfig``.
|
- The ``passwordeval`` parameter has been renamed to ``password_command``.
|
||||||
- The old way of writing certain config values such as lists is now gone.
|
- The old way of writing certain config values such as lists is now gone.
|
||||||
- Collection discovery has been rewritten. Old configuration files should be
|
- Collection discovery has been rewritten. Old configuration files should be
|
||||||
compatible with it, but vdirsyncer now caches the results of the collection
|
compatible with it, but vdirsyncer now caches the results of the collection
|
||||||
|
|
|
||||||
|
|
@ -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.4'
|
__version__ = '0.4.0'
|
||||||
|
|
||||||
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