]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Mention `readlink -f' bug fix in 5.3.0 news.
authorJim Meyering <jim@meyering.net>
Fri, 11 Nov 2005 17:15:06 +0000 (17:15 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Nov 2005 17:15:06 +0000 (17:15 +0000)
Mention new readlink options in `New features' section.

NEWS

diff --git a/NEWS b/NEWS
index ffeda52d2cc2a0c253e826bab849f33ac13f67c0..abfaf6b98cc7fc0236e2ed1f6db81e6bf3c8a53f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -437,6 +437,8 @@ GNU coreutils NEWS                                    -*- outline -*-
   mv (when moving between partitions) no longer fails when
   operating on too many command-line-specified nonempty directories.
 
+  "readlink -f" is more compatible with prior implementations
+
   rm (without -f) no longer hangs when attempting to remove a symlink
   to a file on an off-line NFS-mounted partition.
 
@@ -620,6 +622,9 @@ GNU coreutils NEWS                                    -*- outline -*-
     rather than two-byte int.  This makes a difference only on hosts like
     Cray systems where the C short int type requires more than two bytes.
 
+  readlink accepts new options: --canonicalize-existing (-e)
+  and --canonicalize-missing (-m).
+
   The stat option --filesystem has been renamed to --file-system, for
   consistency with POSIX "file system" and with cp and du --one-file-system.