X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=4789d2e64ade9491ac5dfd9d0e1a3eb94494b50d;hp=97c083d65048d610a46816dfbdd2b62ea5bfab6c;hb=d8688e487de3be336df16de54cfdfc8165a9090d;hpb=f6257f558390295c581f4e5af8f084341db05d34 diff --git a/ChangeLog b/ChangeLog index 97c083d..4789d2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -82,6 +82,11 @@ * Fixed CGI browse navigation bug that causes BackupPC_Admin to wedge when directories were selected in a certain order. +* Fixed BackupPC::PoolWrite so that it can recover when the initial + file size is wrong. This is needed since rsync could write a file + whose size is different from the initial size returned in the + file list when that file is updated while rsync is running. + * Added binmode(STDIN) to BackupPC_tarExtract, suggested by Pat LoPresti to fix a problem a RedHat8 with perl 5.8.0. It's unclear why this helps, but it should be benign. See: