Skip to content

Commit cef5049

Browse files
committed
Update ChangeLog and bump version for v4.16-rc1
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent ec251f1 commit cef5049

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Finit], [4.16-beta1], [https://github.com/finit-project/finit/issues],
1+
AC_INIT([Finit], [4.16-rc1], [https://github.com/finit-project/finit/issues],
22
[finit], [https://http://finit-project.github.io/])
33
AC_CONFIG_AUX_DIR(aux)
44
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])

doc/ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Change Log
33

44
All 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

Comments
 (0)