From: Sergey Poznyakoff Date: Thu, 4 Jan 2007 20:06:33 +0000 (+0000) Subject: Update X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=00763876f157c047929b2b0c56e2733bd0242c35 Update --- diff --git a/ChangeLog b/ChangeLog index 26079a7..a1f6472 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2007-01-04 Sergey Poznyakoff + * src/compare.c (diff_dumpdir): Compare directory contents using + dumpdir_cmp. Do not free dumpdir_buffer, it will leave the + incremental directory table in the inconsistent state and trigger + full dump. + (read_and_process): Process dumpdirs no matter what the archive + format. + * src/incremen.c (list_dumpdir): Minor fixes. + * src/compare.c (read_and_process): Fix type of "size" 2006-12-13 Sergey Poznyakoff