/offlineimap/head: changeset 252

Prepare for 3.2.8
This commit is contained in:
jgoerzen 2002-09-30 21:48:45 +01:00
parent b2a04a5000
commit 4144c19a38
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
offlineimap (3.2.8) unstable; urgency=low
* Added a work-around for some IMAP servers that respond poorly
to LIST "" "". It will now do LIST "" "*", for them only.
-- John Goerzen <jgoerzen@complete.org> Mon, 30 Sep 2002 10:48:01 -0500
offlineimap (3.2.7) unstable; urgency=low
* Moved executable to bin/offlineimap. This will allow setup.py to

View File

@ -1,8 +1,8 @@
productname = 'OfflineIMAP'
versionstr = "3.2.7"
revno = long('$Rev: 246 $'[6:-2])
versionstr = "3.2.8"
revno = long('$Rev: 252 $'[6:-2])
revstr = "Rev %d" % revno
datestr = '$Date: 2002-09-26 09:36:16 -0500 (Thu, 26 Sep 2002) $'
datestr = '$Date: 2002-09-30 10:48:45 -0500 (Mon, 30 Sep 2002) $'
versionlist = versionstr.split(".")
major = versionlist[0]