From: Jim Meyering Date: Sun, 4 Jan 1998 23:27:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16j~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f664e44a2ffb1cd31a968a45790cde125b07b841;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8e73aa5db4..9a8e1b3337 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.