From: cbarratt Date: Fri, 4 Jul 2003 05:58:32 +0000 (+0000) Subject: * Updated ChangeLog X-Git-Tag: v2_0_1~5 X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=commitdiff_plain;h=c56e6b8b68704d7d0e31640cc32b390b7398e5ca * Updated ChangeLog --- diff --git a/ChangeLog b/ChangeLog index b19a8b3..ab0bfbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,21 @@ # Version __VERSION__, __RELEASEDATE__ #------------------------------------------------------------------------ +* Split BackupPC_Admin into a set of modules, one for each major action. + Each action is now a seperate module in lib/BackupPC/CGI. + +* Added directory history display to BackupPC_Admin, allowing the + user to quickly see which files changed between backups. + +* Swapped the Server and Hosts sections on the Nav bar. Moved the + host search text box to the top of the hosts section. This was + done to move the variable-length part of the Nav bar (when all + hosts are displayed) to the bottom. + +#------------------------------------------------------------------------ +# Version 2.0.0, 14 Jun 2003 +#------------------------------------------------------------------------ + * Minor tweaks to disable utf8 on utf8-capable machines (eg: RH8+). Added "no utf8" to all programs, and added binmode() to relevant file handles.