diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-08 04:57:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-08 04:57:19 +0000 |
commit | cbfdc4fd51d88c3b29da125349b6638c68e7aa2d (patch) | |
tree | 749ad4d9aa30e7d2dd54f8f3327371ce9ab9b360 | |
parent | 24c03037940dbfc1494936e0060696a4e51b0172 (diff) | |
download | coreutils-cbfdc4fd51d88c3b29da125349b6638c68e7aa2d.tar.xz |
.
-rw-r--r-- | old/sh-utils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 532b4caa2..dee1806fb 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,4 +1,6 @@ User visible changes in release 1.13 +* date accepts new %V format +* 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. |