From 7c838a4873d00a701b658c28ad1991cb9370879a Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Tue, 25 Jun 2002 06:09:23 +0100 Subject: [PATCH] /head: changeset 53 REL 1.0.3 PREP --- head/ChangeLog | 18 ++++++++++++++++++ head/debian/changelog | 7 +++++++ 2 files changed, 25 insertions(+) diff --git a/head/ChangeLog b/head/ChangeLog index 9e02402..b1e4287 100644 --- a/head/ChangeLog +++ b/head/ChangeLog @@ -1,3 +1,21 @@ +2002-06-24 14:08 jgoerzen + + * debian/changelog: REL 1.0.3 PREP + +2002-06-24 13:55 jgoerzen + + * offlineimap.py: Modified to use new syncing capabilities + +2002-06-24 13:47 jgoerzen + + * offlineimap/folder/Base.py: Split up syncmessagesto() into + individual components so we can control the synchronization process + with finer detail from above. + +2002-06-24 09:58 jgoerzen + + * ChangeLog: RELEASE 1.0.2 + 2002-06-24 09:58 jgoerzen * debian/changelog, offlineimap/version.py: Preparation for 1.0.2 diff --git a/head/debian/changelog b/head/debian/changelog index 22473cb..a41c39a 100644 --- a/head/debian/changelog +++ b/head/debian/changelog @@ -1,3 +1,10 @@ +offlineimap (1.0.3) unstable; urgency=low + + * Fixed a bug when a message was deleted on the IMAP side and modified + on the local side. + + -- John Goerzen Mon, 24 Jun 2002 14:08:21 -0500 + offlineimap (1.0.2) unstable; urgency=low * Made sure that LocalStatus does writing atomically. If the program