diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-16 10:24:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-16 10:24:41 +0000 |
commit | dba603f83ae3615ec378bdc06c794241d0a3a948 (patch) | |
tree | 5fbb33b066b350ce3a4a5e08b7a10d2bdd44c9fd | |
parent | 2c12c963b142e57299378eac3257cdbb54a74fdb (diff) | |
download | coreutils-dba603f83ae3615ec378bdc06c794241d0a3a948.tar.xz |
Mention the `mkdir -p' bug fix.
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ GNU coreutils NEWS -*- outline -*- -* Major changes in release 5.91-cvs (2005-??-??) [stable] +* Major changes in release 5.91-cvs (2005-10-16) [stable candidate] + +** Bug fixes + + "mkdir -p /a/b/c" no longer fails merely because a leading prefix + directory (e.g., /a or /a/b) exists on a read-only file system. ** Removed options |