summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-28 07:28:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-28 07:28:56 +0000
commitaa24517b5f810c7d2c913a22c0c9714983af8116 (patch)
tree4960fe49a172e42771883d4e4b0b1962131767ef /lib
parent6eb119a91e80ae2e8e40e36e28353dc2f4340f51 (diff)
downloadcoreutils-aa24517b5f810c7d2c913a22c0c9714983af8116.tar.xz
chmod 0755 DIR and chmod 755 DIR are now equivalent.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 61ac5fb3c..f9a59d8ce 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-28 Paul Eggert <eggert@cs.ucla.edu>
+
+ * modechange.c (mode_compile): Numeric modes now affect setuid and
+ setgid on directories only if they set these bits.
+ * modechange.h: Remove obsolete comment about masks.
+
2006-07-22 Paul Eggert <eggert@cs.ucla.edu>
* close-stream.c, close-stream.h: New files.