X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=ChangeLog;h=1407309e91417309df37d68ccfdc2bd6a5a409c7;hp=4c3e9594ba57ec6cccec94b225a5a0ee214ea061;hb=affa34c1c6e653829af8285cdc73c541cab5bf40;hpb=1ce7d1541ea1279aaa0a75c16986a3fd40b608ec diff --git a/ChangeLog b/ChangeLog index 4c3e959..1407309 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,12 +11,51 @@ # #======================================================================== # -# Version 1.5.0, released 2 Aug 2002. +# Version __VERSION__, released __RELEASEDATE__. # # See http://backuppc.sourceforge.net. # #======================================================================== +#------------------------------------------------------------------------ +# Version __VERSION__, __RELEASEDATE__ +#------------------------------------------------------------------------ + +* 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 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 + setting $Conf{CgiNavBarAdminAllHosts} that allows all hosts to + be listed in the left nav bar for admins. + +* Fixed new 2.0.0 CGI navigation bug that causes the top-level directory + to have a URL "&share=//boot&dir=" instead of "&share=/boot&dir=/". + Reported by Pascal Schelcher. + +* Added "PerlTaintCheck On" to the mod_perl section in the docs, + suggested by Tim Demarest. + #------------------------------------------------------------------------ # Version 1.5.0, 2 Aug 2002 #------------------------------------------------------------------------