diff options
author | Kali Kaneko <kali@leap.se> | 2015-01-08 14:34:13 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-01-08 14:34:13 -0400 |
commit | fdbfe431c52b2bc5a88a2328fe79de3035201099 (patch) | |
tree | 60d6af48f468f0dcd1922998e663f2273a55c41e /changes | |
parent | 77b576b58f7f533ff4f6a31594bb53d4ffad9d49 (diff) | |
parent | 54521d35d239c2e62d42e9c77690b9d1bc94f7db (diff) |
Merge branch 'release/0.8.x' into debian/experimental
Diffstat (limited to 'changes')
-rw-r--r-- | changes/VERSION_COMPAT | 1 | ||||
-rw-r--r-- | changes/backend-frontend-certificates | 3 | ||||
-rw-r--r-- | changes/bug-6123_forward-right-env-data | 1 | ||||
-rw-r--r-- | changes/bug-6150_better-missing-polkit-msg | 1 | ||||
-rw-r--r-- | changes/bug_6146_handle_removals_release | 1 | ||||
-rw-r--r-- | changes/feature_support-arch-nobody | 1 |
6 files changed, 8 insertions, 0 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index cc00ecf7..1eadcbe0 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,3 +8,4 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z +leap.keymanager>=0.4.0 diff --git a/changes/backend-frontend-certificates b/changes/backend-frontend-certificates new file mode 100644 index 00000000..2b3c1990 --- /dev/null +++ b/changes/backend-frontend-certificates @@ -0,0 +1,3 @@ +- 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 new file mode 100644 index 00000000..10bd8604 --- /dev/null +++ b/changes/bug-6123_forward-right-env-data @@ -0,0 +1 @@ +- 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 new file mode 100644 index 00000000..ee317135 --- /dev/null +++ b/changes/bug-6150_better-missing-polkit-msg @@ -0,0 +1 @@ +- 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 new file mode 100644 index 00000000..6fe67d62 --- /dev/null +++ b/changes/bug_6146_handle_removals_release @@ -0,0 +1 @@ +- Make pkg/tuf/release.py handle removals in the repo diff --git a/changes/feature_support-arch-nobody b/changes/feature_support-arch-nobody new file mode 100644 index 00000000..6aa587a3 --- /dev/null +++ b/changes/feature_support-arch-nobody @@ -0,0 +1 @@ +- Support 'nobody' (used on Arch) as well as 'nogroup' as group names. Related to #6058. |