diff options
author | Eric Blake <ebb9@byu.net> | 2009-09-22 15:03:02 -0600 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-23 08:45:08 +0200 |
commit | 8a1edc971f6439c51027873a345378ec52954c9d (patch) | |
tree | 3b9d5c266b9a89e9edb0aed103119cb25fa8d3d8 /NEWS | |
parent | 70253e9179d25ab666807d29c32b91cbf0797d72 (diff) | |
download | coreutils-8a1edc971f6439c51027873a345378ec52954c9d.tar.xz |
readlink: pick up gnulib changes to readlink -f
* bootstrap.conf (obsolete_gnulib_modules): Move rename...
(gnulib_modules): ...here. Add symlink.
* NEWS: Document the change in readlink.
* doc/coreutils.texi (readlink invocation): Likewise.
* tests/readlink/can-f: Update test to new semantics, and add test
of loop.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ GNU coreutils NEWS -*- outline -*- ** Changes in behavior + 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. + id no longer prints SELinux " context=..." when the POSIXLY_CORRECT environment variable is set. |