Skip to content

Commit ffd01b0

Browse files
committed
Update ChangeLog and bump version for v4.10-rc1
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 2c95f09 commit ffd01b0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

ChangeLog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Change Log
44
All relevant changes are documented in this file.
55

66

7+
[4.10][] - 2025-02-23
8+
---------------------
9+
10+
### Changes
11+
- Add support for `cleanup:[0-3600,]script`, runs before service is
12+
removed, unlike `post:script` that runs when service is stopped
13+
- Improved entropy gathering in tertiary fallback of urandom plugin
14+
- Reclassify `sysv` from run/task class to `service`
15+
16+
### Fixes
17+
- Fix #427: using an external getty with custom login program cause
18+
Finit to use login program as the getty command
19+
- Fix #428: allow `sysctl` path to be set at build time
20+
- Fix possible memory leak when sourcing a service `env:file`
21+
- Finit now waits until all `post:scripts` have run before returning
22+
OK to `initctl <reload|runlevel>`. This also applies to the new
23+
`cleanup:scripts` introduced in this release
24+
25+
726
[4.9][] - 2025-02-15
827
--------------------
928

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.9], [https://github.com/troglobit/finit/issues],
1+
AC_INIT([Finit], [4.10-rc1], [https://github.com/troglobit/finit/issues],
22
[finit], [https://troglobit.com/projects/finit/])
33
AC_CONFIG_AUX_DIR(aux)
44
AM_INIT_AUTOMAKE([1.11 foreign dist-xz subdir-objects])

0 commit comments

Comments
 (0)