]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 9 Dec 2000 10:15:26 +0000 (10:15 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Dec 2000 10:15:26 +0000 (10:15 +0000)
old/fileutils/ChangeLog

index 8682dbd13a6a9b24947a2d85f1115629d0fd7930..d11b2580c26a3bcda26f81bc9fa39c9938659cf3 100644 (file)
@@ -1,12 +1,18 @@
+2000-12-09  Jim Meyering  <meyering@lucent.com>
+
+       * 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  <schwab@suse.de>
 
+       * 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  <meyering@lucent.com>
 
-       * 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.