]> code.delx.au - offlineimap/commitdiff
Update changelog with changes so far
authorJohn Goerzen <jgoerzen@complete.org>
Mon, 3 Mar 2008 07:26:58 +0000 (01:26 -0600)
committerJohn Goerzen <jgoerzen@complete.org>
Mon, 3 Mar 2008 07:26:58 +0000 (01:26 -0600)
debian/changelog

index e11f02e3ed6496d01d8bb80dc61809ae9ce43578..41a32898ba7f3f978475c2177705785729ab6291 100644 (file)
@@ -1,3 +1,25 @@
+offlineimap (5.99.5) unstable; urgency=low
+
+  * When a local folder is deleted, but the OfflineIMAP status cache
+    is not cleared, do not delete all mail in that folder on the
+    remote.  Closes: #459985.
+  * Apply SSL performance enhancement, working around severe
+    inefficiencies in Python's imaplib.py.  This workaround was lost
+    in 5.99.0 when the locally-hacked imaplib.py was removed.  Thanks
+    to Aaron Kaplan for help isolating the problem.
+  * Added special support for GMail.  Patch from Riccardo Murri.
+  * Added option 'f' for syncing only selected folders.  Patch from
+    Riccardo Murri.
+  * Added option -k for overriding config options.  Patch from
+    Riccardo Murri.
+  * Fix read-only detection behavior when changing flags.  Patch from
+    Florian Friesdorf.
+  * Fix handling of servers that return UIDs in some, but not all,
+    responses to FETCH.  OfflineIMAP bug #22.  Patch by pistore.
+  * Fix typo in manual.  Closes: #360365.
+
+ -- John Goerzen <jgoerzen@complete.org>  Mon, 03 Mar 2008 00:42:56 -0600
+
 offlineimap (5.99.4) unstable; urgency=low
 
   * Undo 'Fix Maildir race' patch.  It was causes spinning.