X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=f6048311b7dd7f3348ef7ef9a224ca6521c4c341;hp=c1143789247090a6d26892f0cb2d60236072a82c;hb=2441b9094f3f6e4f2a3a4fe67781780e6f6890bd;hpb=3d15da9b2c6de8018c02677549678d6d769234b5 diff --git a/ChangeLog b/ChangeLog index c114378..f604831 100644 --- a/ChangeLog +++ b/ChangeLog @@ -81,6 +81,15 @@ * Added --config-override to configure.pl, allow config settings to be set on the command line. Proposed by Les Stott and Holger Parplies. +* Moved call to NmbLookupFindHostCmd in BackupPC_dump to after the + check of whether a backup needs to be done. This makes wakeonlan + work correctly, rather than waking up the client every WakeupSchedule. + Reported by David Lasker. + +* Improved settings for compression and compext in BackupPC_archiveStart + based on compression type, as proposed by Paul Dugas. compext is now + empty, .gz or .bz2 based on ArchiveComp. + * Changed bin/BackupPC_dump to not ping or lookup the host if $Conf{BackupsDisable} is set. Requested by John Rouillard. @@ -98,11 +107,21 @@ and also set the file extension to .gz when compression is on. Reported by Stephen Vaughan. +* Fixed netbios name comparison in bin/BackupPC_dump and + bin/BackupPC_restore to just use the first 15 characters + of the host name. Patch from Dan MacNeil. + +* Fixed nmblookup parsing in BackupPC::Lib::NetBiosInfoGet to ignore + entries with the tag. Based on patch from Dan MacNeil. + +* Fixed BackupPC_dump so that the XferLOG file is saved when + DumpPreUserCmd fails. Reported by John Rouillard. + * Updated BackupPC.pod for $Conf{BackupsDisable}, reported by Nils Breunese. * Minor updates to lib/BackupPC/Lang/fr.pm from Nicolas STRANSKY - applied by GFK. + applied by GFK, and also from Vincent Fleuranceau. * Minor updates to lib/BackupPC/Lang/de.pm from Klaus Weidenbach.