X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/6e6720d1b0e1053a291187eaaf26dd3fcf5fb682..70a09c3a89c5a2c9a182d5476e806310412651b6:/debian/changelog diff --git a/debian/changelog b/debian/changelog index ba767b6..1819e4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,57 @@ +offlineimap (5.99.12) unstable; urgency=low + + * Finally fix LocalStatus folders. Closes: #478990. + + -- John Goerzen Mon, 05 May 2008 02:37:22 -0500 + +offlineimap (5.99.11) unstable; urgency=low + + * Correct bug introduced in 5.99.10 + + -- John Goerzen Thu, 17 Apr 2008 09:52:40 -0500 + +offlineimap (5.99.10) unstable; urgency=low + + * Address bug with LocalStatus folders in subfolders. + + -- John Goerzen Thu, 17 Apr 2008 02:45:24 -0500 + +offlineimap (5.99.9) unstable; urgency=low + + [ John Goerzen ] + * Automatically create top-level localfolder for Maildirs this is the + folder Maildirs will put messages in. (Closes: #286967) + + [ Florian Friesdorf ] + * Ignore empty LocalStatus files I created new IMAP folders on my + server. In some moment I found offlineimap crashed. The reason were + empty LocalStatus files. From looking at the code I have no + explanation how those files came into existence. + + [ John Goerzen ] + * Add *~ to .gitignore + * Updated offlineimap.conf with Kerberos info + * Also make bin/offlineimap +x + + [ Florian Friesdorf ] + * chmod +x offlineimap.py + + -- John Goerzen Thu, 27 Mar 2008 16:21:41 -0500 + +offlineimap (5.99.8) unstable; urgency=low + + * Added Kerberos support patch from Eric Dorland. Closes: #359213. + * Don't crash if LocalStatus file doesn't exist yet. Closes: #470174. + * Fix gmail driver crashing bug. Closes: #469598. + * Thanks to Martin F. Krafft for the below changes: + + Bump Standards-Version to 3.7.3 — no changes required. + + Bump debhelper compatibility level to 6 — no changes required. + + Fix clean target in debian/rules to allow for proper failure handling. + + Remove second docbook-utils build dependency. + + Remove empty /usr/sbin directory from package. + + -- John Goerzen Sun, 09 Mar 2008 20:35:04 -0500 + offlineimap (5.99.7) unstable; urgency=low * Revert more read-only patches. Closes: #469244.