X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=09c29ef62a76506948129d03ebcb0750494d0646;hp=54d66199e624bf7c95d3d55418603c9fe12c8bba;hb=caa62f13e4ab659d296afbce7bcd01c3c77cf7bb;hpb=810a8dbb03cbc4112462d9f24da8631a6ffd28ec diff --git a/ChangeLog b/ChangeLog index 54d6619..09c29ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,115 @@ # Version __VERSION__, __RELEASEDATE__ #------------------------------------------------------------------------ +* 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 + first time you use it. + +* Changed first byte of compressed files with rsync checksums appended + 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. 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. + +* Fixes for checksum mismatch on restore for certain file sizes. + Reported by George Avrunin and others. + +* Fix for config.pl writing code to handle multi-line expressions. + Reported by David Relson and others. + +* Fix for CGI editor when deleting hash entries whose keys are + non alphanumeric. Report by David Relson and Aaron Ciarlotta. + +* Two fixes to configure.pl from Andreas Vögele. + +#------------------------------------------------------------------------ +# Version 3.0.0beta2, 18 Nov 2006 +#------------------------------------------------------------------------ + +* Fix for final md4 digest check on rsync transfers >= 512MB when protocol + version >= 27 and checksums are not cached. Reported by Garith Dugmore + and Dale Renton. + +* Config Editor "Save" button is now always visible, but greyed out + until there are changes to save. + +* Config editor allows other tabs to be selected when there is an + error, which allows you to fix an error (eg: missing binary) in + an exiting config file. Errors are now displayed at the top of + the page in addition to next to the erroneous setting. + +* configure.pl checks version of Encode.pm. Reported by Chris Stone. + +* Several fixes to bin/BackupPC_fixupBackupSummary from Stian Jordet. + +* Fixed config.pl editor writing to solve bug with multi-line text + strings ending in newline. Reported and root caused by Les Stott + and Jerry Groendyke. + +* Fixed error recovery case in BackupPC::PoolWrite, reported by + Samuel Bancal. + +* Fixed table width in backup browsing to avoid Firefox layout anomoly, + provided by Jono Woodhouse. + +* CSS file updates from Jono Woodhouse. Prior (v2) version is included + as BackupPC_stnd_orig.css in case people prefer the old skin. + +* More compact host summary, including disabled host indication, + from Jono Woodhouse. + +* New directory/file/hardlink and symlink image icons from Sean Cameron + and Jono Woodhouse, making directory browse more compact. + +* BackupPC.pid is now world readable, suggested by Casper Thomsen. + +* Reordered the Server navigation bar links, suggested by David Relson. + +* Fixed typos in init.d/src/gentoo-backuppc, configure.pl and config.pl + reported by David Relson. + +#------------------------------------------------------------------------ +# Version 3.0.0beta1, 30 Jul 2006 +#------------------------------------------------------------------------ + +* Fixed several Xfer charset conversions. + +* Added some CGI utf8 conversions from Rodrigo Real and Vincent + Fleuranceau. + +* Rsync transfers now correctly handle file names with \n or \r. + +* Host name is forced to lower case, to match 2.x. + +* Fixed LOG file naming in BackupPC_restore and BackupPC_archive. + +* GFK applied fr.pm corrections from Nicolas Stransky. + +* Updated init.d/src scripts for FHS (ie: replaced __TOPDIR__/log + with __LOGDIR__ and __TOPDIR__/conf with __CONFDIR__). Patch + provided by Rodrigo Real. + +* Added --log-dir and --conf-dir options to configure.pl. + Reported by Vincent Fleuranceau. + +* Updated File::RsyncP version check in configure.pl, reported + by Vincent Fleuranceau. Changed File::RsyncP version to 0.64. + +#------------------------------------------------------------------------ +# Version 3.0.0beta0, 11 Jul 2006 +#------------------------------------------------------------------------ + * Added configuration and host CGI editor. * Added rsync hardlink support. Requires latest version of