Checkpointing for .8

Keywords: 


(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-5)
This commit is contained in:
John Goerzen 2004-11-16 23:44:41 +01:00
parent 8137e53c14
commit 36d79a5c1f
5 changed files with 24 additions and 4 deletions

View File

@ -2,6 +2,19 @@
# arch-tag: automatic-ChangeLog--jgoerzen@complete.org--projects/offlineimap--head--1.0
#
2004-11-16 16:44:41 GMT John Goerzen <jgoerzen@complete.org> patch-5
Summary:
Checkpointing for .8
Revision:
offlineimap--head--1.0--patch-5
modified files:
ChangeLog bin/offlineimap debian/changelog offlineimap.py
offlineimap/version.py
2004-11-16 16:41:09 GMT John Goerzen <jgoerzen@complete.org> patch-4
Summary:

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.7')
init.startup('4.0.8')

9
debian/changelog vendored
View File

@ -1,3 +1,10 @@
offlineimap (4.0.8) unstable; urgency=low
* Added code to limit number of messages that get their flags set at
once.
-- John Goerzen <jgoerzen@complete.org> Tue, 16 Nov 2004 10:43:11 -0600
offlineimap (4.0.7) unstable; urgency=low
* Added additional debug logging when downloading messages in an attempt to
@ -219,7 +226,7 @@ offlineimap (3.99.11) unstable; urgency=low
* Curses interface can now be resized. Closes: #176342.
-- John Goerzen <jgoerzen@wile.excelhustler.com> Thu, 13 Mar 2003 11:48:36 -0600
-- John Goerzen <jgoerzen@complete.org> Thu, 13 Mar 2003 11:48:36 -0600
offlineimap (3.99.10) unstable; urgency=low

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.7')
init.startup('4.0.8')

View File

@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "4.0.7"
versionstr = "4.0.8"
revno = long('$Rev: 592 $'[6:-2])
revstr = "Rev %d" % revno
datestr = '$Date: 2004-08-01 16:50:23 -0500 (Sun, 01 Aug 2004) $'