summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-06 05:13:10 +0000
committerJim Meyering <jim@meyering.net>1996-03-06 05:13:10 +0000
commitc7d28e2bd8c11e42555fe70e39270bb60d3daa8e (patch)
tree6a05993347fbc25b8af7d3f4525ba7d90adfd84f /old
parent898f3e5757bb769dd7ff2a8970e512aecd8480d4 (diff)
downloadcoreutils-c7d28e2bd8c11e42555fe70e39270bb60d3daa8e.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index c605f9be1..c916d9b18 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -1,11 +1,12 @@
User visible changes in release 1.13
+* `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.
* date accepts new option --rfc-822 (-R) and new %z format.
* date: fix bugs in the handling of date -u +'%s %Z'.
* date accepts new option --reference=FILE (-r FILE) analogous to the
like-named touch option.
-* date can now format dates up to 2037
+* date can now format dates up to and including ones in the year 2037
User visible changes in release 1.12
* None.
User visible changes in release 1.11