*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 19 Nov 2001 13:32:29 +0000 (13:32 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 19 Nov 2001 13:32:29 +0000 (13:32 +0000)
lib/ChangeLog

index 24ed03a..03a7f93 100644 (file)
 
 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".