X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=7a36fbf1c3c0f59d31afed7ac209fa5542c64036;hb=4cca5e5887ad03aeb8e834184a85ca36f7f1e6bd;hp=a1cffd69970f5a8f5e5b56f770364c2626ea02f5;hpb=1b0a1ba7ed9f41b2bc141cd953ea65b1cebb4307;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index a1cffd6..7a36fbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2004-05-06 Sergey Poznyakoff + + * configure.ac: Check whether date accepts +format argument + (for backup scripts). + * scripts/level-0: Removed + * scripts/level-1: Removed + * scripts/weekly.new: Removed + * scripts/dump-remind: Removed + * scripts/backup.in: New file + * scripts/backup.sh: New file + * scripts/dump-remind.in: New file + * scripts/backup-specs: Updated + * scripts/Makefile.am: Updated for new directory contents. + * scripts/.cvsignore: Updated + +2004-05-05 Sergey Poznyakoff + + * TODO: Updated + * doc/tar.texi: Updated + * src/tar.c: --utc implies -vv + +2004-04-28 Sergey Poznyakoff + + * src/utf8.c: Make sure ICONV_CONST is defined. AM_ICONV + does not define it if it fails to find iconv.h. + +2004-04-26 Sergey Poznyakoff + + * bootstrap: Use gnulib-tool to generate lib/Makefile.am + and parts of configure.ac + * configure.ac: Invoke tar_GNULIB to configure gnulib stuff. + * lib/Makefile.am: Removed + * lib/Makefile.tmpl: New file. + * lib/.cvsignore: Updated + * m4/.cvsignore: Updated + * src/xheader.c: Include stpcpy.h + + * src/create.c: Produce an error, not warning, if the + filename is too long. + * tests/longv7.sh: Synchronized with the recent changes. + +2004-04-20 Sergey Poznyakoff + + * configure.ac: Fixed test for iconv_t + * src/rmt.h: Bugfix by Jürgen Weigert + * THANKS: Add Jürgen Weigert + * tests/star/README: Fixed typo + 2004-04-04 Paul Eggert Merge getdate documentation changes from coreutils.