Prepping 4.0.13

This commit is contained in:
John Goerzen 2006-05-04 18:37:20 +01:00
parent 5a6b2a1ebd
commit 8064ee26bd
4 changed files with 10 additions and 3 deletions

View File

@ -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')

7
debian/changelog vendored
View File

@ -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 <jgoerzen@complete.org> 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.

View File

@ -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')

View File

@ -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) $'