summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1a85dd83..4a32e7f6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Version 5.3.1-cvs.
+ * tests/misc/date (subfmt-up1): Put quotes around format string
+ to protect `^' from interpretation by some shells.
+ Add a use of OUT_SUBST to compensate for Solaris strftime's slightly
+ different formatting of %c.
+
* src/dd.c (main): When failing to truncate, mention both the seek
block count and the block size, in case the block size is very large.
Now `make distcheck' should pass, once again.