From: Michael Vrable Date: Fri, 1 Aug 2008 18:30:35 +0000 (-0700) Subject: Prepare for 0.8 release. X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=commitdiff_plain;h=4ef00c2ca2d0dc2f5190826c09655048714bf1bb Prepare for 0.8 release. --- diff --git a/NEWS b/NEWS index de2e89e..b1b4e7e 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,15 @@ -0.8 [???] +0.8 [2008-08-01] - SNAPSHOT FORMAT CHANGE: The snapshot format has been extended to allow the local database to be partially rebuilt from the contents of the metadata log. This may be useful for disaster recovery and other scenarios. The changes are small, but old tools will not read the new backups. + - Add the --rebuild-statcache option which will re-read all files + instead of depending on the statcache file to be correct. This + will additionally print warnings if a file has changed but would + not have been detected as changed based on the statcache, and will + add subfile incremental signatures for existing files that do not + have them. 0.7 [2008-06-23] - LOCAL DATABASE CHANGE: The addition of subfile incrementals has