X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=610257632ec4217ba72b53dff76126ce704f6df3;hp=cb4d6c6c83dc5fc77570e67c518f7542c8afe5de;hb=ccd2a6226ab33a804aa9d009e1e08790de9e005b;hpb=79e0593c501fd58046feeca20c315cc4ac283435 diff --git a/ChangeLog b/ChangeLog index cb4d6c6..6102576 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,126 @@ # Version __VERSION__, __RELEASEDATE__ #------------------------------------------------------------------------ +* Add config file editing. + +* Added Portuguese Brazillian pt_br.pm from Reginaldo Ferreira. + +* Added Slackware init.d script from Tony Nelson. + +* Fixed error reporting when restore/archive fail to write the + request file to the client directory. + +* Applied patch from Marc Prewitt for DumpPreShareCmd and DumpPostShareCmd. + +* Apply patch from Pete Wenzel to add smbClientPath => $Conf{SmbClientPath} + to DumpPreUserCmd etc. + +* Applied Lorenzo Cappelletti's it.pm patch. + +* Applied patch to bin/BackupPC_sendEmail from Marc Prewitt that + ignores any file starting with "." in the pc directory when + it is generating warnings about old/unused files/directories. + +* Applied patch from Marc Prewitt to fix host queue order. + +* Add NT_STATUS_FILE_LOCK_CONFLICT to pst read error check in + BackupPC_sendEmail to fix bug reported by Dale Renton. + +* Fixed minor typo in documentation from Richard Ames + +#------------------------------------------------------------------------ +# Version 2.1.0pl1, 15 Aug 2004 +#------------------------------------------------------------------------ + +* Added fix to nl.pm from Lieven Bridts. + +* Added patch from Tony Nelson to remove $Info{pid} before BackupPC + writes the status and shuts down. + +* Changed BackupPC_nightly so that it doesn't call find() if the + directory doesn't exist. This avoids errors in certain versions + of perl. Reported by Bernd Rilling. + +* Fixed BackupPC::CGI::Lib to correctly re-load config.pl for mod_perl. + Reported by Tony Nelson and Jimmy Liang. + +* Explicitly untaint $In{host} in BackupPC::CGI::Lib to fix problem + reported by Thomas Tempé. + +* Added newline to "...skipping because of user requested delay..." + log message in BackupPC_dump. Reported by Wayne Scott. + +* Added read file size error checking to BackupPC_tarCreate. + Reported by Brandon Evans. + +* Added check in BackupPC::Xfer::RsyncFileIO to ensure that when + compression is toggled on/off, a compressed backup doesn't link + to an uncompressed pool file (and an uncompressed backup doesn't + link to a compressed pool file). Reported by Brandon Evans. + +* Updated documentation with new dirvish URL and a typo from + Todd Curry. + +* Fix to BackupPC_sendEmail so that it correctly sends admin emails + for hosts that have failed backups. Reported by Simon Kuhn. + +#------------------------------------------------------------------------ +# Version 2.1.0, 20 Jun 2004 +#------------------------------------------------------------------------ + +* 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 +163,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 +312,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 +337,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