diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-22 22:44:51 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-23 08:27:16 +0100 |
commit | 0e9b06482efea407a7a90630c9e62d9bec5e94f4 (patch) | |
tree | 9522a2b66fdfdfc72d9811fd410cc3449773a951 /ChangeLog | |
parent | 849c3830dc9b89a698a279a75c2bfa1e4f985fe4 (diff) | |
download | coreutils-0e9b06482efea407a7a90630c9e62d9bec5e94f4.tar.xz |
Add tests to show new class of strings accepted by date -d.
* tests/misc/date (rel-1day, rel-plus1): New tests for the recent
change in gnulib's getdate.y.
* NEWS: Mention the fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-11-23 Jim Meyering <meyering@redhat.com> + + Add tests to show new class of strings accepted by date -d. + * tests/misc/date (rel-1day, rel-plus1): New tests for the recent + change in gnulib's getdate.y. + * NEWS: Mention the fix. + 2007-11-22 Jim Meyering <meyering@redhat.com> Quiet warnings about unused parameters. |