Skip to content

Commit 09b4aee

Browse files
committed
Update ChangeLog and bump version for v4.15-rc1
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent d9a0c2d commit 09b4aee

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

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.14], [https://github.com/troglobit/finit/issues],
1+
AC_INIT([Finit], [4.15-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 subdir-objects])

doc/ChangeLog.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ Change Log
33

44
All 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

Comments
 (0)