From 4c565143815ba521f4db1061c68964ee903157c8 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Mon, 3 Mar 2008 21:42:06 -0600 Subject: [PATCH] Prepare for 5.99.6 --- bin/offlineimap | 2 +- debian/changelog | 6 ++++++ offlineimap.py | 2 +- offlineimap/version.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bin/offlineimap b/bin/offlineimap index 80af1ce..cc66523 100644 --- 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('5.99.5') +init.startup('5.99.6') diff --git a/debian/changelog b/debian/changelog index 3a575e9..62641af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 diff --git a/offlineimap.py b/offlineimap.py index 5a5ce26..824953a 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('5.99.5') +init.startup('5.99.6') diff --git a/offlineimap/version.py b/offlineimap/version.py index f5388ca..220a904 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,5 +1,5 @@ productname = 'OfflineIMAP' -versionstr = "5.99.5" +versionstr = "5.99.6" versionlist = versionstr.split(".") major = versionlist[0]