summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-10-17 07:55:05 -0600
committerEric Blake <ebb9@byu.net>2009-10-17 14:36:28 -0600
commit9e13b6a0b41532b63778aa67df40710df41174eb (patch)
treeb57f5cfb5452b54d42e3b81d25aa1bde32966bf2 /NEWS
parent527fb951def33fd76302e06f30e7221abd516ab6 (diff)
downloadcoreutils-9e13b6a0b41532b63778aa67df40710df41174eb.tar.xz
touch: add -h to change symlink timestamps, where supported
* src/touch.c (no_dereference): New flag variable. (longopts): Add -h/--no-dereference. (touch): Add symlink handling. (usage): Document new option. (main): Accept new option. * NEWS: Document it. * doc/coreutils.texi (touch invocation): Likewise. Also mention birthtime. * tests/touch/no-dereference: New test. * tests/Makefile.am (TESTS): Run it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f8269fccd..1bf87cb3c 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ GNU coreutils NEWS -*- outline -*-
md5sum --check now also accepts openssl-style checksums.
So do sha1sum, sha224sum, sha384sum and sha512sum.
+ touch now accepts the option --no-dereference (-h), as a means to
+ change symlink timestamps on platforms with enough support.
+
* Noteworthy changes in release 8.0 (2009-10-06) [beta]