X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=6db1d46110399ffdd7bfea81ee1a3a57404162d7;hb=7836f927b35a193914325e8c66ae6685836aebd3;hp=5741d397160e7a7518806fc66e19712e9e4b3a7a;hpb=5f152198cbf20505d5ebca7fd889b48b098d378d;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 5741d39..6db1d46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ +2003-11-14 Sergey Poznyakoff + + * 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