X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=f6cc6e3092f6453a5373377a2dab63710d2dfe88;hp=2873269eef3a907c000fbef5f39f4cd4a4cfcc48;hb=b81d2da5e16975674f011e4833337ac0fa24e0ea;hpb=df717077755b9331fa245f72933ef03add7a3710 diff --git a/ChangeLog b/ChangeLog index 2873269..f6cc6e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,11 +21,55 @@ # Version __VERSION__, __RELEASEDATE__ #------------------------------------------------------------------------ +* 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 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.