diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-20 13:30:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-20 13:30:55 +0000 |
commit | fae30e1af9aec9486b0a278c1c5e7b8c6abba498 (patch) | |
tree | 0ecd0520e8b5dab42b988dfd79589de1d817d306 /NEWS | |
parent | 2c83d42320d34d90127cb1b4c9e023b695d12160 (diff) | |
download | coreutils-fae30e1af9aec9486b0a278c1c5e7b8c6abba498.tar.xz |
* NEWS: Mention the chmod bug fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ GNU coreutils NEWS -*- outline -*- -* Major changes in release 6.3 (2006-??-??) [stable] +* Major changes in release 6.3-cvs (2006-??-??) [stable] + +** Bug fixes + + chmod would fail unnecessarily in an unusual case: when an initially- + inaccessible argument is rendered accessible by chmod's action on a + preceding command line argument. This bug also affects chgrp, but + it is harder to demonstrate. It does not affect chown. * Major changes in release 6.2 (2006-09-18) [stable candidate] |