Skip to content

Commit

Permalink
Update changelog and bump version for v4.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 16, 2022
1 parent eff87b3 commit f32e4d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 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.2][UNRELEASED]
[4.2][] - 2022-01-16
--------------------

### Changes
Expand Down Expand Up @@ -34,6 +34,11 @@ All relevant changes are documented in this file.
`NAME`, or all enabled system run/tasks and services
* Show number of total restarts and current respawn count for a
service in `initctl status foo`
* Crashing services no longer have the crash/restart counter reset as
soon as they have stabilized. Instead, a background timer will
slowly (every 300 sec) age (decrement) the counter. This will still
catch services that "rage quit", but also those that crash after a
longer period of activity

### Fixes
* Fix #180: user managed (`manual:yes`) services accidentally started
Expand Down Expand Up @@ -1033,7 +1038,7 @@ Major bug fix release.

* Initial release

[UNRELEASED]: https://github.com/troglobit/finit/compare/4.1...HEAD
[UNRELEASED]: https://github.com/troglobit/finit/compare/4.2...HEAD
[4.2]: https://github.com/troglobit/finit/compare/4.1...4.2
[4.1]: https://github.com/troglobit/finit/compare/4.0...4.1
[4.0]: https://github.com/troglobit/finit/compare/3.1...4.0
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.2-rc1, https://github.com/troglobit/finit/issues, finit, https://troglobit.com/finit.html)
AC_INIT(Finit, 4.2, https://github.com/troglobit/finit/issues, finit, https://troglobit.com/finit.html)
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign dist-xz subdir-objects])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit f32e4d4

Please sign in to comment.