summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT1
-rw-r--r--changes/backend-frontend-certificates3
-rw-r--r--changes/bug-6123_forward-right-env-data1
-rw-r--r--changes/bug-6150_better-missing-polkit-msg1
-rw-r--r--changes/bug_6146_handle_removals_release1
-rw-r--r--changes/feature_support-arch-nobody1
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.