* Fixed encoding of email subject header in bin/BackupPC_sendEmail as
authorcbarratt <cbarratt>
Mon, 29 Dec 2008 11:46:13 +0000 (11:46 +0000)
committercbarratt <cbarratt>
Mon, 29 Dec 2008 11:46:13 +0000 (11:46 +0000)
commitf076585d3ff9dfe6de32292b897e293008efe74e
tree83772131a92966284a137929e75470943813f697
parent5b79f9a3c01bca16dd4d211e76fc53daa549e421
* Fixed encoding of email subject header in bin/BackupPC_sendEmail as
  suggested by Jean-Claude Repetto.  Also changed $Conf{EMailHeaders}
  charset to utf-8.  Also changed bin/BackupPC_sendEmail to not send
  any per-client email if $Conf{BackupsDisable} is set.

* Added server message for queuing a single host based on patch
  submitted by Joe Digilio.

* Added $Conf{CmdQueueNice} to specify nice level for command queue
  commands (eg: BackupPC_link and BackupPC_nightly).  Suggested by
  Carl Soderstrom.

* Changed bin/BackupPC_dump to not ping or lookup the host if
  $Conf{BackupsDisable} is set.  Requested by John Rouillard.

* Added error check in BackupPC::Xfer::RsyncFileIO after call to
  BackupPC::Xfer::RsyncDigest->digestStart(), reported by Jeff
  Kosowsky.

* Minor fix to sprintf arguments in BackupPC::Attrib, reported by
  Jonathan Kamens.

* Fixed sort compareLOGName syntax in bin/BackupPC for perl 5.10.x,
  reported by Jeff Kosowsky and Holger Parplies.

* Fixed bin/BackupPC_archiveStart to set compression correctly,
  and also set the file extension to .gz when compression is on.
  Reported by Stephen Vaughan.

* Updated BackupPC.pod for $Conf{BackupsDisable}, reported by
  Nils Breunese.

* Updates to makeDist for command-line setting of version and
  release date from Paul Mantz.

* Add output from Pre/Post commands to per-client LOG file, in addition
  to existing output in the XferLOG file.  Patch from Stuart Teasdale.

* Removed BackupPC_compressPool and BackupPC::Xfer::BackupPCd.
26 files changed:
ChangeLog
bin/BackupPC
bin/BackupPC_archiveStart
bin/BackupPC_compressPool [deleted file]
bin/BackupPC_dump
bin/BackupPC_sendEmail
conf/config.pl
configure.pl
doc-src/BackupPC.pod
lib/BackupPC/Attrib.pm
lib/BackupPC/CGI/EditConfig.pm
lib/BackupPC/Config/Meta.pm
lib/BackupPC/Lang/de.pm
lib/BackupPC/Lang/en.pm
lib/BackupPC/Lang/es.pm
lib/BackupPC/Lang/fr.pm
lib/BackupPC/Lang/it.pm
lib/BackupPC/Lang/nl.pm
lib/BackupPC/Lang/pl.pm
lib/BackupPC/Lang/pt_br.pm
lib/BackupPC/Lang/zh_CN.pm
lib/BackupPC/Lib.pm
lib/BackupPC/Xfer.pm
lib/BackupPC/Xfer/BackupPCd.pm [deleted file]
lib/BackupPC/Xfer/RsyncFileIO.pm
makeDist