X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=560e521bb3f08b51427b5755de4488a18a6f0a8b;hb=173d3229e3d4c7973cd8dba9c0113e023e7e13c6;hp=ebc3879c82b7f20fc0f86961b0f57cd8397981df;hpb=8ec119a27fbc6ccd84e264de35f9e791a07555ea;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index ebc3879..560e521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,61 @@ +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. + * src/common.h (add_exclude_tag): Add decl; C99 requires this + and Forte warns about it. + * src/incremen.c: Include for mkdtemp prototype, + for same reason. + * src/misc.c (get_max_open_files): Rewrite to avoid code that + Forte C complains about as being unreachable. + * src/xheader.c (mtime_code): Rewrite to avoid Forte error + reported by Trond Hasle Amundsen. + + * src/incremen.c (compare_dirnames): Rewrite to avoid casts. + * src/utf8.c (string_ascii_p): Likewise. + * src/xheader.c (mtime_coder, volume_size_coder, volume_offset_coder): + Likewise. + +2006-12-08 Sergey Poznyakoff + + * bootstrap: Add paxutils files to dot_ignore. + + * configure.ac: Raise version number to 1.16.1 + * bootstrap (slurp): Create .(cvs|git)ignore if not present + * po/.cvsignore, m4/.cvsignore: Remove automatically generated + files. + 2006-12-07 Sergey Poznyakoff + * NEWS: Update * Makefile.am (distclean-local): Fixed * doc/tar.texi: Update documentation of --exclude-tag * src/create.c (dump_dir0): Move checks for exclude tags to @@ -9,7 +65,7 @@ Patch proposed by Jan-Benedict Glaw * tests/truncate.at: Use genfile instead of dd, because on some systems /dev/zero is not available. - + 2006-12-04 Paul Eggert * NEWS: Fix some race conditions with tar -x --same-owner.