Fixed save() such that it will be atomic. If the program crashes while writing, it is guaranteed to have either a complete copy of the old or the new data.
		
			
				
	
	
		
			27 lines
		
	
	
		
			839 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			839 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
offlineimap (1.0.2) unstable; urgency=low
 | 
						|
 | 
						|
  * Made sure that LocalStatus does writing atomically.  If the program
 | 
						|
    is interrupted during save(), there will always be a complete copy of
 | 
						|
    either the old or the new data.
 | 
						|
 | 
						|
 -- John Goerzen <jgoerzen@complete.org>  Mon, 24 Jun 2002 09:57:28 -0500
 | 
						|
 | 
						|
offlineimap (1.0.1) unstable; urgency=low
 | 
						|
 | 
						|
  * Fixed a bug with writing messages to some IMAP servers.  Turns
 | 
						|
    out we need to issue CHECK between APPEND and SEARCH for some.
 | 
						|
    Thanks to Donovan Lange for reporting this bug and helping track it
 | 
						|
    down.
 | 
						|
 | 
						|
 -- John Goerzen <jgoerzen@complete.org>  Fri, 21 Jun 2002 22:03:12 -0500
 | 
						|
 | 
						|
offlineimap (1.0.0) unstable; urgency=low
 | 
						|
 | 
						|
  * Initial Release.  Closes: #150571.
 | 
						|
 | 
						|
 -- John Goerzen <jgoerzen@complete.org>  Fri, 21 Jun 2002 14:54:56 -0500
 | 
						|
 | 
						|
Local variables:
 | 
						|
mode: debian-changelog
 | 
						|
End:
 |