X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=426a87021f03496b9e5911e6513bb8115da5a189;hb=ff989f4b845671303f27977e4310a6849cb558c0;hp=edf2299a38b5aa6ca71b2eb9eae5cb74bab3f946;hpb=3cb52ac16a29639527d9990d72e480e38caf00fa;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index edf2299..426a870 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2004-11-16 Sergey Poznyakoff + + * src/tar.c (decode_options): Fixed -o semantics. Thanks + Jean Delvare + +2004-10-25 Sergey Poznyakoff + + * bootstrap: Add localcharset + * lib/Makefile.tmpl: Initialize SUFFIXES and CLEANFILES since the + makefile snippet from localcharset uses '+=' on them. + * src/Makefile.am (LDADD): Add LIBICONV + * src/list.c (decode_header): Set uname/gname to NULL if their + header counterparts are empty + * src/tar.c (options): Use OPTION_NO_TRANS + * src/utf8.c: Use locale_charset() from gnulib + + * tests/star/README: Updated + + * NEWS: Updated + * TODO: Minor fix + +2004-10-04 Sergey Poznyakoff + + * THANKS: Added Bryan Ford + * doc/Makefile.am (.text): Fixed rule + * po/POTFILES.in: Added argp-help.c + +2004-10-04 Bryan Ford + + * src/tar.c: New option --exclude-caches, to exclude + cache directories automatically on archive creation. + Cache directories are directories containing a + standardized tag file, as specified at: + http://www.brynosaurus.com/cachedir/spec.html + * src/common.h: New variable exclude_caches_option. + * src/create.c: New function check_cache_directory(), + called from dump_dir0() if exclude_caches_option is set, + to check for a cache directory tag and exclude the directory + if such a tag is found. + * doc/tar.texi: Updated accordingly. + +2004-09-16 Sergey Poznyakoff + + * doc/tar.texi: Minor fix + * src/tar.c (options): Minor fix + 2004-09-12 Sergey Poznyakoff * TODO: Updated