summaryrefslogtreecommitdiff
path: root/old/sh-utils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-11 23:26:20 +0000
committerJim Meyering <jim@meyering.net>2002-02-11 23:26:20 +0000
commitbc4fb9c6f08ea677c3cf30f4f583c7e87e6f8939 (patch)
treea3d39fd4b1d8f59f35fb7aa232a93bd563bfdfc0 /old/sh-utils/NEWS
parenta4376b2603553cad80c26278343fe0ba66c765b0 (diff)
downloadcoreutils-bc4fb9c6f08ea677c3cf30f4f583c7e87e6f8939.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils/NEWS')
-rw-r--r--old/sh-utils/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 7ae20e2b3..a4a311b32 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -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.