From: Jim Meyering Date: Thu, 23 Nov 2000 15:08:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_33~52 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4e07d471cc982c915394608e98d3189bbc477169;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5398a44690..b06e3ca7e9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,14 +1,14 @@ 2000-11-23 Jim Meyering + * Version 4.0.33. + * src/chmod.c (mode_changed): New function. (change_file_mode): Use it to determine accurately when -c should make chmod announce there's been a change. Based on a patch from Michael Stone. Reported by root@khms.westfalen.de. - * Version 4.0.33. - - * tests/chmod/c-option: New test. + * tests/chmod/c-option: New test for the above fix. * tests/chmod/Makefile.am (TESTS): Add c-option * tests/sticky-check: New file. Factored out of tests/mkdir/parents.