Skip to content

Commit bbe588a

Browse files
committed
Bump version for new release cycle and update ChangeLog
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 34bf9a7 commit bbe588a

2 files changed

Lines changed: 24 additions & 1 deletion

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.15], [https://github.com/finit-project/finit/issues],
1+
AC_INIT([Finit], [4.16-beta1], [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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ Change Log
33

44
All relevant changes are documented in this file.
55

6+
[4.16][] - Unreleased
7+
---------------------
8+
9+
### Changes
10+
11+
- Add `initctl switch-root` command and plugin hook point. Useful for
12+
systems requiring early boot tasks like LUKS unlock, LVM activation,
13+
or network boot before mounting the real root, by Aaron Andersen
14+
- Set USER and LOGNAME environment variables when dropping privileges.
15+
Fixes issues with software like rootless Podman that determines user
16+
identity from environment variables, by Aaron Andersen
17+
18+
### Fixes
19+
- Fix #464: invalid user:group examples in cgroups.md
20+
- Fix #466: elogind path for Debian-based distros, by Jackie Liu
21+
- Fix #467: TTY services stuck in restart state after non-zero exit.
22+
Throttling logic introduced in v4.15 had duplicate checks causing
23+
infinite timer loop, and TTYs lacked default restart timeout
24+
- Fix handling of already-mounted cgroups in `cgroup_init()`, can occur
25+
after switch_root or in container environments
26+
- Improve cgroups documentation clarity, grammar, and examples
27+
28+
629
[4.15][] - 2026-01-01
730
---------------------
831

0 commit comments

Comments
 (0)