aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-04-02 09:06:07 -0400
committerB Stack <bgstack15@gmail.com>2020-04-02 09:06:45 -0400
commitfdd4d7e29cd9d11bf9b03b28b2f3ae0eaf5f31c9 (patch)
tree7891beab2d61ef35999b73061d2ec087e1c0586d /src
parentadd man pages and drop .py endings (diff)
downloadlogout-manager-fdd4d7e29cd9d11bf9b03b28b2f3ae0eaf5f31c9.tar.gz
logout-manager-fdd4d7e29cd9d11bf9b03b28b2f3ae0eaf5f31c9.tar.bz2
logout-manager-fdd4d7e29cd9d11bf9b03b28b2f3ae0eaf5f31c9.zip
add changelog to readme
Diffstat (limited to 'src')
-rw-r--r--src/usr/share/doc/logout-manager/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/share/doc/logout-manager/README.md b/src/usr/share/doc/logout-manager/README.md
index 112d5f6..53c2713 100644
--- a/src/usr/share/doc/logout-manager/README.md
+++ b/src/usr/share/doc/logout-manager/README.md
@@ -38,3 +38,12 @@ This project is partially a programming playground for the [original author](htt
## Downsides
* This whole thing is more complex than just logging out of my user session, and selecting a logout-type action from the display manager.
* Depends on sudo instead of using native tools.
+
+## Changelog
+### 0.0.3
+* 2020-04-02
+* Add man pages
+* drop .py endings
+* Adapt to python 3.8
+ * fix [#2](https://gitlab.com/bgstack15/logout-manager/-/issues/2) AttributeError: module 'platform' has no attribute 'dist'
+ * fix [#3](https://gitlab.com/bgstack15/logout-manager/-/issues/3) for Devuan Ceres 4: platform.platform() does not show "Devuan"
bgstack15