summaryrefslogtreecommitdiff
path: root/logout-manager/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'logout-manager/debian/changelog')
-rw-r--r--logout-manager/debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/logout-manager/debian/changelog b/logout-manager/debian/changelog
index c5b3678..4ef6c6a 100644
--- a/logout-manager/debian/changelog
+++ b/logout-manager/debian/changelog
@@ -1,3 +1,21 @@
+logout-manager (0.0.4-1+devuan) obs; urgency=medium
+
+ * To avoid OBS rebuild problems on version 0.0.3.
+
+ -- Ben Stack <bgstack15@gmail.com> Fri, 03 Apr 2020 10:15:21 -0400
+
+logout-manager (0.0.3-1+devuan) obs; urgency=medium
+
+ * Fix #2: AttributeError: module 'platform' has no attribute 'dist'
+ * Fix #3: for Devuan Ceres 4: platform.platform() does not show "Devuan"
+ * Fix #4: fix rest of frontends for python 3.8 distro
+ * Fix #5: logout-manager-cli: multiple problems
+ * Fix #6: lm-helper: xscreensaver invocation is incorrect
+ * add man pages
+ * drop .py from names
+
+ -- Ben Stack <bgstack15@gmail.com> Fri, 03 Apr 2020 09:41:13 -0400
+
logout-manager (0.0.2-1) obs; urgency=medium
* Add tray icon
bgstack15