v6.3.4-rc4

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2011-07-25 18:46:41 +02:00
parent 5db1633afe
commit 86cfd31ce9
2 changed files with 21 additions and 1 deletions

View File

@ -12,6 +12,26 @@ ChangeLog
releases announces. releases announces.
OfflineIMAP v6.3.4-rc4 (2011-07-27)
===================================
Notes
-----
There is nothing exciting in this release. This is somewhat expected due to the
late merge on -rc3.
New Features
------------
* Support maildir for Windows.
Changes
-------
* Manual improved.
OfflineIMAP v6.3.4-rc3 (2011-07-07) OfflineIMAP v6.3.4-rc3 (2011-07-07)
=================================== ===================================

View File

@ -1,7 +1,7 @@
__all__ = ['OfflineImap'] __all__ = ['OfflineImap']
__productname__ = 'OfflineIMAP' __productname__ = 'OfflineIMAP'
__version__ = "6.3.4-rc3" __version__ = "6.3.4-rc4"
__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"