From: Jim Meyering Date: Sat, 18 Feb 2006 07:44:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~714 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=703b835b473469bbdab9104f84a4b3366aa1f111;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 9536a87477..bff95da513 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,21 @@ -2006-02-15 Jim Meyering +2006-02-18 Jim Meyering * Version 6.0-cvs. + * Makefile.maint (sc_two_space_separator_in_usage): Make the regular + expression match more of the target lines, e.g., those that start with + `-S,' (short option followed by a comma) or that include `=[...]'. + Patch by Nicolas François. + Fix the four offenders thus exposed: + * src/join.c (usage): Use two spaces (not one) to separate the + --first-only option string from its description, so help2man formats + the derived man page properly. + * src/pr.c (usage): Likewise. + * src/uniq.c (usage): Likewise. + * src/install.c (usage): Likewise. + +2006-02-15 Jim Meyering + * Makefile.maint (alpha beta major): For `make major', ensure that the version string is of the form N.N[.N]*, where N is one or more digits.