]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 25 Oct 2005 13:50:30 +0000 (13:50 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 25 Oct 2005 13:50:30 +0000 (13:50 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 98a8382ed26a69ad41c84d78ffcd0d3db5889a16..291856170bcb3b17fb217569670e0d1b0eff0c84 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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