aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-15 08:16:03 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-15 08:16:03 -0400
commit9119a233dc67fea8abea0156a653a508a0a3e082 (patch)
tree09081f2beada632db3bb28b5f02e4d6c808a62ce /NEWS
parentv0.0.3 closes #688 (diff)
downloadsystemctl-service-shim-9119a233dc67fea8abea0156a653a508a0a3e082.tar.gz
systemctl-service-shim-9119a233dc67fea8abea0156a653a508a0a3e082.tar.bz2
systemctl-service-shim-9119a233dc67fea8abea0156a653a508a0a3e082.zip
v0.0.4 add action presetupstream/0.0.4devuan/0.0.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5af6572..a302330 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
+systemctl-service-shim 0.0.4
+============================
+2022-07-14
+* Add action `preset`
+
systemctl-service-shim 0.0.3
-===========================
+============================
2022-07-12
* Package now provides the /bin/systemctl symlink needed by freeipa-client.
* Action `try-restart` is now converted down to `restart`.
bgstack15