diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-25 13:50:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-25 13:50:30 +0000 |
commit | 1828ebcc26e4f148af56411d46642c3fd26008de (patch) | |
tree | 14fa4caf0ca3b1120d731305776a53c739a33b74 /NEWS | |
parent | c30dcb08eb2a8be393461afaf227bfec5d3a4f46 (diff) | |
download | coreutils-1828ebcc26e4f148af56411d46642c3fd26008de.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -9,6 +9,17 @@ GNU coreutils NEWS -*- outline -*- sha384sum: print or check a SHA384 (384-bit) checksum sha512sum: print or check a SHA512 (512-bit) checksum +** Bug fixes + + dircolors no longer segfaults upon an attempt to use the new + STICKY_OTHER_WRITABLE (OWT) attribute + + mkdir -p and install -d no longer exit nonzero when asked to create + a directory like `nonexistent/.' + + tac now works when stdin is a tty, even on non-Linux systems + + * Major changes in release 5.92 (2005-10-22) [stable] ** Bug fixes |