1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-01-04 23:27:12 +00:00
parent 5705eaaee2
commit f664e44a2f
+2
View File
@@ -1,5 +1,7 @@
1998-01-04 Jim Meyering <meyering@na-net.ornl.gov>
* 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.