X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=49f6879bc9d2afe427c625224261fbbb557c4f46;hb=ecb338ad8e431775b4a757efc5dd198c4690f2cc;hp=0866c3b5e84be237263bee721e83d95b543f51b7;hpb=13ac1dcc0f0175d4dc430b49781b6a4cafececdd;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 0866c3b..49f6879 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,76 @@ +2004-05-11 Sergey Poznyakoff + + * directory: New file. GNU directory entry for tar. + * doc/Makefile.am: Rewritten. Added rules for generating + documentation for the project's website. + * doc/.cvsignore: Updated + * doc/index.html.in: New file. + +2004-05-11 Sergey Poznyakoff + + * configure.ac: Raised version number to 1.14 + * NEWS: Updated. + * tests/after: Added copyleft statement + * tests/before: Added copyleft statemente + * tests/preset.in: Added copyleft statement + + Tar 1.14 is released. Sources up to this point are tagged + release_1_14 + +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 + * scripts/Makefile.am: Updated + * scripts/backup-specs: Updated + * scripts/backup.in: Minor fixes + * scripts/backup.sh: Removed + * scripts/backup.sh.in: New file. Source for backup.sh + * scripts/restore.in: New file + * scripts/.cvsignore: Updated + * scripts/WARNING: Removed + * doc/tar.texi: Updated + * NEWS: Updated + 2004-05-07 Sergey Poznyakoff * src/names.c (name_gather): Bugfix: Honor single -C with @@ -31,6 +104,8 @@ * tests/star/ustar-big-2g.sh: Likewise * tests/star/ustar-big-8g.sh: Likewise + * doc/.cvsignore: Updated + 2004-05-06 Sergey Poznyakoff * configure.ac: Check whether date accepts +format argument