]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 11 Feb 2002 23:26:20 +0000 (23:26 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 11 Feb 2002 23:26:20 +0000 (23:26 +0000)
old/sh-utils/NEWS

index 7ae20e2b3caf80a3c03b3f6c8ce99bcd065bb9ab..a4a311b328031795fb84d415fa4c6daffb318963 100644 (file)
@@ -1,5 +1,9 @@
 Changes in release 2.1
  [2.0.12]
+* The following changes apply on systems conforming to POSIX 1003.1-2001,
+  and are required by the new POSIX standard:
+   - `date -I' is no longer supported.  Instead, use `date --iso-8601'.
+   - `nice -NUM' is no longer supported.  Instead, use `nice -n NUM'.
 * New 'uname' options -i or --hardware-platform, and -o or --operating-system.
    'uname -a' now outputs -i and -o information at the end.
    New uname option --kernel-version is an alias for -v.