From: Jim Meyering Date: Sun, 30 Jan 2000 11:57:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0p~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f8032ddc989b9bd118cb84e55f8a2af4ec3001e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 3982773d41..057334d1ea 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,6 +1,8 @@ Changes in release 2.1 [2.0e] * still more portability fixes +* unified lib/: now that directory and most of the configuration framework + is common between fileutils, textutils, and sh-utils [2.0d] * fix portability problem with sleep vs lib/strtod.c's requirement for -lm [2.0c] diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 3a7bd23f0e..912de729e5 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -3,6 +3,8 @@ Changes in release 2.1 * tsort now works more like the traditional UNIX tsort. Before it would exit when it found a loop. Now it continues and outputs all items. * unexpand no longer infloops on certain sequences of white space +* unified lib/: now that directory and most of the configuration framework + is common between fileutils, textutils, and sh-utils [2.0c] * include lib/nanosleep.h. [2.0b]