summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-08 16:58:32 +0000
committerJim Meyering <jim@meyering.net>2004-06-08 16:58:32 +0000
commite76b4fe2e33c01b8740132a42b4975fbf34a4ab6 (patch)
treee7a6a586c3d791111feae1a32983b3fd12cde254
parent57a06c936605bf64cf519487e7c2c02b889b5e8f (diff)
downloadcoreutils-e76b4fe2e33c01b8740132a42b4975fbf34a4ab6.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 330a6215c..640532320 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-20 Paul Eggert <eggert@cs.ucla.edu>
+
+ * tests/chgrp/basic: Test that chgrp -h does not fail on
+ symlinks, even on hosts where that's not supported.
+ Test that if -R is specified without -H or L, -h is assumed.
+ Test that chown() is not optimized away.
+
2004-05-18 Paul Eggert <eggert@cs.ucla.edu>
Several fixes to chgrp and chown for compatibility with POSIX and BSD: