summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-16 17:54:56 +0000
committerJim Meyering <jim@meyering.net>2005-09-16 17:54:56 +0000
commit525faa8a7535ba86cab33405f97b6b2acbb13d67 (patch)
treeeb99363b4520bf62e0bb03096764d125eaee616d /ChangeLog
parentd43700c16990abd18a9af235d02d43df4c8adffc (diff)
downloadcoreutils-525faa8a7535ba86cab33405f97b6b2acbb13d67.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-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.