X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=7eb4832dc956fd72af7f80f809a255e93a1a9a14;hb=1a8141ab8a63f4a83e4d9a859be7592fb04f9eff;hp=5b2e0f84c8422d493b5e60ab42474da5244a5b60;hpb=94d0385a57dc46f71234e97edb9ff49e687cbae6;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 5b2e0f8..7eb4832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2006-11-01 Sergey Poznyakoff + + * src/tar.c (enum read_file_list_state.file_list_skip): New value + (read_name_from_file): Skip zero-length entries + + * tests/T-empty.at: New test case + * tests/T-null.at: New test case + * tests/extrac07.at: New test case + * tests/Makefile.am: Add new test cases. + * tests/testsuite.at: Add new test cases. + * tests/extrac02.at: Add more keywords + * tests/extrac04.at: Likewise + * tests/extrac06.at: Likewise + * tests/shortrec.at: Do not assume tar's default archive is stdout + +2006-10-31 Sergey Poznyakoff + + * src/extract.c, src/xheader.c: Call last_component instead of + base_name. The latter returns a malloced string since 2006-03-11. + +2006-10-21 Sergey Poznyakoff + + * NEWS, configure.ac: Version 1.16 + * Makefile.am (distclean-local): New rule + 2006-10-17 Sergey Poznyakoff * src/tar.c: Fix help output formatting. Thanks Benno