summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-20 19:00:46 +0000
committerJim Meyering <jim@meyering.net>2006-05-20 19:00:46 +0000
commit6776bb7d3077182e4a227a315d17257edf2d12f5 (patch)
tree3d1144895d0f2703dfe125dbe332db6901c46349 /ChangeLog
parentae5d9079f99a2957141513ff577c9227f75b9749 (diff)
downloadcoreutils-6776bb7d3077182e4a227a315d17257edf2d12f5.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6690ecee..c818a0008 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* Version 6.0-cvs.
+ * src/chmod.c (main): Use FTS_PHYSICAL here, too.
+
* src/du.c (main): Rename local, s/symlink_deref_bit/symlink_deref_bits/
and arrange for -D to set fts' FTS_PHYSICAL bit as well as
FTS_COMFOLLOW. Spotted by Justin Pryzby.