summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-10 20:32:32 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-10 20:32:32 +0000
commitac4b4fe41809afa1841aeb7fb95767c5cc7cfd09 (patch)
tree3d46125baaa922509bbab0ab127ea1bad0fe6ffb /ChangeLog
parent811c61b049b020dbd0e21348d319215ff1d8d1af (diff)
downloadcoreutils-ac4b4fe41809afa1841aeb7fb95767c5cc7cfd09.tar.xz
Fix install.c int->bool conversion bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99b3567ea..b9da37758 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-10 Dmitry V. Levin <ldv@altlinux.org>
+
+ * src/install.c (change_timestamps): Fix int->bool conversion
+ bugs introduced on 2004-07-29.
+
2004-08-09 Paul Eggert <eggert@cs.ucla.edu>
* src/shred.c (wipename): Work even if the directory is writeable