Skip to content

Commit

Permalink
Update ChangeLog and bump version for v4.9 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Feb 15, 2025
1 parent 0f4a487 commit 9245869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Change Log
All relevant changes are documented in this file.


[4.9][UNRELEASED]
[4.9][] - 2025-02-15
--------------------

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

* Initial release

[UNRELEASED]: https://github.com/troglobit/finit/compare/4.8...HEAD
[UNRELEASED]: https://github.com/troglobit/finit/compare/4.9...HEAD
[4.9]: https://github.com/troglobit/finit/compare/4.8...4.9
[4.8]: https://github.com/troglobit/finit/compare/4.7...4.8
[4.7]: https://github.com/troglobit/finit/compare/4.6...4.7
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Finit], [4.9-rc1], [https://github.com/troglobit/finit/issues],
AC_INIT([Finit], [4.9], [https://github.com/troglobit/finit/issues],
[finit], [https://troglobit.com/projects/finit/])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign dist-xz subdir-objects])
Expand Down

0 comments on commit 9245869

Please sign in to comment.