summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-18 07:44:22 +0000
committerJim Meyering <jim@meyering.net>2006-02-18 07:44:22 +0000
commit703b835b473469bbdab9104f84a4b3366aa1f111 (patch)
treedd6caf6b377e62487102a282e3d7717bc303f707 /ChangeLog
parentd6342e935251a161fb5a31941d3ab4c5049274e6 (diff)
downloadcoreutils-703b835b473469bbdab9104f84a4b3366aa1f111.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9536a8747..bff95da51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
-2006-02-15 Jim Meyering <jim@meyering.net>
+2006-02-18 Jim Meyering <jim@meyering.net>
* 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 <jim@meyering.net>
+
* 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.