Release 6.4.3

Merge in the new logging mechanism, and provide an --info feature that
will help with debugging. There is still some unstableness, so there
will be another release soon, but this should be no worse than 6.4.2 at
least...

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth
2012-01-04 19:34:13 +01:00
parent 0ccf06d5e6
commit 9a7c700248
3 changed files with 29 additions and 19 deletions

View File

@ -1,8 +1,8 @@
__all__ = ['OfflineImap']
__productname__ = 'OfflineIMAP'
__version__ = "6.4.2"
__copyright__ = "Copyright 2002-2011 John Goerzen & contributors"
__version__ = "6.4.3"
__copyright__ = "Copyright 2002-2012 John Goerzen & contributors"
__author__ = "John Goerzen"
__author_email__= "john@complete.org"
__description__ = "Disconnected Universal IMAP Mail Synchronization/Reader Support"