X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=e94aa08dff5b106bf7e98c2f8a5a8def7502814d;hb=192860abb8f6f6fba8c61da7fcb8a94ca31b9957;hp=c2eec4d330ac71e1dd7f6d6db5018be47ceaaaf6;hpb=6667fa7fb8f31cdcff5f6f439f7f35b3b7c3390f;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index c2eec4d..e94aa08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2008-03-31 Sergey Poznyakoff + + * src/create.c (dump_file0): Count links only for actually dumped + files. + +2008-03-27 Sergey Poznyakoff + + * NEWS: Document --no-check-device and --check-device. + * doc/rendition.texi: Change the way FIXME-*refs are handled in + !PROOF. + * doc/intern.texi, doc/tar.texi: Update. + * doc/untabify.el: New file. + * doc/Makefile.am (EXTRA_DIST): Add untabify.el + (untabify, final, check-format, check-refs, check-fixmes) + (check-unrevised, all-check-docs, check-docs): New rules. + + * src/common.h (check_device_option): New global. + * src/incremen.c (procdir): Use boolean and instead of bitwise + one. Patch by Jean-Louis Martineau. + Compare device numbers only if check_device_option is set. + * src/tar.c: New command line options --no-check-device and + --check-device. Proposed by Jean-Louis Martineau. + (parse_opt): Hanlde new options. + (decode_options): Initialize check_device_option to true. + + * THANKS: Update + +2008-03-06 Sergey Poznyakoff + + * bootstrap: Use rsync to get translations. + * doc/tar.texi: Minor change. + * lib/.cvsignore: Update + * po/.cvsignore: Update + * src/system.c: Remove include setenv.h. + * tests/atlocal.in (STAR_DATA_URL): Update. + * tests/star/README: Update URL. + 2008-02-09 Sergey Poznyakoff * doc/tar.texi: Fix a typo. Reported by Denis Excoffier.