forked from OfflineIMAP/offlineimap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nicolas Sebrecht <[email protected]>
- Loading branch information
Showing
4 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
__all__ = ['OfflineImap'] | ||
|
||
__productname__ = 'OfflineIMAP' | ||
__version__ = "6.3.2" | ||
__version__ = "6.3.2.1" | ||
__copyright__ = "Copyright (C) 2002 - 2010 John Goerzen" | ||
__author__ = "John Goerzen" | ||
__author_email__= "[email protected]" | ||
|