summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-22 10:09:13 +0000
committerJim Meyering <jim@meyering.net>2001-11-22 10:09:13 +0000
commit94bdbcb5005ffc87bdd6627af302ce9800c75fef (patch)
treefb84c24af75441513b3494ccb19057d003b22879 /old/fileutils
parent3723d62e4f14f2f45c09900cb4174d5c3d1e0c69 (diff)
downloadcoreutils-94bdbcb5005ffc87bdd6627af302ce9800c75fef.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog4
-rw-r--r--old/fileutils/NEWS3
2 files changed, 6 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 07eed67f5..53c143406 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index ccc83fbe9..66bdba19a 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -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: