* Changes for 2.1.2 release. v2_1_2
authorcbarratt <cbarratt>
Tue, 6 Sep 2005 04:52:10 +0000 (04:52 +0000)
committercbarratt <cbarratt>
Tue, 6 Sep 2005 04:52:10 +0000 (04:52 +0000)
commit99b9efe77451800084c477ed2139100f830cb7db
tree589fd0af0b05cc5c00beb6131b3a01eb937d501e
parent3a173f3feb7dad79150eabf07bc8f304e13cdfe7
* Changes for 2.1.2 release.

* Fixed simple but serious bug in bin/BackupPC_tarCreate that prevented
  hardlinks being saved correctly.  Debugged by Michael (mna.news)
  with several other people.

* Fixed serious bug in bin/BackupPC_dump reported/debugged by Dan Niles
  that can happen when multiple full backups are deleted after
  $Conf{FullKeepCnt} is changed.

* Changed lib/BackupPC/CGI/Lib.pm so that link to "$TopDir/conf/$host.pl"
  is displayed if it exists.  Patch from Andreas Vögele.

* Applied daemonize patch to bin/BackupPC from:
        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=301057

* It's now a fatal error if $Conf{CompressLevel} is set, but
  Compress::Zlib is not found.  Before $Conf{CompressLevel} was
  silently set to 0, which made all the backups uncompressed.
  That meant the user never knew if they forget to install
  Compress::Zlib but were expecting compression to be on.

* Finally increased $Conf{ClientTimeout} to 72000 (20 hours).

* Added sleep 1 in restart() function in init.d/src/gentoo-backuppc,
  suggested by Jon Hood.

* Added $DestDir to the path of the CGI image directory in configure.pl.
  Patch submitted by Andreas Vögele.

* Applied extensive patch to French translation from Frederic Lehobey.

* Minor change to Dutch language $Lang{Pool_Stat} from Wander Winkelhorst.

* Minor change to French language $Lang{EMailOutlookBackupMesg} and
  $Lang{EMailOutlookBackupSubj} from Ludovic Gasc.
58 files changed:
ChangeLog
bin/BackupPC
bin/BackupPC_archive
bin/BackupPC_archiveHost
bin/BackupPC_compressPool
bin/BackupPC_dump
bin/BackupPC_link
bin/BackupPC_nightly
bin/BackupPC_restore
bin/BackupPC_sendEmail
bin/BackupPC_serverMesg
bin/BackupPC_tarCreate
bin/BackupPC_tarExtract
bin/BackupPC_trashClean
bin/BackupPC_zcat
bin/BackupPC_zipCreate
cgi-bin/BackupPC_Admin
conf/config.pl
configure.pl
doc-src/BackupPC.pod
init.d/src/gentoo-backuppc
lib/BackupPC/Attrib.pm
lib/BackupPC/CGI/AdminOptions.pm
lib/BackupPC/CGI/Archive.pm
lib/BackupPC/CGI/ArchiveInfo.pm
lib/BackupPC/CGI/Browse.pm
lib/BackupPC/CGI/DirHistory.pm
lib/BackupPC/CGI/EmailSummary.pm
lib/BackupPC/CGI/GeneralInfo.pm
lib/BackupPC/CGI/HostInfo.pm
lib/BackupPC/CGI/LOGlist.pm
lib/BackupPC/CGI/Lib.pm
lib/BackupPC/CGI/Queue.pm
lib/BackupPC/CGI/ReloadServer.pm
lib/BackupPC/CGI/Restore.pm
lib/BackupPC/CGI/RestoreFile.pm
lib/BackupPC/CGI/RestoreInfo.pm
lib/BackupPC/CGI/StartServer.pm
lib/BackupPC/CGI/StartStopBackup.pm
lib/BackupPC/CGI/StopServer.pm
lib/BackupPC/CGI/Summary.pm
lib/BackupPC/CGI/View.pm
lib/BackupPC/FileZIO.pm
lib/BackupPC/Lang/fr.pm
lib/BackupPC/Lang/it.pm
lib/BackupPC/Lang/nl.pm
lib/BackupPC/Lib.pm
lib/BackupPC/PoolWrite.pm
lib/BackupPC/View.pm
lib/BackupPC/Xfer/Archive.pm
lib/BackupPC/Xfer/Rsync.pm
lib/BackupPC/Xfer/RsyncDigest.pm
lib/BackupPC/Xfer/RsyncFileIO.pm
lib/BackupPC/Xfer/Smb.pm
lib/BackupPC/Xfer/Tar.pm
lib/BackupPC/Zip/FileMember.pm
makeDist
makePatch