X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=cf584f89f33dd0e9dd77e931c4e8d2805e54c893;hb=0500b1ba3e8a8e61149a314e67093696f5472f88;hp=a524d5fcb2248f490a0e72fbc9ca18b069a411c8;hpb=ad63cd4904e324805c13bb4095e29d9123839104;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index a524d5f..cf584f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2004-05-10 Sergey Poznyakoff + + * configure.ac: Fixed prerequisite headers for sys/buf.h + (needed on FreeBSD) + * src/system.h: Likewise. + * tests/after (compare): Fixed argument quoting under eval + * tests/before: Quote TAR_ARCHIVE_FORMATS + +2004-05-10 Sergey Poznyakoff + + * NEWS: Updated + * README: Updated + * PORTS: Updated + * configure.ac: Call gl_AC_TYPE_INTMAX_T. Document + DEFAULT_.* variables. Use DEFAULT_RMT_COMMAND to set + the pathname of the rmt utility. + New option --enable-backup-scripts. + * doc/tar.texi: Updated + * scripts/Makefile.am: Install the scripts only if requested + by the configure. + * scripts/backup.in: Fixed --version output. + Fixed initialization of the listing files and printing + the time of the last previous level dump. + * scripts/restore.in: Fixed --version output. + * src/Makefile.am (localedir.h rule): Generate correct + DEFAULT_RMT_COMMAND variable. + * src/common.h (rmt_command_option): New variable. + * src/list.c (read_and): Print block number before + issuing 'Skipping to next header' diagnostics, if + requested by block_number_option. + * src/rtapelib.c: Use rmt_command_option instead of + hardcoded "/etc/rmt". + * src/tar.c: New option --rmt-command. + (decode_options): Handle --rmt-command. Initialize + rmt_command_option to DEFAULT_RMT_COMMAND. + +2004-05-09 Sergey Poznyakoff + + * doc/tar.texi: Further update. + 2004-05-08 Sergey Poznyakoff * configure.ac: Minor fix