X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=6fb42153baa0f79b09840b5d104066310565879f;hb=b1f2c7786087b1b4640bcb609a853fd10e38cfe7;hp=adb393efadeb54a0341b0f45550db41079a57b34;hpb=cafa07d9667a352866ea491727de8fe4da193c52;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index adb393e..6fb4215 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,117 @@ +2004-08-19 Sergey Poznyakoff + + * 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 + + * src/tar.c (find_argp_option): Fixed typo + +2004-08-12 Paul Eggert + + 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 + + * 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 + + * 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 + + * 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 + + 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 . + (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 * bootstrap (gnulib_modules): Add getpagesize.