summaryrefslogtreecommitdiff
path: root/old/fileutils/NEWS
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/NEWS
parent3723d62e4f14f2f45c09900cb4174d5c3d1e0c69 (diff)
downloadcoreutils-94bdbcb5005ffc87bdd6627af302ce9800c75fef.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r--old/fileutils/NEWS3
1 files changed, 3 insertions, 0 deletions
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: