X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=edf2299a38b5aa6ca71b2eb9eae5cb74bab3f946;hb=3cb52ac16a29639527d9990d72e480e38caf00fa;hp=ae3130f812f4cb398de4df21e45ded8606c208d0;hpb=0ec47c16a94c747e2b5488b35a9badc001607366;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index ae3130f..edf2299 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,208 @@ +2004-09-12 Sergey Poznyakoff + + * TODO: Updated + * lib/Makefile.tmpl: Added 'rtapelib.o: localedir.h' dependency + * src/common.h: Comment WANT_DIRECTORY_REMOVE_OPTION. + * src/extract.c: Normalized use of remove_any_file(). + * src/misc.c: Likewise. + * src/tar.c (parse_opt): Emit warning if -l option is used. + (show_default_settings): REMOTE_SHELL may be undefined + +2004-09-07 Sergey Poznyakoff + + Test suite rewritten in autotest. + + * configure.ac: Updated for autotest + * src/tar.c (argp_program_version): Modified. + * tests/Makefile.am: Rewritten for autotest. + + * tests/.cvsignore: Updated + * tests/append.at: New file + * tests/atlocal.in: New file + * tests/delete01.at: New file + * tests/delete02.at: New file + * tests/delete03.at: New file + * tests/delete04.at: New file + * tests/extrac01.at: New file + * tests/extrac02.at: New file + * tests/extrac03.at: New file + * tests/extrac04.at: New file + * tests/extrac05.at: New file + * tests/gzip.at: New file + * tests/ignfail.at: New file + * tests/incremental.at: New file + * tests/link01.at: New file + * tests/listed01.at: New file + * tests/listed02.at: New file + * tests/longv7.at: New file + * tests/multiv01.at: New file + * tests/multiv02.at: New file + * tests/multiv03.at: New file + * tests/old.at: New file + * tests/options.at: New file + * tests/recurse.at: New file + * tests/same-order01.at: New file + * tests/same-order02.at: New file + * tests/sparse01.at: New file + * tests/testsuite.at: New file + * tests/version.at: New file + * tests/volume.at: New file + * tests/star/gtarfail.at: New file + * tests/star/gtarfail2.at: New file + * tests/star/multi-fail.at: New file + * tests/star/pax-big-10g.at: New file + * tests/star/ustar-big-2g.at: New file + * tests/star/ustar-big-8g.at: New file + + * tests/preset.in: Removed + * tests/before: Removed + * tests/after: Removed + * tests/version.sh: Removed. + * tests/append.sh: Removed. + * tests/delete01.sh: Removed. + * tests/delete02.sh: Removed. + * tests/delete03.sh: Removed. + * tests/delete04.sh: Removed. + * tests/extrac01.sh: Removed. + * tests/extrac02.sh: Removed. + * tests/extrac03.sh: Removed. + * tests/extrac04.sh: Removed. + * tests/extrac05.sh: Removed. + * tests/gzip.sh: Removed. + * tests/incremen.sh: Removed. + * tests/ignfail.sh: Removed. + * tests/link01.sh: Removed. + * tests/listed01.sh: Removed. + * tests/listed02.sh: Removed. + * tests/longv7.sh: Removed. + * tests/multiv01.sh: Removed. + * tests/multiv02.sh: Removed. + * tests/multiv03.sh: Removed. + * tests/old.sh: Removed. + * tests/options.sh: Removed. + * tests/same-order01.sh: Removed. + * tests/same-order02.sh: Removed. + * tests/volume.sh: Removed. + * tests/recurse.sh: Removed. + * tests/sparse01.sh: Removed. + * tests/star/gtarfail.sh: Removed. + * tests/star/gtarfail2.sh: Removed. + * tests/star/multi-fail.sh: Removed. + * tests/star/ustar-big-2g.sh: Removed. + * tests/star/ustar-big-8g.sh: Removed. + * tests/star/pax-big-10g.sh: Removed. + +2004-09-07 Sergey Poznyakoff + + * bootstrap: Install genfile.c from paxutils + * tests/genfile.c: Removed. Integrated into + paxutils. + * tests/mksparse.c: Removed. Integrated into + (paxutils) genfile.c + * tests/Makefile.am: Removed mksparse + * tests/sparse01.sh: Use genfile instead of mksparse + +2004-09-06 Sergey Poznyakoff + + Started merging with cpio into paxutils. Sources before + this point are tagged alpha-1_14_90 + + * Makefile.am: Updated for use with paxutils + * README-alpha: Likewise + * bootstrap: Likewise + * configure.ac: Likewise + * lib/Makefile.tmpl: Likewise + * po/POTFILES.in: Likewise + * src/Makefile.am: Likewise + * src/buffer.c: Likewise + * src/common.h: Likewise + * src/compare.c: Likewise + * src/create.c: Likewise + * src/delete.c: Likewise + * src/extract.c: Likewise + * src/incremen.c: Likewise + * src/list.c: Likewise + * src/mangle.c: Likewise + * src/misc.c: Likewise + * src/names.c: Likewise + * src/sparse.c: Likewise + * src/system.c: Likewise + * src/tar.c: Likewise + * src/update.c: Likewise + * src/utf8.c: Likewise + * src/xheader.c: Likewise + + * src/system.h: Removed + * src/rmt.c: Removed + * src/rmt.h: Removed + * src/rtapelib.c: Removed + +2004-09-03 Sergey Poznyakoff + + * tests/listed02.sh: Do not depend on any particular ordering + of output. + +2004-09-02 Sergey Poznyakoff + + * doc/tar.texi: Document the use of -C option in + file lists. Document --seek option. + * configure.ac: New option --with-rmt. New configuration variable + DEFAULT_RMT_DIR. Removed DEFAULT_RMT_COMMAND. + * src/Makefile.am: Install rmt into rmtdir + * src/tar.c (usage): Minor fix. + * NEWS: Updated. + * README: Updated. + +2004-09-01 Sergey Poznyakoff + + * configure.ac: Raised version number to 1.14.90 + * src/common.h (is_individual_file): New prototype + * src/create.c (dump_file0): Fix bug introduced + 2004-02-21. + * src/names.c (register_individual_file) + (is_individual_file): New functions. + * tests/listed01.sh: Use genfile instead of dd. + * tests/listed02.sh: New file. + * tests/Makefile.am: Added listed02.sh + + * NEWS: Updated + +2004-08-31 Sergey Poznyakoff + + * src/sparse.c (sparse_add_map): Fixed improper initializations + of sparse_map_size. We assume that whatever number it contains + describes adequately the current size of sparse_map. The only + number we need to reset is sparse_map_avail. + * src/compare.c (verify_volume): Call set_next_block_after + if read_header returns HEADER_FAILURE + Destroy and reinitialize content of current_stat_info and + extended_header after each iteration (bug reported by + John L. Males ). + Issue a warning if the created archive contains some members + whose file names were stripped off their leading prefixes. + This is a temporary fix of the issue reported by Bdale Garbee + (Refs: Debian bug 230064, Message-Id + <87n07kyzhi.fsf@rover.gag.com>, Sun, 15 Feb 2004 11:22:17 -0700) + + * src/names.c (removed_prefixes_p): New function. + + * src/buffer.c: When computing write rate do not take + into account the time needed to verify the archive(s). + The bug reported by John L. Males + (set_start_time,compute_duration): New functions. + (print_total_written): Use the result of compute_duration(). + (close_archive): Call compute_duration. + * src/common.h (set_start_time, removed_prefixes_p): New prototypes. + * src/list.c (decode_header): Fixed initialization + of stat_info->is_sparse + * src/tar.c (main): Call set_start_time(). + + * src/misc.c (unquote_string): Unquote '\a' and '\v'. + Reported by Helmut Waitzmann . + + * NEWS: Updated + * THANKS: Updated + 2004-08-30 Sergey Poznyakoff * src/tar.c: Fix copy-n-paste errors in the license