diff options
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 10d251733..5758fe5bf 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 2001-10-06 Jim Meyering <meyering@lucent.com> + * Version 4.1.1. + + * src/cp-hash.c: Rewrite to use the functions in lib/hash.c. + * src/cp-hash.h: Update prototype for hash_init. * src/mv.c (do_move): Reflect that hash_init now takes no arguments. * src/install.c (main): Likewise. * src/cp.c (main): Likewise. @@ -9,8 +13,6 @@ has 1 < st_nlink, or if it's a directory. Now that EARLIER_FILE is set conditionally, initialize it to NULL. - * Version 4.1.1. - * tests/mv/childproof: Redirect stderr on one test. 2001-10-05 Jim Meyering <meyering@lucent.com> |