X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=c8c6a67b060fa152846e082fb21f2e20af380c51;hb=fad21ebf58ecb651493e5b57638d3ee55c9c6fd5;hp=47e12b3e41025693a0d74e287593a5235e20d199;hpb=ca99923dcd11e437b9654598cbaa67ed44243842;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 47e12b3..c8c6a67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2003-11-14 Sergey Poznyakoff + + * configure.ac: Fixed check for setsockopt + + * src/create.c: Do not zero-terminate name field if + the name is exactly 100 characters long. + (write_ustar_long_name): Fixed cheking for unsplittable + names. + +2003-11-14 Sergey Poznyakoff + + * src/create.c (start_header): Removed debugging hook + (dump_file): Fixed handling of linkname field. + * src/names.c (safer_name_suffix): If the input + file name ends with a slash, output one should do so + as well. + * doc/tar.texi: Documented --format=ustar + 2003-11-14 Sergey Poznyakoff * src/tar.h (archive_format): USTAR_FORMAT: New type.