]> code.delx.au - offlineimap/blobdiff - debian/changelog
Updated changelog
[offlineimap] / debian / changelog
index 275c605104ec1de400fe85bce1083d812bd02c3b..4c430b7fc6d9f7b9681d2c39c08acc4b38924d34 100644 (file)
@@ -1,3 +1,54 @@
+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.
+  * Added support for username/password in a netrc file.  Patch from
+    bboisin in OfflineIMAP #14.
+  * 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.
+    Closes: #447217, #447226.
+
+ -- John Goerzen <jgoerzen@complete.org>  Fri, 19 Oct 2007 06:31:09 -0500
+
+offlineimap (5.99.3) unstable; urgency=low
+
+  * Fix a potential Maildir race.  Thanks to Martin F. Krafft for the
+    patch.  Closes: #439384.
+  * SGML syntax fix.
+  * Patches from Daniel Jacobowitz:
+    + New -q (quick) option to only update folders that seem to have
+      significant changes
+    + Fix to UID validity problems some had reported with Courier
+    + Maildir checking speedups
+    + Display fixes for Curses.Blinkenlights
+  * Fixed locked( )for noninteractive UIs.  Thanks to Mark A. Hershberger
+    for the patch.
+  * Configurable thread status character for ui.Curses.Blinkenlights.
+    Thanks to aaron@schrab.com for the patch.
+  * Documented remotehosteval.  Thanks to Ben Kibbey.
+  * [debian] Added build-dep on man-db.  Closes: #433739.
+
+ -- John Goerzen <jgoerzen@complete.org>  Thu, 18 Oct 2007 14:03:39 -0500
+
 offlineimap (5.99.2) unstable; urgency=low
 
   * Add build-dep on gs.  Closes: #433739.