From c954106d4388fd46f3387aae01e26ab0da993f9c Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 25 Jan 2009 18:59:27 +0100 Subject: Implement remaining commandline options inotail is now 100% option compatible to GNU tail (at least to the documented options) Some options make no sense for inotail (-s, --max-unchanged-stats), others are impossible (--pid) and are thus not implemented. They just emit a warning on stderr. --- changelog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'changelog') diff --git a/changelog b/changelog index d16302b..25696e7 100644 --- a/changelog +++ b/changelog @@ -5,10 +5,12 @@ inotail 0.6 * Handle file truncation in follow mode * Use sys/inotify.h instead of private copy of the inotify header (patch by Adrian Bunk) - * Support all GNU commandline options (even the ones that make no sense) + * Support all GNU commandline options (suggested by Nicolai Lissner). Some + make no sense for inotail and thus cause no effect besides a warning being + printed. * Various small fixes - -- Tobias Klauser 2008-09-23 09:46 + -- Tobias Klauser 2009-01-25 18:33 inotail 0.5 -- cgit v1.2.3-54-g00ecf