diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8e73aa5db..9a8e1b333 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 1998-01-04 Jim Meyering + * Version 3.16j. + * src/chgrp.c: Use a single enumerated type, Verbosity, instead of the two booleans, verbose and changes_only. This fixes a bug whereby --change had the same effect as --verbose.