From: Jim Meyering Date: Sat, 6 Jul 2002 15:35:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_10~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a6436bf38c501738a12fa1e42394eae7beb45eb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 3dd7864749..a82107cb6b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-07-06 Jim Meyering + + * coreutils.texi (stat invocation): Remove description of --secure. + 2002-07-03 Jim Meyering * coreutils.texi (stat invocation): Rename --link/-l diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ec88d776de..17a13eb246 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,11 @@ -2002-07-04 Jim Meyering +2002-07-06 Jim Meyering * Version 4.1.10. + * src/stat.c: Remove everything associated with --secure option. + +2002-07-04 Jim Meyering + * src/remove.c (prompt): Fix test for write-protectedness to also check errno == EACCES. Otherwise, `rm dangling-symlink' would mistakenly prompt. Reported by Mike Castle.