diff --git a/NEWS b/NEWS index be8d825f..c2c4994d 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ Current sponsors include github users: brentfrow, brazeon, and q66 (Daniel Koles Chimera Linux). Development of Dinit has also received financial support from Artix Linux. I am grateful for all the support, both financial and otherwise, that has been received. +Special thanks to Mobin Aydinfar, who has taken on secondary maintainer duties in the lead-up to +this release, including many valuable contributions to getting CI infrastructure up-and-running. + New features: * A "log-type" service setting allows for control over how a service output is processed. A new "buffer" type allows capturing service output to an in-memory buffer; this may be useful for @@ -49,6 +52,7 @@ New features: Changes: * The default is now to restart services automatically (previously required "restart = yes"). + * The permissions/ownership for logfiles has been reworked, see details in "New features" above. * Services which specify "run-as" to run as a different user now run with the supplementary groups of that user (this can be disabled at build time by setting USE_INITGROUPS=0). Thanks to Daniel Kolesa.