X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=f6cc6e3092f6453a5373377a2dab63710d2dfe88;hb=b81d2da5e16975674f011e4833337ac0fa24e0ea;hp=4818cad3d31a2f38357d6ba183307ddb6677a00c;hpb=a5650695edc5ab99c7da689704882f1b11ce3a7c;p=BackupPC.git diff --git a/ChangeLog b/ChangeLog index 4818cad..f6cc6e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,21 +21,44 @@ # 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. Priod (v2) version is included +* 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 #------------------------------------------------------------------------ @@ -45,6 +68,8 @@ * 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.