]> code.delx.au - offlineimap/commitdiff
Checkpointing for .8
authorJohn Goerzen <jgoerzen@complete.org>
Tue, 16 Nov 2004 22:44:41 +0000 (23:44 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Tue, 16 Nov 2004 22:44:41 +0000 (23:44 +0100)
Keywords:

(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-5)

ChangeLog
bin/offlineimap
debian/changelog
offlineimap.py
offlineimap/version.py

index 948c0b726dd0cb0914c5a6ce77d2f4279ddda96e..7a4cebd2baccc90f3a976525d7fc5ba808aa5755 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index cdb044eafd3390166d1e7d2bb2cb1f7c449db190..4f924f31c1d4d8f9ba6e4b72025deca065296184 100644 (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')
index 7db8ebc33e6f134c7e6de9eefebb8f2db27405b8..a54a9cc46fc98628cec06daef20778e7cb3f0921 100644 (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
 
index 294e586808cb9e35e4c8c6e847cdff38dc10a99c..03eab043a1b281befc28722ae2e21088292b25d3 100644 (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')
index 89c2a4e157254182662e08b8cfeba3e2a85e5cc7..aead039ff93042ecc0eeb75d2fd282abd82d091f 100644 (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) $'