]> code.delx.au - offlineimap/blobdiff - offlineimap/head/debian/changelog
/offlineimap/head: changeset 577
[offlineimap] / offlineimap / head / debian / changelog
index 3ce9413876fdf8b1a8d2865fabf13f235ce7277b..c5acc18ccb24bcf9bba8ba985c5f4278ccff49f7 100644 (file)
@@ -1,3 +1,65 @@
+offlineimap (4.0.3) unstable; urgency=low
+
+  * Fixed version numbers to read 4.0.3.  Closes: #220536.
+  * Switched defaults from Python 2.2 to Python 2.3.
+    Closes: #237560, #239018.
+  * Fixed description typo.  Closes: #211251.
+  * Fixed nametrans example.  Closes: #252644.
+  * Applied patch from Johannes Berg for mycmp example in manual.
+    Closes: #252645.
+  * Fixed typos in manual.  Closes: #252646.
+  * Regenerated docs.
+
+ -- John Goerzen <jgoerzen@complete.org>  Fri,  4 Jun 2004 10:10:00 -0500
+
+offlineimap (4.0.2) unstable; urgency=low
+
+  * Fixed missing definition of _display in Noninteractive.
+
+ -- John Goerzen <jgoerzen@complete.org>  Fri, 31 Oct 2003 15:18:05 -0600
+
+offlineimap (4.0.1) unstable; urgency=low
+
+  * Fixed a typo.  Closes: #201497.
+  * Include UPGRADING in Debian package.  Closes: #208650.
+
+ -- John Goerzen <jgoerzen@complete.org>  Fri, 10 Oct 2003 23:21:38 -0500
+
+offlineimap (4.0.0) unstable; urgency=low
+
+  * Poof, this is 4.0.
+  * Added UPGRADING file and UPGRADING instructions.
+
+ -- John Goerzen <jgoerzen@complete.org>  Fri, 18 Jul 2003 17:31:14 -0500
+
+offlineimap (3.99.20) unstable; urgency=low
+
+  * OfflineIMAP now moves messages between new and cur in Maildir when flags
+    have changed on the server.
+  * Applied patch from Joerg Wendland <joergland@debian.org> to use
+    APPENDUID result from mail servers that provide it.  Closes: #198772.
+
+ -- John Goerzen <jgoerzen@complete.org>  Thu, 27 Jun 2003 07:28:33 -0500
+
+offlineimap (3.99.19) unstable; urgency=low
+
+  * Added a "force" option to imapserver/select to force a reloading of a
+    folder.  Per [complete.org #67], when cachemessagelist() was called
+    on an object that was cached from a previous run, it would not
+    re-issue the select().
+
+ -- John Goerzen <jgoerzen@complete.org>  Mon,  2 Jun 2003 07:04:53 -0500
+
+offlineimap (3.99.18) unstable; urgency=low
+
+  * Made a fix for Python2.3 compatibility.
+  * Removed warning when thread debug is specified.  Closes: #195739.
+  * New option -l to log debug info to a file without having it spew
+    on-screen.
+  * New debug type "thread".
+
+ -- John Goerzen <jgoerzen@complete.org>  Tue, 27 May 2003 16:58:54 -0500
+
 offlineimap (3.99.17) unstable; urgency=low
 
   * Fixed two potential obscure race conditions in folder/Maildir.py.