X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=584231db65b55f14b2c2bd4399f764f989035ac4;hp=366ba11b6b7274b62215499cf53e9a817834b35a;hb=e4bf7ab080e172b74b3d64c196a72d0ff5d315c5;hpb=e3a3959dcdb461886ed2d5fa4bcd3e345e750e7a diff --git a/ChangeLog b/ChangeLog index 366ba11..584231d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,35 @@ # Version __VERSION__, __RELEASEDATE__ #------------------------------------------------------------------------ +* BackupPC_Admin now uses $Conf{UmaskMode}, so config.pl files + written by the editor have more restrictive permissions. + Reported by Tim Massey. + +* Host summary now shows active backups on disabled hosts, + from Jono Woodhouse. + +* Fixed host LOG link and LOG list order, reported by Tim Massey. + +* Moved Encode.pm version check to start of configure.pl so it + produces a useful error message if Encode.pm is too old. + +* Fixed hrefs to configuration documentation to handle changes + in the way perl generates the anchors. Reported by Philip + Gleghorn. + +* Host name links in LOG files now allow "." in the host name. + Reported by Jean-Michel Beuken. + +* Fixes to lib/BackupPC/Xfer/Tar.pm for tar 1.16: allow 1 + (ie: 256) as a successful exit status and match "Total + bytes read" message for restores. First reported by + Torsten Sadowski and debugged by Ralf Gross and Holger + Parplies. + +#------------------------------------------------------------------------ +# Version 3.0.0beta3, 3 Dec 2006 +#------------------------------------------------------------------------ + * Removed default paths from conf/config.pl so configure.pl will determine the correct ones at install time. Avoids problem of the config editor complaining about bad executable paths the @@ -30,11 +59,14 @@ to 0xd7 to allow correct protocol_version >= 27 md4 checksums to be written. Old cached checksum files have a first byte 0xd6 and are now considered to be uncached. They will be automatically updated - as needed. + as needed. This avoids the cached checksum warnings in beta2. * BackupPC_tarPCCopy now handles all file types correctly. Reported by George Avrunin. +* Fixed BackupPC_nightly to finish pending deletes before renaming + pool chains. + * Fixes for rsync restore where hardlink is to file outside of the top-level restore directory. Reported by George Avrunin, who helped with debugging.