Release v6.5.5-rc2
(Same as rc1, but with Changelog updated and version number bumped) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
		@@ -4,10 +4,17 @@ ChangeLog
 | 
			
		||||
 | 
			
		||||
:website: http://offlineimap.org
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
WIP (add new stuff for the next release)
 | 
			
		||||
========================================
 | 
			
		||||
 | 
			
		||||
OfflineIMAP v6.5.5-rc1 (2012-09-05)
 | 
			
		||||
===================================
 | 
			
		||||
 | 
			
		||||
* Bump version number
 | 
			
		||||
 | 
			
		||||
OfflineIMAP v6.5.5-rc1 (2012-09-05)
 | 
			
		||||
===================================
 | 
			
		||||
 | 
			
		||||
* Don't create folders if readonly is enabled.
 | 
			
		||||
* Learn to deal with readonly folders to properly detect this condition and act
 | 
			
		||||
  accordingly.  One example is Gmail's "Chats" folder that is read-only,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
__all__ = ['OfflineImap']
 | 
			
		||||
 | 
			
		||||
__productname__ = 'OfflineIMAP'
 | 
			
		||||
__version__     = "6.5.4"
 | 
			
		||||
__version__     = "6.5.5-rc2"
 | 
			
		||||
__copyright__   = "Copyright 2002-2012 John Goerzen & contributors"
 | 
			
		||||
__author__      = "John Goerzen"
 | 
			
		||||
__author_email__= "john@complete.org"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user