[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 04/04: Update 'NEWS'.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 04/04: Update 'NEWS'. |
Date: |
Thu, 22 Mar 2018 06:24:43 -0400 (EDT) |
civodul pushed a commit to branch master
in repository shepherd.
commit ec157a0dc599087f214cd26ee27370d246e5d8a6
Author: Ludovic Courtès <address@hidden>
Date: Thu Mar 22 11:05:19 2018 +0100
Update 'NEWS'.
---
NEWS | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index eb6c721..d349d94 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@
#+STARTUP: content hidestars
Copyright © 2002, 2003 Wolfgang Jährling
-Copyright © 2013, 2014, 2016 Ludovic Courtès <address@hidden>
+Copyright © 2013, 2014, 2016, 2018 Ludovic Courtès <address@hidden>
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 Ludovic Courtès <address@hidden>
Please send Shepherd bug reports to address@hidden
+* Changes in version 0.4.0
+** When running as non-root, keep track of forked processes
+** When running as root, log to /dev/log (syslogd) or /dev/kmsg by default
+** ‘exec-command’ opens log file in append mode
+** Add native language support (5 languages currently supported)
+** ‘log-output-port’ is now a SRFI-39 parameter
+** New ‘make-shepherd-output-port’ in lieu of ‘shepherd-output-port’
+** Fix non-deterministic test suite issues
+
* Changes in version 0.3.2
** ‘herd status’ displays a bullet list
** No longer crash when ‘enable’ & co. are passed a wrong argument number