- another rsync bug fix
[BackupPC.git] / ChangeLog
index 4c3e959..1407309 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 #
 #========================================================================
 #
-# 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
 #------------------------------------------------------------------------