X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=5e83621475490bf7342b8abbf3e778dfdadac040;hb=430b13959253a55ec17f6f72cfa94d867c913319;hp=f98964381494e15f3e2269d43e92bf97620c894c;hpb=ac830291f12e382fc5d5dcb3c79831da56d19f28;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index f989643..5e83621 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,23 @@ +2004-09-02 Sergey Poznyakoff + + * doc/tar.texi: Document the use of -C option in + file lists. Document --seek option. + * configure.ac: New option --with-rmt. New configuration variable + DEFAULT_RMT_DIR. Removed DEFAULT_RMT_COMMAND. + * src/Makefile.am: Install rmt into rmtdir + * src/tar.c (usage): Minor fix. + * NEWS: Updated. + * README: Updated. + 2004-09-01 Sergey Poznyakoff + * configure.ac: Raised version number to 1.14.90 * src/common.h (is_individual_file): New prototype * src/create.c (dump_file0): Fix bug introduced 2004-02-21. * src/names.c (register_individual_file) (is_individual_file): New functions. + * tests/listed01.sh: Use genfile instead of dd. * tests/listed02.sh: New file. * tests/Makefile.am: Added listed02.sh