Skip to content

Commit c371c10

Browse files
committed
Update ChangeLog and bump version for 4.10-rc2
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent a23e152 commit c371c10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44
All relevant changes are documented in this file.
55

66

7-
[4.10][] - 2025-02-23
7+
[4.10][] - 2025-02-28
88
---------------------
99

1010
### Changes
@@ -17,6 +17,7 @@ All relevant changes are documented in this file.
1717
- Fix #427: using an external getty with custom login program cause
1818
Finit to use login program as the getty command
1919
- Fix #428: allow `sysctl` path to be set at build time
20+
- Fix #429: regression in v4.9 causing Finit to segfault at shutdown
2021
- Fix possible memory leak when sourcing a service `env:file`
2122
- Finit now waits until all `post:scripts` have run before returning
2223
OK to `initctl <reload|runlevel>`. This also applies to the new

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.10-rc1], [https://github.com/troglobit/finit/issues],
1+
AC_INIT([Finit], [4.10-rc2], [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)