changeset 3638:973938552a8b

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Mon, 19 Nov 2001 13:32:29 +0000
parents a8a3aa331a69
children c44347a4fcbf
files lib/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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".