X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=e9ee938792f6955bd472695265a58de3983dffed;hp=cb4d6c6c83dc5fc77570e67c518f7542c8afe5de;hb=e951f787a66c5bd9e9955c3f657a5b44289c0fe1;hpb=79e0593c501fd58046feeca20c315cc4ac283435 diff --git a/ChangeLog b/ChangeLog index cb4d6c6..e9ee938 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,59 @@ # 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. + +* BackupPC::Lib tries to be more careful when renaming the backups + file to backups.old. There have been reports of backups being + empty, perhaps when the BackupPC data file system fills up. + Now backups is not renamed to backups.old if backups is empty. + +* BackupPC now closes stderr and stdout before renaming and + re-opening the log file. + +* Pre/post backup/restore/archive commands now correctly set + "type" to either incr/full/restore/archive, and now cmdType + is the type of Pre/post backup/restore/archive command. + +* BackupPC_archive correctly terminates archive processes on + alarm or cancel. + +* Updates to BackupPC_stnd.css with absolute font sizes instead + of relative. + +* BackupPC_dump now makes sure that the $Conf{FullAgeMax} check + also ensures the full backup is older than the maximum age + expected from $Conf{FullPeriod}. + +#------------------------------------------------------------------------ +# 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 @@ -43,10 +96,10 @@ * At each wakeup, clients are now queued based on how old the most recent backup is. Clients with errors are queued first, with - the oldest error times going first. Clients with good backups - are queued next, with the oldest backup going first. Previously - the clients were simply queued in alphabetic order. Suggested - by Tony Nelson. + the oldest error times going first. The rest of the clients are + queued next, with the clients with the oldest backup going first. + Previously the clients were simply queued in alphabetic order. + Suggested by Mike Trisko and Tony Nelson. * Added config parameter $Conf{PartialAgeMax} that controls whether partials are saved at all, and if so, whether the partial will be @@ -192,6 +245,10 @@ that are relative to the last (so -1 is the last), suggested by William McKee and Carl Soderstrom. +* The "Wrong user" message in BackupPC::Lib now goes to stderr, so that + the user is more likely to see the error with BackupPC_tarCreate. + Reported by Paul Fox. + * Add creation of per-PC directory in BackupPC/CGI/Restore.pm in case it doesn't already exist. @@ -213,6 +270,10 @@ * Changed exec() syntax to allow executing commands whose path contains spaces. +* BackupPC_dump no longer removes backups if $Conf{FullKeepCnt} + is zero or undefined. The protects the existing backups in the + case of a bad config.pl file. Suggested by Christian Warden. + * Swapped the Server and Hosts sections on the Nav bar. Moved the host search text box to the top of the hosts section. This was done to move the variable-length part of the Nav bar (when all