diff --git a/Changelog.draft.rst b/Changelog.draft.rst index 5c963f6..76a0ea3 100644 --- a/Changelog.draft.rst +++ b/Changelog.draft.rst @@ -18,9 +18,3 @@ Changes Bug Fixes --------- - -* [Blinkenlights UI] Abort sleep led to crash ('abort_signal' not existing), - regression from 6.5.0. - -* [Blinkenlights UI] Make exit via 'q' key work again cleanly - regression from 6.5.0. diff --git a/Changelog.rst b/Changelog.rst index 5f04e2e..d52c928 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -11,6 +11,14 @@ ChangeLog on releases. And because I'm lazy, it will also be used as a draft for the releases announces. +OfflineIMAP v6.5.1.1 (2012-01-07) - "Das machine control is nicht fur gerfinger-poken und mittengrabben" +================================================================================================================== + +Blinkenlights UI 6.5.0 regression fixes only. + +* Sleep led to crash ('abort_signal' not existing) + +* Make exit via 'q' key work again cleanly OfflineIMAP v6.5.1 (2012-01-07) - "Quest for stability" ======================================================= diff --git a/offlineimap/__init__.py b/offlineimap/__init__.py index 93cdb33..e4ba31b 100644 --- a/offlineimap/__init__.py +++ b/offlineimap/__init__.py @@ -1,7 +1,7 @@ __all__ = ['OfflineImap'] __productname__ = 'OfflineIMAP' -__version__ = "6.5.1" +__version__ = "6.5.1.1" __copyright__ = "Copyright 2002-2012 John Goerzen & contributors" __author__ = "John Goerzen" __author_email__= "john@complete.org"