diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-16 20:46:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-16 20:46:13 +0000 |
commit | 16262f2ce74624a40e06af4de8d0da1ecaf5566c (patch) | |
tree | 7e1bcb4e30a67c90db85a450256c34a9eb3c0870 | |
parent | 4f8f680c78e871d14f427a3f2a1b71970c6f404f (diff) | |
download | coreutils-16262f2ce74624a40e06af4de8d0da1ecaf5566c.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * Version 5.0.91. + * man/Makefile.am (.x.1): Ensure that generated PROGRAM.1 files + are read-only. + * src/tail.c (tail_lines): Fix a potential (but very hard to exercise) race condition bug. The bug would be triggered when tailing a file with file pointer not at beginning of file, and where the file was |