v6.3.4-rc2
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
d122dde93f
commit
5328f10b39
@ -16,17 +16,9 @@ New Features
|
||||
Changes
|
||||
-------
|
||||
|
||||
* Maildirs use less memory while syncing.
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
* Saving to Maildirs now checks for file existence without race conditions.
|
||||
* A bug in the underlying imap library has been fixed that could
|
||||
potentially lead to data loss if the server interrupted responses with
|
||||
unexpected but legal server status responses. This would mainly occur
|
||||
in folders with many thousands of emails. Upgrading from the previous
|
||||
release is strongly recommended.
|
||||
|
||||
Pending for the next major release
|
||||
==================================
|
||||
|
@ -12,6 +12,25 @@ ChangeLog
|
||||
releases announces.
|
||||
|
||||
|
||||
OfflineIMAP v6.3.4-rc2 (2011-06-15)
|
||||
===================================
|
||||
|
||||
Changes
|
||||
-------
|
||||
|
||||
* Maildirs use less memory while syncing.
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
* Saving to Maildirs now checks for file existence without race conditions.
|
||||
* A bug in the underlying imap library has been fixed that could
|
||||
potentially lead to data loss if the server interrupted responses with
|
||||
unexpected but legal server status responses. This would mainly occur
|
||||
in folders with many thousands of emails. Upgrading from the previous
|
||||
release is strongly recommended.
|
||||
|
||||
|
||||
OfflineIMAP v6.3.4-rc1 (2011-05-16)
|
||||
===================================
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
__all__ = ['OfflineImap']
|
||||
|
||||
__productname__ = 'OfflineIMAP'
|
||||
__version__ = "6.3.4-rc1"
|
||||
__version__ = "6.3.4-rc2"
|
||||
__copyright__ = "Copyright (C) 2002 - 2010 John Goerzen"
|
||||
__author__ = "John Goerzen"
|
||||
__author_email__= "john@complete.org"
|
||||
|
Loading…
Reference in New Issue
Block a user