X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=610257632ec4217ba72b53dff76126ce704f6df3;hp=41e5296fb15d000c18e081749a7d225b80fb6959;hb=d13d57e035dac9362ca393991b978530402969b7;hpb=8c30bb82b66f26ccf7e261e2c42711251d0d6ccd diff --git a/ChangeLog b/ChangeLog index 41e5296..6102576 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,73 @@ # 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. @@ -33,6 +100,28 @@ * 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 #------------------------------------------------------------------------ @@ -74,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 @@ -223,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. @@ -244,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