Checkpointing for .8
Keywords: (jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-5)
This commit is contained in:
		
							
								
								
									
										13
									
								
								ChangeLog
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								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:
 | 
			
		||||
 
 | 
			
		||||
@@ -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
									
									
								
							
							
						
						
									
										9
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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')
 | 
			
		||||
 
 | 
			
		||||
@@ -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) $'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user