summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 990b38fa5..40a65f61e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,17 @@
* Version 5.3.1.
+ With todays additions, the generated shell script,
+ tests/date/date-tests had becoming far too large (over 350KB),
+ so use the superior-but-perl-requiring framework instead.
+ * tests/date/Test.pm: Move new tests from here...
+ * tests/misc/date: ...to this new file.
+ * tests/misc/Makefile.am (TESTS): Add date.
+
* tests/date/Test.pm (test_vector) [cross-dst]: New test for
just-fixed getdate.y bug.
+ * tests/date/Test.pm (test_vector): Add 364 more tests like the above.
+ Remove unused $sunos4 variable.
2005-08-12 Jim Meyering <jim@meyering.net>