summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/textutils/ChangeLog1
-rw-r--r--old/textutils/NEWS1
2 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 8df097847..7d5f5465e 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -30,6 +30,7 @@
2002-05-14 Jim Meyering <meyering@lucent.com>
+ `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 95666e52f..70e004928 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]