diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-16 23:31:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-16 23:31:51 +0000 |
commit | 3e9354e7f7e4b6a1b96da2f6c27794c07a44ae51 (patch) | |
tree | f151795c2e2e5255a683b4c1d448c5530fb5de48 /old/fileutils/NEWS | |
parent | 42e25937cfa43d19d64b2d26948f9971a2c06e36 (diff) | |
download | coreutils-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.
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r-- | old/fileutils/NEWS | 2 |
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] |