@@ -9,8 +9,7 @@ All relevant changes are documented in this file.
99
1010### Changes
1111- Refactor ` runparts ` and ` /etc/rc.local ` to no longer block the main
12- loop, allowing these scripts to call ` initctl ` to interact with Finit.
13- Still in a limited way due to them being used at bootstrap, issue #356
12+ loop, allowing ` initctl ` calls to interact with Finit. Issue #356
1413- Refactor the ` run ` stanza to no longer block the main loop, issue #362
1514- Allow ` sulogin ` with a user different from ` root ` , issue #357
1615- Allow disabling invocation of rescue mode from kernel command line
@@ -29,14 +28,14 @@ All relevant changes are documented in this file.
2928- Increased MAX path for commands, and arguments: 64 -> 256
3029
3130### Fixes
32- - Fix #227 : believed to have been fixed in [ 4.3 ] [ ] , the root cause was
31+ - Fix #227 : believed to have been fixed in v4.3 , the root cause was
3332 actually that Finit was waiting for a process that was no longer in
3433 the system. The fix is to ask the kernel on process-stop-timeout and
3534 replay the lost PID so that Finit can continue with reboot/shutdown
3635- Fix #358 : fix inotify events for ` /etc/finit.conf ` , improved log
3736 messages and error handling
3837- Fix #361 : cgroup move fail if run/task/services start as non-root.
39- Regression in the [ 4.4 ] [ ] release cycle while adding support for the
38+ Regression in the v4.4 release cycle while adding support for the
4039 pre:/post:/ready: scripts. Now the latter scripts also properly run
4140 in their correct cgroup
4241- The ` runparts ` executor now skips backup files (` foo~ ` )
0 commit comments