]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 10:09:13 +0000 (10:09 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 10:09:13 +0000 (10:09 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index 07eed67f558bccd8e18c3df3c555ffa948712661..53c143406450b0ee36e4ee70bf6631e544d409ad 100644 (file)
@@ -1,7 +1,9 @@
-2001-11-17  Jim Meyering  <meyering@lucent.com>
+2001-11-22  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.1.2.
 
+2001-11-17  Jim Meyering  <meyering@lucent.com>
+
        * tests/chmod/equals: New test for the just-fixed bug in
        lib/modechange.c.
        * tests/chmod/Makefile.am (TESTS): Add equals.
index ccc83fbe9eb011e346f1addc2f2616f3c4d367cd..66bdba19a2bbce092f01b22bb5d4d51f924806e6 100644 (file)
@@ -1,4 +1,7 @@
 [4.1.2]
+* chmod would set the wrong bit when given symbolic mode strings like
+    these: g=o, o=g, o=u.  E.g., `chmod a=,o=w,ug=o f' would give a mode
+    of --w-r---w- rather than --w--w--w-.
 [4.1.1]
 * mv (likewise for cp), now fails rather than silently clobbering one of
     the source files in the following example: