X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=41e5296fb15d000c18e081749a7d225b80fb6959;hp=cb4d6c6c83dc5fc77570e67c518f7542c8afe5de;hb=17cae8e0d49abdddee277506fe5e58b88c646b5d;hpb=79e0593c501fd58046feeca20c315cc4ac283435 diff --git a/ChangeLog b/ChangeLog index cb4d6c6..41e5296 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,37 @@ # Version __VERSION__, __RELEASEDATE__ #------------------------------------------------------------------------ +* Added Dutch translation from Lieven Bridts, with tweaks from + Guus Houtzager. + +* Added PC-specific config file read in CGI/Archive.pm. Patch + from Pete Wenzel. + +* Added non-zero exit code to BackupPC_zcat when uncompress fails. + Patch from Pete Wenzel. + +* Cosmetic changes to PC Summary and Log file language strings from + Pete Wenzel. + +#------------------------------------------------------------------------ +# Version 2.1.0beta2pl1, 30 May 2004 +#------------------------------------------------------------------------ + +* Fixed bug in rsync checksum caching code in BackupPC::Xfer::RsyncDigest. + +* BackupPC_zipCreate now ensures the earliest mtime is 1/1/1980, + since zip file formats don't support earlier dates. Reported + by Dan Niles. + +* CGI restore via zip and tar now makes sure stderr is ignored + when BackupPC_tarCreate and BackupPC_zipCreate are run. + Previously any stderr output would get mixed in the archive, + corrupting it. Reported by Dan Niles. + +#------------------------------------------------------------------------ +# Version 2.1.0beta2, 23 May 2004 +#------------------------------------------------------------------------ + * $Conf{BackupFilesOnly} and $Conf{BackupFilesExclude} now apply to every share, rather than just the first, in the case where they are arrays and there are multiple shares. Suggested