X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=ea615002cf81a57592db928036260894e11027c9;hb=b4e605a82978e85056ba046b5d71c34d43887a4e;hp=ca70033f4583da90980def9133d95877dac42750;hpb=8b107d09e114448a35739fe9ed7b159f24bccee8;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index ca70033..ea61500 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2004-02-18 Sergey Poznyakoff + + * README: Updated + * configure.ac: Added stpcpy + * bootstrap: Likewise + * lib/Makefile.am: Likewise + * src/common.h (xheader_xhdr_name,xheader_ghdr_name): New + functions + * src/create.c (write_extended): Call xheader_xhdr_name + instead of using hardcoded "././@PaxHeader" name. + * src/tar.c: New option --pax-option (equivalent to -o option + of pax). + * src/xheader.c: Implement pax -o option. Fixed misleading + heading comment (introduced 2003-09-02). + * src/incremen.c: Minor fixes + * m4/.cvsignore: Updated + +2004-02-17 Sergey Poznyakoff + + * src/incremen.c: Removed accumulator stuff in favor of obstack. + (get_directory_contents): Split into two functions + * src/update.c: Minor changes + * doc/tar.texi: Fixed typo + 2004-02-15 Paul Eggert Fix Debian bug 230872, originally reported by Jeff King in