]> git.ipfire.org Git - ipfire-2.x.git/commit - lfs/perl-File-Tail
perl-File-Tail: Update to 1.3
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 22 Mar 2021 07:25:29 +0000 (08:25 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Mar 2021 10:41:41 +0000 (10:41 +0000)
commited04642b5d6a191a6c9fa0adf64188f3ada8b8b5
tree0a8caa2e83035646e9706ec878a95773f4a45ccd
parentfc2a771c97ee6ddfeb8ef7baaf28bb9977c19e63
perl-File-Tail: Update to 1.3

- Update from 0.99.3 to 1.3
- No update required to rootfile
- perl-File-Tail is a dependency of the swatch addon
- Changelog
   1.0     Actually just two minor bug fixes (one of them in a test), but I no
           longer see a point in not having a 1.0 version.
   1.1     Lee Duncan drew my attention to Stephan Muller's fixes for Windows compatibility
           Changed the use of the system's mv command to using File::Copy in the
           tests. (Steffen Mueller)
           Added machine-readable license statement to Makefile.PL and thus
           META.yml (Steffen Mueller)
           The sixth test in 10/open.t is skipped on win32 because you can't just
           move files around that are opened. (Steffen Mueller)
           Due to using sysread and friends, there were newline problems on win32.
           That should be fixed now. (Steffen Mueller)
   1.2     Break the infinite loop that can result when the average length of lines
           causes the attempt to fill the tail buffer to fill with the exact same
           or even smaller number of lines.
   1.3     Fix for a stupid bug in 1.2 (GFILATOV, Slaven_Rezic)
           Added a warning for use of debug in a non-debug version of File::Tail
           Shows a warning when maxbuf is set to a too-small value
           Invoking name_changes callback changes the value of input attribute (sottile@ix.netcom.com)
           When deciding to reopen the file, check if the inode matches (that would mean it has not
            been ranamed)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/perl-File-Tail