diff --git a/Changelog.rst b/Changelog.rst index f209627e..d9d6516 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -12,6 +12,25 @@ ChangeLog releases announces. +OfflineIMAP v6.3.3 (2011- - ) +=============================== + +Notes +----- + +Make this last candidate cycle short. It looks like we don't need more tests as +most issues were raised and solved in the second round. Also, we have huge work +to merge big and expected features into OfflineIMAP. + +Thanks to all contributors, again. With such a contribution rate, we can release +stable faster. I hope it will be confirmed in the longer run! + +Changes +------- + +* Improved documentation for querying password. + + OfflineIMAP v6.3.3-rc3 (2011-04-19) =================================== @@ -93,7 +112,7 @@ also great improvements. This release includes a hang fix due to infinite loop. Users seeing OfflineIMAP hang and consuming a lot of CPU are asked to update. -That beeing said, this is still an early release canditate you should use for +That beeing said, this is still an early release candidate you should use for non-critical data only! New Features diff --git a/offlineimap/__init__.py b/offlineimap/__init__.py index 4a760df..273faef 100644 --- a/offlineimap/__init__.py +++ b/offlineimap/__init__.py @@ -1,7 +1,7 @@ __all__ = ['OfflineImap'] __productname__ = 'OfflineIMAP' -__version__ = "6.3.2" +__version__ = "6.3.3" __copyright__ = "Copyright (C) 2002 - 2010 John Goerzen" __author__ = "John Goerzen" __author_email__= "john@complete.org"