Skip to content

Commit 9245869

Browse files
committed
Update ChangeLog and bump version for v4.9 release
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 0f4a487 commit 9245869

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ChangeLog.md

Lines changed: 3 additions & 3 deletions
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.9][UNRELEASED]
7+
[4.9][] - 2025-02-15
88
--------------------
99

1010
> [!CAUTION]
@@ -29,7 +29,7 @@ All relevant changes are documented in this file.
2929
does not support SIGHUP. This helps avoid unnecessary restarts of
3030
services that depend on a service that supports SIGHUP
3131
- Fix #417: leaking inotify watchers in the cgroup subsystem
32-
- Fix #422: honor `notfail` flag in `/etc/fstab`
32+
- Fix #421: add support for `nofail` mount option in `/etc/fstab`
3333
- Fix #425: ordering bug in detecting .conf file changes to services
3434
and `initctl reload`, or runlevel changes
3535
- Fix `initctl touch` of template services, previously marking a
@@ -1740,7 +1740,7 @@ Major bug fix release.
17401740

17411741
* Initial release
17421742

1743-
[UNRELEASED]: https://github.com/troglobit/finit/compare/4.8...HEAD
1743+
[UNRELEASED]: https://github.com/troglobit/finit/compare/4.9...HEAD
17441744
[4.9]: https://github.com/troglobit/finit/compare/4.8...4.9
17451745
[4.8]: https://github.com/troglobit/finit/compare/4.7...4.8
17461746
[4.7]: https://github.com/troglobit/finit/compare/4.6...4.7

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