summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-27 09:00:47 +0000
committerJim Meyering <jim@meyering.net>2003-08-27 09:00:47 +0000
commit2bfb4145e429145071e7328f965a1104600b9f4d (patch)
tree0095a1fc3deedec6a5fe50ed097c50935b4746f5 /ChangeLog
parentbd26acdde74606b0e4b4dde03828e374475294c6 (diff)
downloadcoreutils-2bfb4145e429145071e7328f965a1104600b9f4d.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ffa67ee44..a3afb49d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,12 @@
* Version 5.0.91.
+ * tests/misc/Makefile.am (TESTS): Add stat-fmt.
+
* src/stat.c (print_it): Avoid buffer overrun that would
occur when the user-specified format string ends with `%'.
Patch by Tommi Kyntola.
+ * tests/misc/stat-fmt: New file. Test for above-fixed bug.
2003-08-26 Jim Meyering <jim@meyering.net>