X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=c8c6a67b060fa152846e082fb21f2e20af380c51;hb=fad21ebf58ecb651493e5b57638d3ee55c9c6fd5;hp=5741d397160e7a7518806fc66e19712e9e4b3a7a;hpb=5f152198cbf20505d5ebca7fd889b48b098d378d;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 5741d39..c8c6a67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,19 @@ +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