From 156d01e6523c5eecc4f146c94b197396c36d3c2d Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Thu, 27 Mar 2008 00:35:51 -0500 Subject: [PATCH] Update changelog for 5.99.9 --- debian/changelog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/debian/changelog b/debian/changelog index eaf60b0..52018d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +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.