From 5406cf8feb0eeaaaa41cfc349a20ebc877991b26 Mon Sep 17 00:00:00 2001 From: "r.inyakin" Date: Wed, 5 Aug 2026 18:24:49 +0300 Subject: [PATCH] Release v1.4.14 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e0c2cff..527f9f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Unreleased +# Version v1.4.14 +* PR #4: re-check the file right after arming the inotify watch. The + watch is only added once the file has been read to EOF, so a write, a + truncation or a rotation landing in between produced no event and + never would: the tailer kept waiting with unread data in the file + until some later, unrelated write woke it up. + # Version v1.4.13 * PR #1: possible line loss and duplication when file is renamed. * PR #2: drain the open file to EOF before handling a rename or deletion notification.