diff options
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8364f9573..7b02bdc23 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 2002-04-25 Jim Meyering <meyering@lucent.com> + * Version 4.1.9. + Remove hash table, active_dir_map, used to detect directory cycles. Instead, detect them lazily with just O(1) memory. Suggestion from Andi Kleen. @@ -19,8 +21,6 @@ * configure.ac (AC_CONFIG_FILES): Remove intl/Makefile. (AM_GNU_GETTEXT): Add external arg. - * Version 4.1.9. - * intl/: Remove directory. * Makefile.am (SUBDIRS): Remove intl. (DISTCLEANFILES): Remove definition. |