]> code.delx.au - offlineimap/blobdiff - offlineimap/head/debian/changelog
/offlineimap/head: changeset 577
[offlineimap] / offlineimap / head / debian / changelog
index 7cb02a99f5cbe484e0780c1f339096038f96e955..c5acc18ccb24bcf9bba8ba985c5f4278ccff49f7 100644 (file)
+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.
+    + Condition 1 involved the gettimeseq() function.  This function
+      accesses per-module variables but does not have a lock.  It may have
+      been possible for this to have been called in such a way that timeseq
+      was not properly updated.
+    + Condition 2 involved the call to gettimeseq().  Since the timeseq is
+      based on the system clock, we now use the time as reported inside
+      timeseq() rather than outside.  This way, we can be assured that the
+      same value is in use both places.
+  * Added debug code to savemessage in folder/Maildir.py to try to track
+    down a mysterious 0-length file bug.
+
+ -- John Goerzen <jgoerzen@complete.org>  Tue,  6 May 2003 07:25:38 -0500
+
+offlineimap (3.99.16) unstable; urgency=low
+
+  * This is a 4.0 TRACK release, and may be unstable or in flux!
+  * When sep was /, the new Maildir support code would recursively try to 
+    scan ., resulting in huge paths and an eventual crash.  Fixed with
+    a one-line patch to Maildir.py.  Fixes [complete.org #60].
+    Closes: #191318.
+  * Added some significant debug code to folder/IMAP.py when saving a new
+    message with APPEND.  This should make it easier to track down bugs both
+    in OfflineIMAP and in mail servers that implement this poorly.
+  * Fixed adding of X-OfflineIMAP header when the message starts out with
+    no headers.  (This should not generally occur.)  This should help
+    with some "invalid literal for long()" problems.
+
+ -- John Goerzen <jgoerzen@complete.org>  Tue,  6 May 2003 07:10:17 -0500
+
 offlineimap (3.99.15) unstable; urgency=low
 
+  * This is a 4.0 TRACK release, and may be unstable or in flux!
   * Backed out removal of SYNC_WITH_TIMER_TERMINATE code to deal with
     completed syncs.  Without this code, -o broke because the app would
     never terminate.  Closes: #190063.
-
- -- John Goerzen <jgoerzen@complete.org>  Mon, 28 Apr 2003 14:00:32 -0500
+  * Raise an exception when the status area is locked.  This will cause UIs
+    to go through their normal exception handling code.  In particular, for
+    the Curses.Blinkenlights interface, the Curses module will be stopped
+    and the error message will be printed on the console.  Previously, this
+    error message would not have been visible.  Closes: #185709.
+  * Fixed a silly error relating to handling of the remotepassfile.
+    Closes: #189935.
+  * Made OfflineIMAP IPv6-aware.  Used the short patch from
+    Adriaan Peeters <apeeters@lashout.net> in Debian bug report 186636.
+    Closes: #186636.
+  * autorefresh may now be a floating-point value.  Closes: #190060.
+
+ -- John Goerzen <jgoerzen@complete.org>  Mon, 28 Apr 2003 17:30:32 -0500
 
 offlineimap (3.99.14) unstable; urgency=low
 
+  * This is a 4.0 TRACK release, and may be unstable or in flux!
   * Added the ability to use the top level of a Maildir as folder named
     ".".  Useful for generating Maildir trees for a Courier server.
   * Fixed the regular expression that fixes line endings to make sure to
@@ -26,6 +133,7 @@ offlineimap (3.99.14) unstable; urgency=low
 
 offlineimap (3.99.13) unstable; urgency=low
 
+  * This is a 4.0 TRACK release, and may be unstable or in flux!
   * Fixed password prompting for non-Curses UIs.
   * Fixed line-ending code to deal with files with mixed \n and \r\n
     codes.  This is a rare case, but now is more onerous because we now