civodul pushed a commit to branch master
in repository shepherd.
commit d230dac747efbb5199db49ddbebf5db3b8a2c07b
Author: Ludovic Courtès <[email protected]>
Date: Tue Apr 23 09:49:27 2019 +0200
Update 'NEWS'.
---
NEWS | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 0deaee3..416e8b7 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@
#+STARTUP: content hidestars
Copyright © 2002, 2003 Wolfgang Jährling
-Copyright © 2013, 2014, 2016, 2018 Ludovic Courtès <[email protected]>
+Copyright © 2013, 2014, 2016, 2018, 2019 Ludovic Courtès <[email protected]>
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -11,6 +11,15 @@ Copyright © 2013, 2014, 2016, 2018 Ludovic Courtès
<[email protected]>
Please send Shepherd bug reports to [email protected].
+* Changes in version 0.6.0
+** Services can now be “one-shot” (see the manual for details)
+** ‘shepherd’ deletes its socket file upon termination
+** ‘herd stop S’ is no longer an error when S is already stopped
+** ‘herd’ exits with non-zero when executing an action that fails
+** ‘shepherd’ ignores reboot(2) errors when running in a container
+** Translation of error messages has been fixed
+** New translation: ta (Tamil)
+** Updated translations: da, es, fr, pt_BR, sv, ta, uk, zh_CN
* Changes in version 0.5.0
** Services now have a ‘replacement’ slot
** Restarting a service now restarts its dependent services as well