From: Jim Meyering Date: Sat, 6 Oct 2001 17:25:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_1~159 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=adac7cd0e314846d4fab311468ed89052dadcf77;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 10d2517334..5758fe5bf3 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 2001-10-06 Jim Meyering + * 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