/offlineimap/head: changeset 170

Noted recent changes.
This commit is contained in:
jgoerzen
2002-07-24 01:47:13 +01:00
parent 6aed9485d8
commit be69480f60
2 changed files with 43 additions and 0 deletions

View File

@ -5,6 +5,8 @@ offlineimap (3.1.1) unstable; urgency=low
* Fixed threadutil's exitnotifyloop to always handle threads in the order
they exited, rather than sometimes in the inverse order. This way,
make sure to handle thread's exception messages before a thread exited.
* Replaced imaplib.py's braindead readline() with a more efficient one.
* More optimizations to imaputil and folders for faster operation.
-- John Goerzen <jgoerzen@complete.org> Tue, 23 Jul 2002 06:53:16 -0500