diff options
-rw-r--r-- | mail/CHANGELOG.rst | 9 | ||||
-rw-r--r-- | mail/changes/next-changelog.rst | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail/CHANGELOG.rst b/mail/CHANGELOG.rst index af315eda..22abf225 100644 --- a/mail/CHANGELOG.rst +++ b/mail/CHANGELOG.rst @@ -1,3 +1,12 @@ +0.4.2 - 13 May, 2016 ++++++++++++++++++++++ + +Bugfixes +~~~~~~~~ +- `#8083 <https://leap.se/code/issues/8083>`_: Allow pixelated UA not interfere with Thunderbird operation. +- Cast local identity (version string) to bytes, avoid TLS transport raising exception. + + 0.4.1 - 18 Apr, 2016 +++++++++++++++++++++ diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index 985e92af..e04e4238 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -1,4 +1,4 @@ -0.4.2 - xxx +0.4.3 - xxx +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during @@ -15,9 +15,6 @@ Features Bugfixes ~~~~~~~~ -- `#8083 <https://leap.se/code/issues/8083>`_: Allow pixelated UA not interfere with Thunderbird operation. -- Cast local identity (version string) to bytes, avoid TLS transport raising exception. - - `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. |