From: Jim Meyering Date: Sun, 11 Apr 1999 02:15:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0f~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294b1395665963953a87cf60140ef51b862a4186;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 48543de38f..28af70f22c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 1999-04-10 Jim Meyering + * Version 4.0f. + `ls --color' would segfault * src/ls.c: Include assert.h. (color_indicator[]): Add an entry for the type, `door.' diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index d6d3c10d6d..c1a4f9d728 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,5 @@ Changes in release 4.1: +[4.0f] * `ls --color' no longer segfaults * dd works once again [4.0e]