@@ -11,6 +11,13 @@ ChangeLog
|
|||||||
on releases. And because I'm lazy, it will also be used as a draft for the
|
on releases. And because I'm lazy, it will also be used as a draft for the
|
||||||
releases announces.
|
releases announces.
|
||||||
|
|
||||||
|
OfflineIMAP v6.4.0 (2011-09-29)
|
||||||
|
===============================
|
||||||
|
|
||||||
|
This is the first stable release to support the forward-compatible per-account locks and remote folder creation that has been introduced in the 6.3.5 series.
|
||||||
|
|
||||||
|
* Various regression and bug fixes from the last couple of RCs
|
||||||
|
|
||||||
OfflineIMAP v6.3.5-rc3 (2011-09-21)
|
OfflineIMAP v6.3.5-rc3 (2011-09-21)
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
__all__ = ['OfflineImap']
|
__all__ = ['OfflineImap']
|
||||||
|
|
||||||
__productname__ = 'OfflineIMAP'
|
__productname__ = 'OfflineIMAP'
|
||||||
__version__ = "6.3.5-rc3"
|
__version__ = "6.4.0"
|
||||||
__copyright__ = "Copyright 2002-2011 John Goerzen & contributors"
|
__copyright__ = "Copyright 2002-2011 John Goerzen & contributors"
|
||||||
__author__ = "John Goerzen"
|
__author__ = "John Goerzen"
|
||||||
__author_email__= "john@complete.org"
|
__author_email__= "john@complete.org"
|
||||||
|
Reference in New Issue
Block a user