X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=560e521bb3f08b51427b5755de4488a18a6f0a8b;hb=9a41b3b3db0017e36719c6776ae3b2b490872be9;hp=26079a70dcd6752d4bbec82be87424626d743d40;hpb=6fe55234c95c061eda7d1e13591b4f5d8f057083;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 26079a7..560e521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,25 @@ +2007-01-19 Sergey Poznyakoff + + * gnulib.modules: Require strerror + * doc/gendocs_template: Fix typos + * scripts/xsparse.c (expand_sparse): use ftruncate to handle the + trailing hole + * src/sparse.c (sparse_skip_file,pax_dump_header_1) + (pax_decode_header): Keep track of the number of bytes + written. + * configure.ac: Version 1.16.2 + * NEWS: Update + 2007-01-04 Sergey Poznyakoff + * src/compare.c (diff_dumpdir): Compare directory contents using + dumpdir_cmp. Do not free dumpdir_buffer, it will leave the + incremental directory table in the inconsistent state and trigger + full dump. + (read_and_process): Process dumpdirs no matter what the archive + format. + * src/incremen.c (list_dumpdir): Minor fixes. + * src/compare.c (read_and_process): Fix type of "size" 2006-12-13 Sergey Poznyakoff