]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
Started merging with cpio into paxutils.
[chaz/tar] / ChangeLog
index 122a152f807491c57c38902196bdc2121337c209..103ea7aa45f756f72da8869f805fda13abd58c29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,247 @@
+2004-09-06  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       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  <gray@Mirddin.farlep.net>
+
+       * tests/listed02.sh: Do not depend on any particular ordering
+       of output.
+
+2004-09-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * 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  <gray@Mirddin.farlep.net>
+
+       * 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  <gray@Mirddin.farlep.net>
+
+       * 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 <jlmales@yahoo.com>).
+       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
+       <bdale@gag.com> (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 <jlmales@yahoo.com>
+       (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 <helmut.waitzmann@web.de>.
+
+       * NEWS: Updated
+       * THANKS: Updated
+       
+2004-08-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/tar.c: Fix copy-n-paste errors in the license
+       
+2004-08-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * scripts/backup.in: Renamed LIBPATH to LIBDIR.
+       Use ROOT_FS with -C option. Do not send mail
+       if ADMINISTRATOR is set to NONE.
+       * scripts/backup.sh.in (test_root): Append / to
+       ROOT_FS if it does not already end in it.
+       * scripts/restore.in: Renamed LIBPATH to LIBDIR.
+       New option -a (--all). Do not start restore unless
+       -a or patterns are given.
+       (restore_fs,restore_files): Fixed use of --listed option.
+       * doc/tar.texi: Updated
+       * NEWS: Updated
+       
+2004-08-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/tar.c (find_argp_option): Fixed typo
+
+2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge argp, getopt, xalloc changes from gnulib.
+       * bootstrap (gnulib_modules): Add xalloc-die.
+       Remove code to test for patches; we don't have patches now.
+       Set LC_ALL=C so that file names sort consistently.
+       Prefer the gnulib copies of gettext.m4, glibc21.m4,
+       lib-ld.m4, lib-prefix.m4, po.m4 too.
+       
+       * patches/getopt.diff: Remove; gnulib now works unpatched.
+       * configure.ac (_getopt_long_only_r): Remove check.
+       gl_ARGP now does this for us.
+       * lib/.cvsignore: Add fnmatch.h, getopt_.h, sysexit.h,
+       xalloc-die.c.
+       * src/extract.c: Adjust to changes to gnulib xalloc module.
+       (extr_init): Remove assignment to xalloc_fail_func; no longer needed.
+       (xalloc_die): New function.
+
+2004-08-10  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * NEWS: Updated
+
+       * src/buffer.c (flush_write): Limit filenames
+       of the members that straddle multivolume archive
+       boundary to 100 characters.
+       (flush_read): Use strncmp when comparing multivolume member
+       names.
+       * tests/multiv03.sh: New file
+       * tests/Makefile.am: Added multiv03.sh
+
+2004-08-09  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/list.c (read_and): Call decode_header before
+       calling skip_member()
+       (skip_member): Use is_sparse field to determine if the
+       member is a sparse file.
+
+       * tests/Makefile.am: Added extrac05.sh
+       * tests/extrac05.sh: New file
+       * tests/append.sh: Rearranged leading comments. Added explicit
+       references to report messages wherever available.
+       * tests/delete01.sh: Likewise
+       * tests/delete02.sh: Likewise
+       * tests/delete03.sh: Likewise
+       * tests/delete04.sh: Likewise
+       * tests/extrac01.sh: Likewise
+       * tests/extrac02.sh: Likewise
+       * tests/extrac03.sh: Likewise
+       * tests/extrac04.sh: Likewise
+       * tests/gzip.sh: Likewise
+       * tests/ignfail.sh: Likewise
+       * tests/incremen.sh: Likewise
+       * tests/link01.sh: Likewise
+       * tests/listed01.sh: Likewise
+       * tests/longv7.sh: Likewise
+       * tests/multiv01.sh: Likewise
+       * tests/multiv02.sh: Likewise
+       * tests/old.sh: Likewise
+       * tests/options.sh: Likewise
+       * tests/recurse.sh: Likewise
+       * tests/same-order01.sh: Likewise
+       * tests/same-order02.sh: Likewise
+       * tests/sparse01.sh: Likewise
+       * tests/version.sh: Likewise
+       * tests/volume.sh: Likewise
+
+2004-08-08  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * bootstrap: Extended --update-po option to take an
+       optional argument specifying the po file to update.
+       * src/create.c: Improved compatibility with 1.13.25
+       * tests/link01.sh: New file.
+       * tests/Makefile.am: Added link01.sh
+
+2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib.
+
+       * patches/argp.diff: Remove; no longer needed.
+       
+       * lib/.cvsignore: Add stat-macros.h.
+       Remove addext.c, malloc.c, realloc.c.
+
+       * src/extract.c: Include <getcwd.h>.
+       (extract_archive): Rewrite with new macro IS_ABSOLUTE_FILE_NAME.
+       * src/extract.c (make_directories):
+       FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.
+       * src/misc.c (must_be_dot_or_slash): Likewise.
+       * src/names.c (excluded_name, safer_name_suffix, stripped_prefix_len):
+       Likewise.
+       * src/tar.c (parse_opt): Likewise.
+       * src/incremen.c (purge_directory): Fix format buffer typos in warning
+       strings.
+       * src/tar.c (options): Add missing initializers to pacify gcc.
+       (decode_options): Remove unused var.
+
+2004-08-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * bootstrap (gnulib_modules): Add getpagesize.
+       * configure.ac (valloc): Remove check; valloc no longer used.
+       * lib/.cvsignore: Add getpagesize.h.
+       * m4/.cvsignore: Add getpagesize.m4.
+       * src/buffer.c (record_buffer): New var.
+       (open_archive): Don't use valloc; on older or buggy hosts, you can't
+       free the result.  Use page_aligned_alloc instead.
+       * src/compare.c (diff_init): Likewise.
+       * src/buffer.c (open_archive): Record the pointer to be freed
+       into record_buffer.
+       (close_archive): Free record_buffer.
+       * src/common.h (page_aligned_alloc): New decl.
+       * src/misc.c (quote_n, quote): Remove these redundant functions.
+       (ptr_align): New function, from coreutils/src/system.h.
+       (page_aligned_alloc): New function.
+       * src/system.h (valloc): Remove.
+
 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        * src/extract.c (extract_archive): Do not report an error
        when hard-linking X to X when X exists.  Problem reported by
        Toby Peterson.
+       * lib/.cvsignore: Add fchown-stub.c.
 
 2004-06-29  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
This page took 0.026764 seconds and 4 git commands to generate.