From 9796a14b964f50ae7a9be2aaff7f7bb887f4bed4 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 2 Feb 2015 18:10:44 -0300 Subject: Fold in changes. --- CHANGELOG.rst | 26 ++++++++++++++++++++++++++ changes/backend-frontend-certificates | 3 --- changes/bug-6123_forward-right-env-data | 1 - changes/bug-6150_better-missing-polkit-msg | 1 - changes/bug_6146_handle_removals_release | 1 - changes/feature_support-arch-nobody | 1 - 6 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 changes/backend-frontend-certificates delete mode 100644 changes/bug-6123_forward-right-env-data delete mode 100644 changes/bug-6150_better-missing-polkit-msg delete mode 100644 changes/bug_6146_handle_removals_release delete mode 100644 changes/feature_support-arch-nobody 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 ==== diff --git a/changes/backend-frontend-certificates b/changes/backend-frontend-certificates deleted file mode 100644 index 2b3c1990..00000000 --- a/changes/backend-frontend-certificates +++ /dev/null @@ -1,3 +0,0 @@ -- Allow frontend and backend to be run separately. Closes #5873. -- Reduce the wait for running threads timeout on quit. -- Create zmq certificates if they don't exist. diff --git a/changes/bug-6123_forward-right-env-data b/changes/bug-6123_forward-right-env-data deleted file mode 100644 index 10bd8604..00000000 --- a/changes/bug-6123_forward-right-env-data +++ /dev/null @@ -1 +0,0 @@ -- Forward the right environment data to subprocess call. Closes #6123. diff --git a/changes/bug-6150_better-missing-polkit-msg b/changes/bug-6150_better-missing-polkit-msg deleted file mode 100644 index ee317135..00000000 --- a/changes/bug-6150_better-missing-polkit-msg +++ /dev/null @@ -1 +0,0 @@ -- Do not allow Bitmask to start if there is no polkit agent running. Closes #6150. diff --git a/changes/bug_6146_handle_removals_release b/changes/bug_6146_handle_removals_release deleted file mode 100644 index 6fe67d62..00000000 --- a/changes/bug_6146_handle_removals_release +++ /dev/null @@ -1 +0,0 @@ -- Make pkg/tuf/release.py handle removals in the repo diff --git a/changes/feature_support-arch-nobody b/changes/feature_support-arch-nobody deleted file mode 100644 index 6aa587a3..00000000 --- a/changes/feature_support-arch-nobody +++ /dev/null @@ -1 +0,0 @@ -- Support 'nobody' (used on Arch) as well as 'nogroup' as group names. Related to #6058. -- cgit v1.2.3