Skip to content

Commit e3bcf9b

Browse files
committed
Update ChangeLog and bump version for v4.11 release
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 84fd319 commit e3bcf9b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChangeLog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Change Log
33

44
All relevant changes are documented in this file.
55

6-
[4.11][UNRELEASED]
6+
[4.11][] - 2025-03-27
77
---------------------
88

99
### Changes
10-
- N/A
10+
- Update documentation regarding transition from runlevel S to 2, how
11+
run/tasks must "complete" before Finit can move to the next runlevel
12+
- Improve argument handling in bundled getty when launching login
1113

1214
### Fixes
1315
- Fix #432: allow services in `setup` state to be stopped. This fixes
@@ -1777,7 +1779,7 @@ Major bug fix release.
17771779

17781780
* Initial release
17791781

1780-
[UNRELEASED]: https://github.com/troglobit/finit/compare/4.10...HEAD
1782+
[UNRELEASED]: https://github.com/troglobit/finit/compare/4.11...HEAD
17811783
[4.11]: https://github.com/troglobit/finit/compare/4.10...4.11
17821784
[4.10]: https://github.com/troglobit/finit/compare/4.9...4.10
17831785
[4.9]: https://github.com/troglobit/finit/compare/4.8...4.9

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.11-pre], [https://github.com/troglobit/finit/issues],
1+
AC_INIT([Finit], [4.11], [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)