-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.
[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: