diff --git a/ChangeLog.md b/ChangeLog.md index 8f7b7cc..6ca8a1a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,16 +4,18 @@ ChangeLog All notable changes to the project are documented in this file. -[3.6][] - 2023-12-20 +[3.6][] - 2023-12-21 -------------------- ### Changes -- A new file system monitor has been added: `fsmon /var { ... }` +- A new file system monitor has been added: `fsmon /var { ... }`, + multiple `fsmon /path` monitors are possible - The syntax for the generic monitor script has changed, `watchdogd`, however, remains backwards compatible. New syntax: generic /path/to/montor-script.sh { ... } +- The generic scripts monitor now supports running multiple scripts - Documentation of the libwdog supervisor API by Andreas Helbech Kleist - API docs at - State file location changed from `/var/lib/` to `/var/lib/misc/`.