X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=2840ee26aad61866328f0b1112185ed78b789e7b;hp=d1777dfdccc313170e42673239c13f3c5d98ab1e;hb=fda25dc88a63ccac1c80efa2e4994bf0725ca9b7;hpb=f41207123efc0156687d3f7994cd245a70d7de62 diff --git a/ChangeLog b/ChangeLog index d1777df..2840ee2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,46 @@ # Version __VERSION__, __RELEASEDATE__ #------------------------------------------------------------------------ +#------------------------------------------------------------------------ +# Version 3.1.0, 25 Nov 2007 +#------------------------------------------------------------------------ + +* Fixed config editor bug for case where override is unchecked on + an array where the current array is shorter than the main config's + array. + +* Fixed missing close quote in BackupPC_archiveHost reported by Franky + Van Liedekerke. + +* Replaced "$BinDir/.." with $bpc->InstallDir() for path to BackupPC + docs, mentioned by Kenneth Porter. + +* Moved default of $Conf{IncrLevels} from lib/BackupPC/Storage/Text.pm + to lib/BackupPC/Lib.pm (after the merge of the config files). This + fixes a bug that caused $Conf{IncrLevels} to get over-ridden if it + was only defined in the main config file. Reported by John Rouillard. + +* Fixed the completion status message in BackupPC_dump so that missing + error counts appear as 0, rather than empty. Reported by Bill. + +* Changed lib/BackupPC/Xfer/RsyncFileIO.pm to only increment the error + count when the md4 checksum fails on the second phase, not the first. + Reported by Adrian Bridgett. + +* Updated a comment in config.pl about BackupPC_nightly, reported by + Dan Pritts. + +* Modified lib/BackupPC/CGI/Restore.pm to ensure that the list of hosts + presented for direct restore do have direct restore enabled. Reported + by Stephen Joyce. + +* Modified lib/BackupPC/CGI/RestoreFile.pm to replace \n with \r\n in + the restore http response headers. Patch submitted by Thomas Eckhardt. + +#------------------------------------------------------------------------ +# Version 3.1.0beta1, 21 Oct 2007 +#------------------------------------------------------------------------ + * When there is an existing partial, a new partials is only saved if it has more files than the existing partial. Requested by Carl Soderstrom. @@ -36,7 +76,29 @@ lower case when they are read from the hosts file. Reported by Alexander Onic. -* Applied documentation patches from Frans Pop. +* Applied documentation patches from Frans Pop. Also updated + Pod::Html to improve documentation formatting. + +* Added Polish translation from Semper. + +* Fixed BackupPC_nightly reporting of repeated pool file hashes. + +* Add run-time check that IO::Dirent is functioning correctly, + reported by Doug Lytle. + +* Added comment to Cmd settings in conf/config.pl that they are + not executed by a shell, as suggested by Erik van Linstee. + +* Added undefIfEmpty => 1 to lib/BackupPC/Config/Meta.pm for + RsyncRestoreArgs, TarClientRestoreCmd and SmbClientRestoreCmd + so that restores can be disabled by clear these fields in the + CGI editor. Patch supplied by Stephen Joyce + +* Replaced the FAQ link with Wiki in the navigation bar and added + mention of the Wiki to the documentation. Since these navigation + bar links are specified in the config file, upgrades will keep + the old FAQ link. The FAQ opening page will have a prominent + link to the Wiki. #------------------------------------------------------------------------ # Version 3.1.0beta0, 3 Sep 2007