X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=7a36fbf1c3c0f59d31afed7ac209fa5542c64036;hb=4cca5e5887ad03aeb8e834184a85ca36f7f1e6bd;hp=723bd3fb1357f23de667fd55fe020c8bbb92650a;hpb=7be4d61e92312e7f32e0b9560a2060708908ae23;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 723bd3f..7a36fbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,43 @@ +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