From a5bff0667f2ec54d74e2211d2cfc20b7149a8609 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 21 Dec 2023 09:11:22 +0100 Subject: [PATCH] Update ChangeLog Signed-off-by: Joachim Wiberg --- ChangeLog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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/`.