X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=49f9915dbc1bef8428021636922c037b9b306224;hp=4a6f7f1d92cb110481a7ee7ded74e0f4e261305b;hb=dcf156b7d70fbe2f114c1fed738f613d0b1a2775;hpb=e9453b7611be63303572ae443d5fb56b73364678 diff --git a/ChangeLog b/ChangeLog index 4a6f7f1..49f9915 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,18 +21,28 @@ # Version __VERSION__, __RELEASEDATE__ #------------------------------------------------------------------------ -* Support for rsync and rsyncd. Changes to BackupPC_dump and new - modules BackupPC::Xfer::Rsync and BackupPC::Xfer::RsyncFileIO. +* Support for rsync and rsyncd backup and restore. Changes to + BackupPC_dump, BackupPC_restore, and new modules BackupPC::Xfer::Rsync + and BackupPC::Xfer::RsyncFileIO. + +* Added internationalization (i18n) code from Xavier Nicollet, + with additions from Guillaume Filion. Voila! BackupPC_Admin + now supports English and French, and adding more languages is + now easy. + +* Added optional user-defined pre/post dump/restore commands, allowing + things like database shutdown/startup for dumps. + +* Replaced $Conf{PingArgs} with $Conf{PingCmd}, added $Conf{DfCmd}, + $Conf{NmbLookupCmd} allowing all these commands to be fully + configured. Also, all commands (except smbclient) can also + now be fragments of perl code. * Added new BackupPC::View module that creates views of backups (handling merging etc). Updated BackupPC_Admin, BackupPC_zipCreate and BackupPC_tarCreate to use BackupPC::View. This removes lots of merging and mangling code from the higher-level code. -* Added internationalization (i18n) code from Xavier Nicollet. - Voila! BackupPC_Admin now supports English and French, and - adding more languages is now easy. - * Added patch from Toby Johnson that allows additional users to be specified in the hosts file; these users can also view/start/stop and restore backups for that host. Also added a new config