summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-13 02:54:59 +0000
committerJim Meyering <jim@meyering.net>1996-04-13 02:54:59 +0000
commitcc6711057e78a505e027b5c010027dab38424833 (patch)
treea7da54f285376f2f7fcc242ce480c01aac0081f2 /old
parentc60619245a1f832d46c0aab39b9d4db926443409 (diff)
downloadcoreutils-cc6711057e78a505e027b5c010027dab38424833.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index dee1806fb..80747a354 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -3,11 +3,10 @@ User visible changes in release 1.13
* date's %U and %W formats work properly
* nice option handling works with 2-digit old-style-option adjustments.
Now, `nice -18 -- nice' now prints `18'. Before it printed `8'.
-* New program: chroot.
* internationalized diagnostic messages (so far, only french translations)
* `date -d "01/01/1998 3 years" +%Y' now works properly. It prints 2001.
* expr's match operator has been corrected to use basic regular expressions
-* New programs: factor, seq.
+* New programs: chroot, factor, seq.
* date accepts new option: --rfc-822 (-R)
* date accepts new format: %z
* date: fix bugs in the handling of date -u +'%s %Z'.