@@ -3,7 +3,7 @@ Change Log
33
44All relevant changes are documented in this file.
55
6- [ 4.16] [ UNRELEASED ] - Unreleased
6+ [ 4.16] [ ] - 2026-02-28
77---------------------
88
99### Changes
@@ -26,6 +26,8 @@ All relevant changes are documented in this file.
2626 condition, but when ` netd ` reloads, restart this service too. Similar
2727 to systemd's directive ` PropagatesReloadTo= ` , but declared on the
2828 consumer side. Issue #416
29+ - ` tmpfiles ` : add support for ` -E ` and ` --exclude-prefix ` flags
30+ contributed by Aaron Andersen
2931
3032### Fixes
3133- Fix #464 : invalid user: group examples in cgroups.md
@@ -41,6 +43,8 @@ All relevant changes are documented in this file.
4143 dependency chain. Add ` service_step_all() ` at end of reload cycle to
4244 guarantee convergence after conditions are reasserted. See also the
4345 new ` ~ ` condition prefix (above) to propagate reload to dependents
46+ - Fix #478 : fix ` <dev/foo> ` conditions at boot, conditions that exist
47+ before inotify was set up. Found and fixed by Mattias Walström
4448- Fix reload of SIGHUP-capable services incorrectly disrupting their
4549 dependents. E.g., ` initctl reload syslogd ` would stop dbus, dnsmasq,
4650 etc. even though syslogd handles SIGHUP gracefully and its PID persists
0 commit comments