Prepping 4.0.13
This commit is contained in:
parent
5a6b2a1ebd
commit
8064ee26bd
@ -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
7
debian/changelog
vendored
@ -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.
|
||||
|
@ -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')
|
||||
|
@ -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) $'
|
||||
|
Loading…
Reference in New Issue
Block a user