X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=446d6896501b6128b3a36f73e96a0c642ae8f7cd;hb=a55ec0a3196f13d637f15c61bfe928ce83a5b5bc;hp=8786a1a56e040146ece091adbcf1ff9d119877f8;hpb=c83fcab1169ac179d32613744298a6f7cd426704;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 8786a1a..446d689 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ +2004-03-26 Sergey Poznyakoff + + * src/create.c (write_long_name): Do not allow more than + NAME_FIELD_SIZE-1 characters in a file name for V7 format + archives. + * tests/longv7.sh: New file. + * tests/Makefile.am: Add longv7.sh + 2004-03-22 Sergey Poznyakoff + * src/buffer.c (open_archive): Clear read_full_records_option + if reading from a pipe. + (short_read): Display warning about the deduced record size + if version > 1 + * tests/star/pax-big-10g.sh: Updated to match the above changes. + * tests/star/ustar-big-2g.sh: Likewise. + * tests/star/ustar-big-8g.sh: Likewise. + * configure.ac: Added gl_FUNC_STRTOULL * src/create.c (start_header): Check for GNU_FORMAT if incremental_option is set.