summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-16 09:36:04 +0000
committerJim Meyering <jim@meyering.net>2005-09-16 09:36:04 +0000
commit7dd6db69afe030eabdbd7dc2888f30b0c22bfbff (patch)
tree8e980e8ed9a4e0606921aff2d3bf209a5a38bc2b
parent27747f4a66fb884d4dbe2a938febf680a01f21aa (diff)
downloadcoreutils-7dd6db69afe030eabdbd7dc2888f30b0c22bfbff.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b35b36af..e1a85dd83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
+2005-09-16 Jim Meyering <jim@meyering.net>
* Version 5.3.1-cvs.
+ * 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.
+
+2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
+
* src/copy.c: Include stat-time.h.
(copy_internal): Use its functions instead of the obsolete
TIMESPEC_NS macro.