Release current master as 6.4.1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Conflicts: Changelog.draft.rst
This commit is contained in:
parent
a93c80292d
commit
98e82db505
@ -19,10 +19,6 @@ New Features
|
|||||||
Changes
|
Changes
|
||||||
-------
|
-------
|
||||||
|
|
||||||
* Indicate progress when copying many messages (slightly change log format)
|
|
||||||
|
|
||||||
* Output how long an account sync took (min:sec).
|
|
||||||
|
|
||||||
* Reworked logging which was reported to e.g. not flush output to files
|
* Reworked logging which was reported to e.g. not flush output to files
|
||||||
often enough. User-visible changes:
|
often enough. User-visible changes:
|
||||||
a) console output goes to stderr (for now).
|
a) console output goes to stderr (for now).
|
||||||
@ -35,17 +31,3 @@ Changes
|
|||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
|
||||||
* Syncing multiple accounts in single-threaded mode would fail as we try
|
|
||||||
to "register" a thread as belonging to two accounts which was
|
|
||||||
fatal. Make it non-fatal (it can be legitimate).
|
|
||||||
|
|
||||||
* New folders on the remote would be skipped on the very sync run they
|
|
||||||
are created and only by synced in subsequent runs. Fixed.
|
|
||||||
|
|
||||||
* Make NOOPs to keep a server connection open more resistant against dropped
|
|
||||||
connections.
|
|
||||||
|
|
||||||
* a readonly parameter to select() was not always treated correctly,
|
|
||||||
which could result in some folders being opened read-only when we
|
|
||||||
really needed read-write.
|
|
||||||
|
@ -11,6 +11,30 @@ 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-11-17)
|
||||||
|
===============================
|
||||||
|
|
||||||
|
Changes
|
||||||
|
-------
|
||||||
|
|
||||||
|
* Indicate progress when copying many messages (slightly change log format)
|
||||||
|
|
||||||
|
* Output how long an account sync took (min:sec).
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
---------
|
||||||
|
|
||||||
|
* Syncing multiple accounts in single-threaded mode would fail as we try
|
||||||
|
to "register" a thread as belonging to two accounts which was
|
||||||
|
fatal. Make it non-fatal (it can be legitimate).
|
||||||
|
|
||||||
|
* New folders on the remote would be skipped on the very sync run they
|
||||||
|
are created and only by synced in subsequent runs. Fixed.
|
||||||
|
|
||||||
|
* a readonly parameter to select() was not always treated correctly,
|
||||||
|
which could result in some folders being opened read-only when we
|
||||||
|
really needed read-write.
|
||||||
|
|
||||||
OfflineIMAP v6.4.0 (2011-09-29)
|
OfflineIMAP v6.4.0 (2011-09-29)
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
__all__ = ['OfflineImap']
|
__all__ = ['OfflineImap']
|
||||||
|
|
||||||
__productname__ = 'OfflineIMAP'
|
__productname__ = 'OfflineIMAP'
|
||||||
__version__ = "6.4.0"
|
__version__ = "6.4.1"
|
||||||
__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"
|
||||||
|
Loading…
Reference in New Issue
Block a user