From: Jim Meyering Date: Wed, 9 Jun 2004 14:47:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1354 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24c8603356362fbd912e9ebce4027c7d6316f557;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 421793aef9..b1e56a98e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 5.3.0. + * src/touch.c (usage): Improve wording in description of the + --time=WORD option. Reported by Dan Jacobson. + * src/chown-core.c (change_file_owner): Change names of parameters old_uid and old_gid to required_uid and required_gid respectively.