From: Jim Meyering Date: Fri, 2 Aug 2002 14:49:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0_14~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a15d841b8f13767ffbf83398730b33195b02382;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index af375a9deb..bb18a3ce00 100644 --- a/NEWS +++ b/NEWS @@ -1 +1,4 @@ [0.1.0] +* uniq now obeys the LC_COLLATE locale, as per POSIX 1003.1-2001 TC1. + + Baseline: textutils-2.1 diff --git a/doc/ChangeLog b/doc/ChangeLog index 1985573812..7d14d419df 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-02 Paul Eggert + + * coreutils.texi (uniq invocation): uniq now obeys LC_COLLATE. + 2002-07-29 Paul Eggert * coreutils.texi (nohup invocation): Change behavior to conform to