summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-19 13:32:29 +0000
committerJim Meyering <jim@meyering.net>2001-11-19 13:32:29 +0000
commit63821aae499a5bf71ea85be1679377733442d17a (patch)
treee7fd50184cc46625b96dc9d2ffb0a3025d6a8e9d /lib/ChangeLog
parent500578e250a903f5bbf8c740caae652adac372ba (diff)
downloadcoreutils-63821aae499a5bf71ea85be1679377733442d17a.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 24ed03a9e..03a7f93b5 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -16,6 +16,10 @@
2001-11-17 Jim Meyering <meyering@lucent.com>
+ * modechange.c (mode_adjust): Fix error introduced on 1999-04-26
+ that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
+ rather than group writable. Patch by Juan F. Codagnone.
+
* readtokens.c: Remove explicit declarations of xmalloc and xrealloc,
Instead, include "xalloc.h".