From: Jim Meyering Date: Sat, 20 Jul 2002 08:32:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_22~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6249feeba8134862b8199c164eb3e7f6e247ee3c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 8df097847b..7d5f5465ea 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -30,6 +30,7 @@ 2002-05-14 Jim Meyering + `od -t f8' didn't work. This bug was introduced with my change of 2000-10-22 (textutils-2.0.8). * src/od.c (ulonglong_t): Move declaration to precede new use. [enum size_spec] (N_SIZE_SPECS): New member. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 95666e52fb..70e0049284 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,6 @@ Changes in release 2.1 [2.0.22] +* `od -t f8' works once again [bug introduced in textutils-2.0.8] * various portability fixes, and general clean-up * various minor, corner-case bug fixes [2.0.21]