From 2683980733aafc9eff87924b24edcb10523bcc00 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Thu, 2 Jul 2009 00:04:20 -0500 Subject: [PATCH] Fixing Python issue to minimum 2.5 --- bin/offlineimap | 2 +- debian/changelog | 6 ++++++ offlineimap/version.py | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/bin/offlineimap b/bin/offlineimap index 208e99a..94d6ff1 100755 --- a/bin/offlineimap +++ b/bin/offlineimap @@ -18,4 +18,4 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA from offlineimap import init -init.startup('6.1.0') +init.startup('6.1.1') diff --git a/debian/changelog b/debian/changelog index a8b1aa4..f2eccdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +offlineimap (6.1.1) unstable; urgency=low + + * Fix minimum Python version. Closes: #535481. + + -- John Goerzen Thu, 02 Jul 2009 00:03:21 -0500 + offlineimap (6.1.0) unstable; urgency=low * FIXME: ensure patch from Jim Prior has had docs for signals diff --git a/offlineimap/version.py b/offlineimap/version.py index 6559dfd..7bc1756 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,11 +1,11 @@ productname = 'OfflineIMAP' -versionstr = "6.1.0" +versionstr = "6.1.1" versionlist = versionstr.split(".") major = versionlist[0] minor = versionlist[1] patch = versionlist[2] -copyright = "Copyright (C) 2002 - 2008 John Goerzen" +copyright = "Copyright (C) 2002 - 2009 John Goerzen" author = "John Goerzen" author_email = "jgoerzen@complete.org" description = "Disconnected Universal IMAP Mail Synchronization/Reader Support" @@ -18,7 +18,7 @@ COPYING for details. This is free software, and you are welcome to distribute it under the conditions laid out in COPYING.""" homepage = "http://software.complete.org/offlineimap/" -license = """Copyright (C) 2002 - 2008 John Goerzen +license = """Copyright (C) 2002 - 2009 John Goerzen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by