X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=86a98cb041d0627025493aedbd24ede067e6404d;hp=b19a8b327a65bb3a09bee2756a4748a4d4c4670d;hb=359a795122e5fd5888ad92731147dcd7c1d6db12;hpb=8d7768574bb328c669a44c6efbff01e8a7e93d7e diff --git a/ChangeLog b/ChangeLog index b19a8b3..86a98cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,24 @@ # 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. + +* Browsing and directory history now sort the files in a + case-insensitive manner. + +* 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.