summaryrefslogtreecommitdiff
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
commit75e6fb9815e887585bf3ae3673580541285064f8 (patch)
treea16e22523fe87b28dab3ae71ca1877d79844ac5a
parentad1edcc6da6fb4a122edbd860afa743112deb784 (diff)
downloadgnulib-75e6fb9815e887585bf3ae3673580541285064f8.tar.gz
*** empty log message ***
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 24ed03a9e8..03a7f93b5c 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".