Rolling in release candidate #3 for 6.5.5

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
Eygene Ryabinkin 2013-09-20 14:34:14 +04:00
parent 57adfc23a5
commit 254e848140
2 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@ ChangeLog
:website: http://offlineimap.org :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 * Avoid lockups for IMAP synchronizations running with the
"-1" command-line switch (X-Ryl669 <boite.pour.spam@gmail.com>) "-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 were treated as having \" as the escaped quote, rather than treating
it as the quoted escaped backslash (GitHub#53). 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 * Execute pre/post-sync hooks during synchronizations

View File

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