/head: changeset 94

Updated for 2.0.8
This commit is contained in:
jgoerzen 2002-07-11 05:06:53 +01:00
parent 8029c6a25e
commit 619e2dff87
3 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,18 @@
2002-07-10 12:51 jgoerzen
* debian/changelog, offlineimap/imapserver.py: Optimized
acquireconnection to try to return the last connection owned by
this thread
2002-07-10 12:31 jgoerzen
* debian/changelog, offlineimap/folder/IMAP.py,
offlineimap/folder/Maildir.py: Made several fixes for 2.0.8
2002-07-09 20:24 jgoerzen
* debian/changelog, offlineimap/version.py: Updated for 2.0.7
* debian/changelog, offlineimap/version.py, ChangeLog: Updated for
2.0.7
2002-07-09 20:24 jgoerzen

View File

@ -9,6 +9,8 @@ offlineimap (2.0.8) unstable; urgency=low
* Modified Maildir folder to unlink messages with T flag in
cachemessagelist()
* My own box now syncs in 3 seconds.
* Optimized acquireconnection() to try to give a thread back the
connection that it last used, if possible.
-- John Goerzen <jgoerzen@complete.org> Tue, 9 Jul 2002 23:29:30 -0500

View File

@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "2.0.7"
versionstr = "2.0.8"
versionlist = versionstr.split(".")
major = versionlist[0]