From 76d181e7fcc5750b3be40fd3b510ffba279f87c0 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Tue, 2 Apr 2024 08:56:27 -0400 Subject: [PATCH] Update docs --- docs/WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index a0304e36..264d8cbf 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -4,6 +4,10 @@ CHANGES TO REMIND * BUG FIX: remind: Fix compile error on systems that don't support inotify(7). +* BUG FIX: remind: Fix test failures on FreeBSD. On FreeBSD, you have to copy + the result of getenv() or else a subsequent setenv() can change the stored + value. + * VERSION 4.3 Patch 5 - 2024-04-01 * IMPROVEMENT: remind: Use inotify to detect reminder file changes