X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=fb0bb6813249446b88b247e0ff496b13c38fa21a;hb=63e90fdc626f5baef418adae8828bc0bd6589fec;hp=584feb0b6f991dd7e85535e74a51c23c8879529a;hpb=ef68503367daa885912371f2e430a6c0d71e2c44;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 584feb0..fb0bb68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2005-02-15 Sergey Poznyakoff + + * src/create.c: Replace strdup with xstrdup + * src/names.c: Likewise + * src/tar.c: Likewise + + * tests/append01.at: Added reference to bug-tar archive + * tests/listed02.at: Use -print with find. + +2005-02-11 Sergey Poznyakoff + + * THANKS: Added Tim Adye. Fixed UTF. + * src/list.c (read_header): Removed assignment to + oldgnu_header.isextended. It was breaking append mode. + + * tests/append01.at: New test. + * tests/Makefile.am: Added append01.at + * tests/testsuite.at: Likewise + +2005-02-06 Sergey Poznyakoff + + * gnulib.modules: New file. List of required gnulib + modules. + * bootstrap: Merge list of required modules from + paxutils with that from tar proper. + * src/tar.c: Various fixes in help and diagnostic messages. + 2005-02-05 Sergey Poznyakoff * src/common.h (EXTRACT_OVER_PIPE): New macro