@@ -3,6 +3,23 @@ Change Log
33
44All relevant changes are documented in this file.
55
6+ [ 4.15] [ UNRELEASED ]
7+ ---------------------
8+
9+ ### Changes
10+ - Allow longer service identifiers (` :id ` ), up to 64 characters
11+ - Allow skipping bootstrap wait (180 sec) with Ctrl-C
12+ - Change default reboot to SOC reset from WDT reset, issue #460
13+ - Unlock ` initctl ` commands start/stop/restart/reload service during
14+ bootstrap, shutdown, and reboot. Also, allow ` initctl reload ` in
15+ bootstrap. This makes it possible to start manual: yes type services
16+ at botostrap, for example, which has been a common feature request.
17+
18+ ### Fixes
19+ - Fix #453 : RTC plugin fixes by Ming Liu, Atlas Copco
20+ - Fix #455 : ANSI escape sequences logged by tools using glib logging,
21+ caused by use of PTY instead of pipe for stdout/stderr redirection
22+ - Ensure mount/unmount skips ` noauto ` entries
623
724
825[ 4.14] [ ] - 2025-08-29
@@ -1852,7 +1869,9 @@ Major bug fix release.
18521869
18531870* Initial release
18541871
1855- [ UNRELEASED ] : https://github.com/troglobit/finit/compare/4.12...HEAD
1872+ [ UNRELEASED ] : https://github.com/troglobit/finit/compare/4.14...HEAD
1873+ [ 4.15 ] : https://github.com/troglobit/finit/compare/4.14...4.15
1874+ [ 4.14 ] : https://github.com/troglobit/finit/compare/4.13...4.14
18561875[ 4.13 ] : https://github.com/troglobit/finit/compare/4.12...4.13
18571876[ 4.12 ] : https://github.com/troglobit/finit/compare/4.11...4.12
18581877[ 4.11 ] : https://github.com/troglobit/finit/compare/4.10...4.11
0 commit comments