]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: summarize gnulib changes
authorEric Blake <ebb9@byu.net>
Tue, 22 Sep 2009 21:07:50 +0000 (15:07 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 23 Sep 2009 12:45:07 +0000 (06:45 -0600)
* NEWS: Provide a blurb about recent gnulib improvements.  Fix typo
in readlink blurb.

NEWS

diff --git a/NEWS b/NEWS
index 35c4966223f56e4ee92e1360602f291ad201fb10..1571c9c0d34f87e54f9ecff97bffd3023952ce40 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,15 +16,22 @@ GNU coreutils NEWS                                    -*- outline -*-
   when the color of a more specific type is disabled.
   [bug introduced in coreutils-5.90]
 
-** Changes in behavior
+** Portability
 
-  canonicalize -f now ignores a trailing slash when deciding if the
-  last component (possibly via a dangling symlink) can be created,
-  since mkdir will succeed in that case.
+  On Solaris 9, many commands would mistakenly treat file/ the same as
+  file.  Now, even on such a system, path resolution obeys the POSIX
+  rules that a trailing slash ensures that the preceeding name is a
+  directory or a symlink to a directory.
+
+** Changes in behavior
 
   id no longer prints SELinux " context=..." when the POSIXLY_CORRECT
   environment variable is set.
 
+  readlink -f now ignores a trailing slash when deciding if the
+  last component (possibly via a dangling symlink) can be created,
+  since mkdir will succeed in that case.
+
 ** Improvements
 
   rm: rewrite to use gnulib's fts