From: Jim Meyering Date: Sat, 9 Dec 2000 10:15:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_10~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d977c39781a6d07bf9f42dd61e16bc8f750e353;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8682dbd13a..d11b2580c2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,12 +1,18 @@ +2000-12-09 Jim Meyering + + * src/chown.c (change_file_owner): Restore special file permission + bits, since calling chown resets them on some systems. + Reported by Matt Perry. + 2000-12-08 Andreas Schwab + * Version 4.0.34. + * tests/mv/mv-special-1: Don't make the success of the test depend on the order in which directory entries are processed. 2000-12-03 Jim Meyering - * Version 4.0.34. - * src/ls.c (gobble_file) [USE_ACL]: Set have_acl member unconditionally to avoid uninitialized memory reference via FILE_HAS_ACL.