X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=560e521bb3f08b51427b5755de4488a18a6f0a8b;hb=173d3229e3d4c7973cd8dba9c0113e023e7e13c6;hp=531eaac84661d01b5cc5b32bfa2b2f211e34ed79;hpb=8e3f3adf9888cca4acedfe005d277867c999fcb3;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 531eaac..560e521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +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 + + * tests/T-null.at: Skip the test if genfile is not able to create + the filename with an embedded newline. + 2006-12-12 Paul Eggert Port to Forte Developer 7 C 5.4 and C99.