diff options
author | Kali Kaneko <kali@leap.se> | 2016-05-13 11:55:48 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-05-13 11:55:48 -0400 |
commit | e5cf9ff70cc27cbbf17b9e3c4df98d336d0ed0af (patch) | |
tree | 7a2a3af502226b64d7ec6ae9c8ac30775b8c7f76 | |
parent | cba8beb034eade7951ca08b69a152fc76c4362a5 (diff) |
[pkg] fold in changelog0.9.2rc4
-rw-r--r-- | CHANGELOG.rst | 32 | ||||
-rw-r--r-- | changes/next-changelog.rst | 18 |
2 files changed, 32 insertions, 18 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1c8422fa..3974b120 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,38 @@ Changelog --------- +0.9.2 May 13 - "panis et circenses" ++++++++++++++++++++++++++++++++++++++++++++ + +Features +~~~~~~~~ +- `#7552 <https://leap.se/code/issues/7552>`_: Improve UI message and add some margin above the msg box. +- `#7656 <https://leap.se/code/issues/7656>`_: Adapt to multi-user aware events. +- `#4469 <https://leap.se/code/issues/4469>`_: Display randomly generated service token on the Help Window. +- `#6041 <https://leap.se/code/issues/6041>`_: Write service tokens to a file to allow email clients to read them from there. +- Use cred-based authentication on SMTP. +- Add email panel to preferences window. +- Ability to launch detached bitmask.core daemon, and a simplistic bitmask_cli. Not used by the main client yet. +- Experimental support for the Pixelated User Agent, branded as "Bitmask Mail". + +Bugfixes +~~~~~~~~ +- `#7568 <https://leap.se/code/issues/7568>`_: Fix typo on signal name. +- `#7583 <https://leap.se/code/issues/7583>`_: Fix set_soledad_auth_token event callback signature. +- `#7585 <https://leap.se/code/issues/7585>`_: Open email help link on browser. +- `#7598 <https://leap.se/code/issues/7598>`_: Fix errback on InvalidAuthToken. +- `#7869 <https://leap.se/code/issues/7869>`_: Redownload smtp certificate if needed. +- Do not translate 'https' text on QLabel. + +Misc +~~~~ +- PyInstaller based new style of bundles. + +Known Issues +~~~~~~~~~~~~ +- `#8057 <https://leap.se/code/issues/8057>`_: Logging out twice produces a segfault in Qt +- `#1236 <https://leap.se/code/issues/1236>`_: Description of the known issue corresponding with issue #1236. + 0.9.1 November 03 - "the day of the calaca" +++++++++++++++++++++++++++++++++++++++++++ diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 8a5035ff..59f68d8d 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -10,27 +10,11 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ -- `#7552 <https://leap.se/code/issues/7552>`_: Improve UI message and add some margin above the msg box. -- `#7656 <https://leap.se/code/issues/7656>`_: Adapt to multi-user aware events. -- `#4469 <https://leap.se/code/issues/4469>`_: Display randomly generated service token on the Help Window. -- `#6041 <https://leap.se/code/issues/6041>`_: Write service tokens to a file to allow email clients to read them from there. -- Use cred-based authentication on SMTP. -- Experimental support for the Pixelated WebMail. -- Add email panel to preferences window. -- Ability to launch detached bitmask.core daemon, and a simplistic bitmask_cli. Not used by the main client yet. - - `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. Bugfixes ~~~~~~~~ -- `#7568 <https://leap.se/code/issues/7568>`_: Fix typo on signal name. -- `#7583 <https://leap.se/code/issues/7583>`_: Fix set_soledad_auth_token event callback signature. -- `#7585 <https://leap.se/code/issues/7585>`_: Open email help link on browser. -- `#7598 <https://leap.se/code/issues/7598>`_: Fix errback on InvalidAuthToken. -- `#7869 <https://leap.se/code/issues/7869>`_: Redownload smtp certificate if needed. -- Do not translate 'https' text on QLabel. - - `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. @@ -41,5 +25,3 @@ Misc Known Issues ~~~~~~~~~~~~ -- `#8057 <https://leap.se/code/issues/8057>`_: Logging out twice produces a segfault in Qt -- `#1236 <https://leap.se/code/issues/1236>`_: Description of the known issue corresponding with issue #1236. |