Rolling in release candidate #3 for 6.5.5
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
parent
57adfc23a5
commit
254e848140
@ -4,8 +4,8 @@ ChangeLog
|
||||
|
||||
:website: http://offlineimap.org
|
||||
|
||||
WIP (add new stuff for the next release)
|
||||
========================================
|
||||
OfflineIMAP v6.5.5-rc3 (2013-09-20)
|
||||
===================================
|
||||
|
||||
* Avoid lockups for IMAP synchronizations running with the
|
||||
"-1" command-line switch (X-Ryl669 <boite.pour.spam@gmail.com>)
|
||||
@ -40,7 +40,7 @@ WIP (add new stuff for the next release)
|
||||
were treated as having \" as the escaped quote, rather than treating
|
||||
it as the quoted escaped backslash (GitHub#53).
|
||||
|
||||
OfflineIMAP v6.5.5-rc1 (2012-09-05)
|
||||
OfflineIMAP v6.5.5-rc2 (2012-09-05)
|
||||
===================================
|
||||
|
||||
* Execute pre/post-sync hooks during synchronizations
|
||||
|
@ -1,8 +1,8 @@
|
||||
__all__ = ['OfflineImap']
|
||||
|
||||
__productname__ = 'OfflineIMAP'
|
||||
__version__ = "6.5.5-rc2"
|
||||
__copyright__ = "Copyright 2002-2012 John Goerzen & contributors"
|
||||
__version__ = "6.5.5-rc3"
|
||||
__copyright__ = "Copyright 2002-2013 John Goerzen & contributors"
|
||||
__author__ = "John Goerzen"
|
||||
__author_email__= "john@complete.org"
|
||||
__description__ = "Disconnected Universal IMAP Mail Synchronization/Reader Support"
|
||||
|
Loading…
Reference in New Issue
Block a user