summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-16 23:31:51 +0000
committerJim Meyering <jim@meyering.net>2002-01-16 23:31:51 +0000
commit3e9354e7f7e4b6a1b96da2f6c27794c07a44ae51 (patch)
treef151795c2e2e5255a683b4c1d448c5530fb5de48
parent42e25937cfa43d19d64b2d26948f9971a2c06e36 (diff)
downloadcoreutils-3e9354e7f7e4b6a1b96da2f6c27794c07a44ae51.tar.xz
Add support for POSIX 1003.1-2001, which requires removal for
support of the obsolete `touch [-acm] MMDDhhmm[YY] FILE...' syntax. Document this.
-rw-r--r--old/fileutils/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 939aa3059..e53297dc3 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,6 @@
[4.1.6]
+* The obsolete usage `touch [-acm] MMDDhhmm[YY] FILE...' is no longer
+ supported on systems conforming to POSIX 1003.1-2001. Use touch -t instead.
* cp and inter-partition mv no longer give a misleading diagnostic in some
unusual cases
[4.1.5]