X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/27fae4e7ace5a8203de88254193e5f0b377c38f4..b267fd25a6de74caafcf8e4f53df98c307dd2740:/debian/changelog diff --git a/debian/changelog b/debian/changelog index a50317e..086e2e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,266 @@ +offlineimap (6.0.2) unstable; urgency=low + + * Yew more power handling improvements. Closes: #434074. + + -- John Goerzen Sat, 02 Aug 2008 17:44:24 -0500 + +offlineimap (6.0.1) unstable; urgency=low + + * Add support for SSL client certificates. Patch by Mark Hymers, + ca08c1e5531af7a19b38d1034780ff751589ce9a. + * Yet another tweak for maildir creations. + * Added new [general] config option fsync to permit disabling of fsync + when desired. + * Improve OfflineIMAP power profile by reworking threadutil. + Closes: #434074. + + -- John Goerzen Sat, 02 Aug 2008 15:13:47 -0500 + +offlineimap (6.0.0) unstable; urgency=low + + * Updated version number to 6.0.0. No other changes. Calling this + the new stable version. + + -- John Goerzen Tue, 20 May 2008 00:01:17 -0500 + +offlineimap (5.99.15) unstable; urgency=low + + * Finally fix the LocalStatus issues. Closes: #479798. + + -- John Goerzen Mon, 12 May 2008 09:01:26 -0500 + +offlineimap (5.99.14) unstable; urgency=low + + * Revert some previous attempts at LocalStatus creation. + Closes: #479798. + + -- John Goerzen Fri, 09 May 2008 20:43:25 -0500 + +offlineimap (5.99.13) unstable; urgency=low + + * Revert Darwin memory leak workaround patch; it was causing network + communication issues. Closes: #479677. + + -- John Goerzen Tue, 06 May 2008 08:49:56 -0500 + +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. + + -- John Goerzen Tue, 04 Mar 2008 08:17:55 -0600 + +offlineimap (5.99.6) unstable; urgency=low + + * Revert read-only patch that was causing OfflineIMAP to crash for people. + + -- John Goerzen Mon, 03 Mar 2008 21:41:18 -0600 + +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. + * Added Homepage, VCS-* lines to debian/control. + + -- John Goerzen Mon, 03 Mar 2008 12:47:46 -0600 + +offlineimap (5.99.4) unstable; urgency=low + + * Undo 'Fix Maildir race' patch. It was causes spinning. + Closes: #447217, #447226. + + -- John Goerzen 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 Thu, 18 Oct 2007 14:03:39 -0500 + +offlineimap (5.99.2) unstable; urgency=low + + * Add build-dep on gs. Closes: #433739. + * Additional date check. Closes: #396443. + + -- John Goerzen Tue, 31 Jul 2007 05:27:05 -0500 + +offlineimap (5.99.1) unstable; urgency=low + + * Remove suggestion on python-tk. Closes: #432843. + * Fix non-SSL connection bug introduced in 5.99.0. + Thanks to Eloy Paris for pinpointing it. Closes: #432727. + + -- John Goerzen Thu, 12 Jul 2007 01:03:08 -0500 + +offlineimap (5.99.0) unstable; urgency=low + + * Re-scan remote folder names at the start of each sync run. + Closes: #329000, #396772. + * Drop internal imaplib.py in favor of default Python one. + * New user interface: Machine.MachineUI. Machine-parsable. + * Drop all the Tk interfaces. + Closes: #265088. + * Now supports specifying timeouts for socket operations. + * Updated copyright files. + * Improved interaction with Dovecot maildirs. Patch thanks to Asheesh + Laroia. + * Improved filesystem syncing semantics, which should reduce duplication + in the event of hardware failure. + * UID validity diagnostics improvement. Patch from David Favro. + * No longer leave preauthtunnel zombies with autorefresh. + Patch from Peter Colberg. Closes: #410730. + * --help now shows available UIs. Patch from Daniel Rall. + * Check all resolved addresses. Patch from Mark Brown. Closes: #413030. + * Removed todo directory from tree, moved to BTS. + * New PID file to enable third-party "kill offlineimap" tools. + + -- John Goerzen Tue, 10 Jul 2007 04:10:26 -0500 + +offlineimap (4.0.16) unstable; urgency=low + + * Apply patches from Danial Burrows to improve situation when + errors occur. Closes: #162672. + * Fixed a bug that could cause OfflineIMAP to crash when copying + a message from a remote server that didn't have an + INTERNALDATE. Closes: #401290. + * Part of the FAQ from the manual has been moved to the OfflineIMAP + wiki at http://software.complete.org/offlineimap. + New file FAQ.html is a dump of that page. + * Corrected outdated bug reporting info in the manual. + + -- John Goerzen Sat, 2 Dec 2006 09:08:14 -0600 + +offlineimap (4.0.15) unstable; urgency=low + + * Applied patch from Aaron Schrab to sync INTERNALDATEs. + As a nice side-effect, this should finally resolve the problem + with bad dates on spams. Closes: #299174. + * Noted new homepage at http://software.complete.org/offlineimap/ + * Updated copyright dates + + -- John Goerzen Wed, 29 Nov 2006 21:52:26 -0600 + +offlineimap (4.0.14) unstable; urgency=low + + * ACK NMU 4.0.13-0.1. Thanks, Pierre. Closes: #380880. + * Update 33 more instances of the old FSF address. + * Fix off-by-one in example config file. Closes: #342450. + + -- John Goerzen Fri, 11 Aug 2006 18:06:27 -0500 + +offlineimap (4.0.13-0.1) unstable; urgency=low + + * Non-maintainer upload. + * Update package to the last python policy (Closes: #380880): + + only build for python current (use python-dev). + + use dh_pysupport. + * Bump Standards-Version to 3.7.2. + * Bump DH_COMPAT to 4. + * Move debhelper into Build-Depends. + * Fix old FSF address. + + -- Pierre Habouzit Fri, 11 Aug 2006 19:05:06 +0200 + +offlineimap (4.0.13) unstable; urgency=low + + * Revert restoreatime patch; it didn't work with IMAP on local. + Closes: #365933. + + -- John Goerzen Thu, 4 May 2006 07:36:23 -0500 + +offlineimap (4.0.12) unstable; urgency=low + + * Apply patch from Ben Kibbey to support new restoreatime feature. + * Workaround for a bug in Exchange win which it doesn't like + folders with an asterisk in their name. + * Apply patch from Adam Spiers to remove parens in SEARCH command. + + -- John Goerzen Mon, 01 May 2006 04:42:11 -0500 + offlineimap (4.0.11) unstable; urgency=low * Apply patch from Nikita V. Youshchenko to improve performance with @@ -763,6 +1026,3 @@ offlineimap (1.0.0) unstable; urgency=low -- John Goerzen Fri, 21 Jun 2002 18:54:56 -0500 -Local variables: -mode: debian-changelog -End: