From 8064ee26bd67c740bdaf269140a8058ad56f6664 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Thu, 4 May 2006 18:37:20 +0100 Subject: [PATCH] Prepping 4.0.13 --- bin/offlineimap | 2 +- debian/changelog | 7 +++++++ offlineimap.py | 2 +- offlineimap/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/bin/offlineimap b/bin/offlineimap index a753a7e..fcaf75d 100644 --- a/bin/offlineimap +++ b/bin/offlineimap @@ -18,4 +18,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA from offlineimap import init -init.startup('4.0.11') +init.startup('4.0.13') diff --git a/debian/changelog b/debian/changelog index 8820af3..6724291 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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. diff --git a/offlineimap.py b/offlineimap.py index 961ca7c..6351c08 100644 --- a/offlineimap.py +++ b/offlineimap.py @@ -18,4 +18,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA from offlineimap import init -init.startup('4.0.11') +init.startup('4.0.13') diff --git a/offlineimap/version.py b/offlineimap/version.py index 8793d82..64abbb7 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,5 +1,5 @@ productname = 'OfflineIMAP' -versionstr = "4.0.11" +versionstr = "4.0.13" revno = long('$Rev: 592 $'[6:-2]) revstr = "Rev %d" % revno datestr = '$Date: 2004-08-01 16:50:23 -0500 (Sun, 01 Aug 2004) $' -- 2.39.2