diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-02-02 18:10:44 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-02-04 14:39:15 -0300 |
commit | 9796a14b964f50ae7a9be2aaff7f7bb887f4bed4 (patch) | |
tree | da6bf9631a293716a7c4b5dc68b872b814324690 /CHANGELOG.rst | |
parent | f02b7a8ffe44a351bdb1ac17452703fa50ef44e2 (diff) |
Fold in changes.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 82b86918..796e5f84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,32 @@ History ------- +2015 +==== + +0.8.0 January xx -- "Charlie and the code refactory" +++++++++++++++++++++++++++++++++++++++++++++++++++++ + +Features +-------- +- #5873: Allow frontend and backend to be run separately. +- Refactor login widgets/logic. +- Improved changelog :). + +Bugfixes +-------- +- #6058: Support 'nobody' (used on Arch) as well as 'nogroup' as group names. +- #6123: Forward the right environment data to subprocess call. +- #6150: Do not allow Bitmask to start if there is no polkit agent running. +- #6631: Fix failing tests. +- #6638: Fix set initialization to support python 2.6. +- #6652: Fix regression: polkit agent is not automatically launched. +- #6654: Login attempt is made against previously selected provider. +- Create zmq certificates if they don't exist. +- Disable '--offline' flag temporarily. +- Make pkg/tuf/release.py handle removals in the repo. +- Reduce the wait for running threads timeout on quit. + 2014 ==== |