Skip to content

Commit

Permalink
Update ChangeLog and bump version for v4.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jan 1, 2024
1 parent 7442283 commit fac92f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,23 @@ All notable changes to the project are documented in this file.
[4.0][] - 2024-01-01
--------------------

> **Breaking change:** the `generic` script monitor has new syntax!
> **Breaking change:** the `generic` script monitor has new syntax, the
> status files have moved, and the format has changed. Also, the
> default value for `safe-exit` has been changed to `true`.
### Changes
- A new file system monitor has been added: `fsmon /var { ... }`,
multiple `fsmon /path` monitors are possible
- Support for multiple watchdog devices added, issue #26
- The format of `watchdogctl status` and `/run/watchdogd/status` has
been changed to JSON and includes more information about the currently
running daemon and the capabilities of watchdog devices in use
- The `configure --with-$MONITOR=SEC` flag has been changed to not
take an argument (this was never used). To change the poll interval
of a system monitor, use the configuration file
- A new file system monitor: `fsmon /var { ... }`, multiple monitors,
`fsmon /path`, are supported
- A new temperature monitor: `tempmon /path/to/sensor {...}`. It
supports multiple sensors, both thermal and hwmon type. See the
documentation for details
- The syntax for the generic monitor script has changed. This is a
breaking change, everyone must update. New syntax:

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([watchdogd], [4.0-dev], [https://github.com/troglobit/watchdogd/issues],,
AC_INIT([watchdogd], [4.0-rc1], [https://github.com/troglobit/watchdogd/issues],,
[https://troglobit.com/watchdogd.html])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign dist-xz subdir-objects])
Expand Down

0 comments on commit fac92f7

Please sign in to comment.