* The CSS definition has been removed from the config.pl file and
[BackupPC.git] / ChangeLog
index 0120564..bcb84d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 # Version __VERSION__, __RELEASEDATE__
 #------------------------------------------------------------------------
 
+* The CSS definition has been removed from the config.pl file and
+  is now a separate file, BackupPC_stnd.css.  A new config variable,
+  $Conf{CgiCSSFile}, gives the name of the CSS file to use.
+  Suggested by Ender Mathias.
+
+* Fixed the filling of the host name select box for admins.
+  The default $Conf{CgiNavBarAdminAllHosts} is now 1.
+  Reported by Doug Lytle.
+
+* Cleaned up warning message for restore using rsync when checksum
+  caching is on, but when file didn't have cached checksums.
+
+#------------------------------------------------------------------------
+# Version 2.1.0beta0, 20 Mar 2004
+#------------------------------------------------------------------------
+
 * A failed full dump is now saved as a partial (incomplete) dump,
   provided it includes some files.  This can be used for browsing,
   restoring etc, and will also form the basis of resuming full
   dumps.  Only one partial is kept, and it is removed as soon
   as a successful full (or a new partial) is done.
 
-  (Note: still needs some work to cleanup any partial files when the
-  dump is interrupted or fails).
-
 * Added support for resuming a full dump for rsync.  The partial
   full is kept, and to resume an incremental is done against the
   partial, and a full is done for the rest.
 
-  (Note: not tested!  Also needs a new File::RsyncP that I haven't
-  yet released.)
-
 * Added support for Rsync checksum caching.  Rsync checksum are
   appended to the compressed pool files.  This means that block
   and file checksums do not need to be recomputed on the server
-  when using rsync.
+  when using rsync.  Requires a patch to rsync to support fixed
+  checksum seeds.  This patch is included in the cygwin-rsyncd
+  release on http://backuppc.sourceforge.net.
 
 * Major addition of Archive feature from Josh Marshall.  Special
   clients can be configured to be archive targets (eg: tape drives,
@@ -78,7 +90,9 @@
   files.
 
 * Addition of administration options from Paul Lukins.  Initial
-  page allows server to be started/stopped/reloaded.
+  page allows server to be started/stopped/reloaded.  This still
+  needs some i18n work.  Currently the server start/stop is
+  commented out.
 
 * Split BackupPC_Admin into a set of modules, one for each major action.
   Each action is now a seperate module in lib/BackupPC/CGI.