bugfix release v6.5.3.1

a single bugfix when no dry-run option was given in the config file.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2012-04-03 01:39:28 +02:00
parent f67278b2a8
commit 679c491c56
2 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,9 @@ Changes
Bug Fixes Bug Fixes
--------- ---------
OfflineIMAP v6.5.3.1 (2012-04-03)
=================================
* Don't fail if no dry-run setting exists in offlineimap.conf * Don't fail if no dry-run setting exists in offlineimap.conf
(introduced in 6.5.3) (introduced in 6.5.3)

View File

@ -1,7 +1,7 @@
__all__ = ['OfflineImap'] __all__ = ['OfflineImap']
__productname__ = 'OfflineIMAP' __productname__ = 'OfflineIMAP'
__version__ = "6.5.3" __version__ = "6.5.3.1"
__copyright__ = "Copyright 2002-2012 John Goerzen & contributors" __copyright__ = "Copyright 2002-2012 John Goerzen & contributors"
__author__ = "John Goerzen" __author__ = "John Goerzen"
__author_email__= "john@complete.org" __author_email__= "john@complete.org"