X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=db540798abc137b61c313eefd0ced195778e09b9;hb=869326ae900f6275d5a69b44e1ecbcd9c250d80e;hp=f0ceba5e693a8fc04f203bee6543525d1d7d671e;hpb=40ede4e2df0a46e59ad70b64aac0bbb16bacb28f;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index f0ceba5..db54079 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2003-11-25 Sergey Poznyakoff + + * src/create.c (write_gnu_long_link): Use oldgnu + magic with @LongLink blocks. + +2003-11-17 Sergey Poznyakoff + + * src/tar.h: Support for star sparse format. + * src/sparse.c: Likewise. + +2003-11-17 Sergey Poznyakoff + + * src/sparse.c (sparse_diff_file): New function + * src/common.h (sys_compare_uid,sys_compare_gid): New functions + (sys_compare_uid_gid): Removed. + (sys_compare_links,report_difference): Changed prototype + (sparse_diff_file): New function + * src/system.c (sys_compare_uid,sys_compare_gid): New functions + (sys_compare_uid_gid): Removed. + (sys_compare_links): Changed declaration + * src/compare.c (diff_archive): Use sparse_diff_file. + 2003-11-16 Sergey Poznyakoff Rewritten sparse file handling.