summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-25 09:29:46 +0000
committerJim Meyering <jim@meyering.net>1998-01-25 09:29:46 +0000
commitaaf66a24131f30e5e45a1bd9e9b6dc68491330a9 (patch)
treef72c46aee0f587da56c875754b22c8247c7d23d6 /old/fileutils
parent0eba2a8dd7c62083374ca50d49f334582c627b18 (diff)
downloadcoreutils-aaf66a24131f30e5e45a1bd9e9b6dc68491330a9.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index d868c927f..57e77feb6 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,11 +1,18 @@
+1998-01-25 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * Version 3.16l.
+
+ * src/cp.c (re_protect): Don't fail for non-root when chown fails
+ due not only to lack of permission (EPERM), but also to lack of
+ support (EINVAL). Reported by Bengt Martensson.
+ * src/copy.c (DO_CHOWN): Likewise.
+
1998-01-24 Jim Meyering <meyering@na-net.ornl.gov>
* tests/ls/time-1 (test_failure): Rename does not update ctime;
link does -- so use ln, not mv.
Note that the SunOS4.1.4 failure of the ctime test is expected.
- * Version 3.16l.
-
* src/system.h (TYPE_MINIMUM): Add extra outer cast to work around
bug in Cray C 5.0.3.0 when T == time_t.