summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-14 14:43:59 +0000
committerJim Meyering <jim@meyering.net>2003-10-14 14:43:59 +0000
commite5bc5afc7b0e489eca9aa8b8788d7ad918f8c8b5 (patch)
tree3160c102fb2641ad13b5cae20f36b339c00eb5ed
parent91e5e022c67ef49766cb052a403f2b1c08172eaf (diff)
downloadcoreutils-e5bc5afc7b0e489eca9aa8b8788d7ad918f8c8b5.tar.xz
.
-rw-r--r--ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b640402ef..bb2aa86a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-14 Jim Meyering <jim@meyering.net>
+
+ * tests/chgrp/posix-H: New tests for the above.
+ * tests/chgrp/Makefile.am (TESTS): Add posix-H.
+
2003-10-13 Paul Eggert <eggert@twinsun.com>
Fix to avoid a denial-of-service attack if the display width is
@@ -14,10 +19,6 @@
to represent the current set of files. Allocate all the new
size_t cells in one call to xnmalloc, rather than a row at a time.
-2003-10-14 Jim Meyering <jim@meyering.net>
-
- * tests/chgrp/posix-H: New tests for the above.
-
2003-10-13 Jim Meyering <jim@meyering.net>
* src/ls.c (init_column_info): Add another FIXME comment.