summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-12-04 10:06:11 +0100
committerJim Meyering <jim@meyering.net>2006-12-04 10:06:11 +0100
commit8406e92795b8cfce52651ec663aece6b451740aa (patch)
tree56d95a8ae1905e9d2c798e71228f91a8abdb2adb /ChangeLog
parent1ea616697a37c235a4b135a543969efe1f7e2834 (diff)
downloadcoreutils-8406e92795b8cfce52651ec663aece6b451740aa.tar.xz
install.c: Preserve time stamps before changing owner or file mode bits,
for consistency with other coreutils programs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fa9809cb..551668c0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/install.c (install_file_in_file): Preserve time stamps
+ before changing owner or file mode bits, for consistency with
+ other coreutils programs.
+
2006-12-03 Jim Meyering <jim@meyering.net>
* tests/misc/date-sec: Output a fixed string.