Merge branch 'master' into next

This commit is contained in:
Nicolas Sebrecht 2011-03-24 19:08:30 +01:00
commit 756eb72494
3 changed files with 27 additions and 1 deletions

View File

@ -19,6 +19,7 @@ Changes
Bug Fixes
---------
Pending for the next major release
==================================

24
Changelog.maint.rst Normal file
View File

@ -0,0 +1,24 @@
=========
ChangeLog
=========
:website: http://offlineimap.org
This is the Changelog of the maintenance branch.
**NOTE FROM THE MAINTAINER:**
Contributors should use the `WIP` section in Changelog.draft.rst in order to
add changes they are working on. I will use it to make the new changelog entry
on releases. And because I'm lazy, it will also be used as a draft for the
releases announces.
OfflineIMAP v6.3.2.1 (2011-03-23)
=================================
Bug Fixes
---------
* Sanity checks for SSL cacertfile configuration.
* Fix regression (UIBase is no more).
* Make profiling mode really enforce single-threading.

View File

@ -363,4 +363,5 @@ def syncfolder(accountname, remoterepos, remotefolder, localrepos,
raise
except:
ui.warn("ERROR in syncfolder for %s folder %s: %s" % \
(accountname,remotefolder.getvisiblename(),sys.exc_info()[1]))
(accountname,remotefolder.getvisiblename(),
traceback.format_exc()))