X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=d58b5777b6541eac47063617f0c1b54a15d56067;hb=271ed97494af6cbc0f6f83ed477afa8154e9ec23;hp=c71ac7bbfff1c7bbc858ed7c402654a200450343;hpb=e2c431e9c290c1d431695e5abbd451653e798e1b;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index c71ac7b..d58b577 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,36 @@ +2005-05-12 Sergey Poznyakoff + + * NEWS: Updated + * THANKS: Updated + * bootstrap: Install files from paxutils/doc + * doc/Makefile.am (tar_TEXINFOS): Add genfile.texi + * doc/tar.texi (Genfile): New appendix + * src/compare.c (diff_file): diff_handle was not initialized + * src/create.c (dump_regular_file): Correctly pad archive members + that shrunk during archiving. Repored by Frank Heckenbach. + * src/extract.c (file_newer_p): Return false if file does not + exist + (prepare_to_extract): Correct warning wording. + * tests/truncate.at: New test case + * tests/Makefile.am: Add truncate.at + * tests/testsuite.at: Likewise. + + * doc/.cvsignore: Updated + * lib/.cvsignore: Updated + * tests/.cvsignore: Updated + 2005-05-02 Paul Eggert + * tests/multivol04.at: Tell awk to read from /dev/null. + Adjust to recent gnulib changes. * lib/.cvsignore: Add dup-safer.c, fd-safer.c, unistd-safer.h. * src/common.h (initial_umask): New var. * src/create.c (start_ueader): Use it, and adjust to new modechange API. + (hash_link): unsigned -> size_t parameters and result. + * src/incremen.c (hash_directory): Likewise. + * src/names.c (hash_string_hasher): Likewise. * src/tar.c (parse_opt): Set it, and adjust to new modechange API. 2005-04-19 Sergey Poznyakoff