1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 10:15:48 +02:00
This commit is contained in:
Jim Meyering
1994-11-04 14:15:12 +00:00
parent 8de255ea61
commit cda4ac2e91

View File

@@ -1,4 +1,8 @@
User-visible changes in release 3.10:
* mkdir -p now ignores arguments that are existing directories. Before,
(contrary to POSIX spec) it would attempt to change ownership and/or
protections of existing directories. And it would fail when such a
directory was owned by another user.
* Fix bug in cp that made the commands `mkdir dir; touch foo; cp -P foo dir'
incorrectly change the permissions on directory, dir.
* df accepts a new option, --sync, that may ensure it reports more up to