From: Paul Eggert Date: Wed, 8 Dec 2004 23:03:02 +0000 (+0000) Subject: * src/join.c (usage): Mention that input files should be sorted. X-Git-Tag: v5.3.0~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f504f3f3680c6578a943e93eddbc408fb505c1f;p=thirdparty%2Fcoreutils.git * src/join.c (usage): Mention that input files should be sorted. --- diff --git a/ChangeLog b/ChangeLog index e7b3523077..8868a38856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 5.3.0. + * src/join.c (usage): Mention that input files should be sorted. + Suggested by Torsten Finke. + * NEWS: Document new UTC+HH:MM date syntax, and put date changes together.