* Added Simplified Chinese CGI translation from Youlin Feng.
authorcbarratt <cbarratt>
Fri, 6 Jul 2007 06:43:44 +0000 (06:43 +0000)
committercbarratt <cbarratt>
Fri, 6 Jul 2007 06:43:44 +0000 (06:43 +0000)
commit16755c17628b28a58d75663d7541036344826961
treeb241e34d7c103141c4c67e2a0618fe6520af1db4
parent3f3d4f4adbd990e15969d9cbc5e99e89e613e502
* Added Simplified Chinese CGI translation from Youlin Feng.

* Added -l and -L options to BackupPC_tarCreate so that
  provide a file list (without creating the archive).
  Requested by Dirk.

* Fixed single-restore file name charsets for IE, reported by
  Francis Lessard.

* Fixed makeDist so that the --config-dir option to configure.pl
  works correctly.  Reported by Randy Barlow, Tony Shadwick and others.

* Applied patch from Holger Parplies that fixes cleanup of early abort
  in BackupPC_dump.

* Changed BackupPC_sendEmail so that summary admin email doesn't
  include errors from hosts that have $Conf{BackupsDisable} set.
  Reported by James Kyle.  Also, per-user email is now disabled
  when $Conf{BackupsDisable} is set.

* $Conf{IncrLevels} is now defaulted if it is not defined.
17 files changed:
ChangeLog
bin/BackupPC
bin/BackupPC_archiveStart [new file with mode: 0755]
bin/BackupPC_dump
bin/BackupPC_sendEmail
bin/BackupPC_tarCreate
conf/config.pl
lib/BackupPC/Attrib.pm
lib/BackupPC/CGI/RestoreFile.pm
lib/BackupPC/Config/Meta.pm
lib/BackupPC/Lang/zh_CN.pm [new file with mode: 0644]
lib/BackupPC/Lib.pm
lib/BackupPC/Storage.pm
lib/BackupPC/Storage/Text.pm
lib/BackupPC/View.pm
lib/BackupPC/Xfer/RsyncFileIO.pm
makeDist