]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 13 Apr 1996 02:54:59 +0000 (02:54 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Apr 1996 02:54:59 +0000 (02:54 +0000)
old/sh-utils/NEWS

index dee1806fb884b310febdc8c32661146e10cb4162..80747a354177e1366b7321f893f665367d754c87 100644 (file)
@@ -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'.