summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-05-15 07:14:55 +0200
committerJim Meyering <jim@meyering.net>2007-05-15 07:14:55 +0200
commitf4a5097ea3d35798fbe220c5d2835295f3bc2cd1 (patch)
tree4e79bbbc462dd142959b2a1068232d6f8ee9ecbd /ChangeLog
parent893ac688cc1fb91e15e0c0d2bbf7066366254337 (diff)
downloadcoreutils-f4a5097ea3d35798fbe220c5d2835295f3bc2cd1.tar.xz
* man/chmod.x: Document chmod's behavior with setuid and setgid bits.
Remove misleading implication about leading zero. Problem reported by Jan Engelhardt in <http://lists.gnu.org/archive/html/bug-coreutils/2007-05/msg00134.html>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08b4a9262..59040acf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-14 Paul Eggert <eggert@cs.ucla.edu>
+
+ * man/chmod.x: Document chmod's behavior with setuid and setgid bits.
+ Remove misleading implication about leading zero. Problem
+ reported by Jan Engelhardt in
+ <http://lists.gnu.org/archive/html/bug-coreutils/2007-05/msg00134.html>.
+
2007-05-13 Jim Meyering <jim@meyering.net>
Remove the generated tests/*/Makefile.am files from version control.