From: Sergey Poznyakoff Date: Mon, 24 Jul 2006 09:14:18 +0000 (+0000) Subject: Update X-Git-Tag: release_1_16~43 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=75739674069cf8aa7b590504f5046ae47f7c4188;p=debian%2Ftar Update --- diff --git a/ChangeLog b/ChangeLog index 5edc6db9..e237fcd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-07-24 Sergey Poznyakoff + + * src/tar.c (decode_options): Do not require -L with -M -Hpax. + It could be needed in future, but currently it is not. + * src/create.c (to_chars_subst): Update comment regarding OLDGNU + vs. GNU format differences. + (mode_to_chars): Treat OLDGNU_FORMAT same as GNU_FORMAT. Fixes bug + reported by TAMUKI Shoichi , which caused + equivalent `tar cf ...' and `tar rf ...' commands to produce + different archives. + + * tests/append02.at: New test case + * tests/Makefile.am, tests/testsuite.at: Add append02.at + 2006-07-20 Paul Eggert * bootstrap: Adjust to today's change to gnulib-tool by invoking