X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=NEWS;h=e071e51c2aba4a64bb02efcc31750a3488a5870b;hp=e0e15f82f6eef6f409fa72a3cc8bf999ee282f72;hb=f38dd9bcb0caffd3fc9126b05788c936690e8288;hpb=26b6a86bc3e7a5963005fd0c4095516dad630a1d diff --git a/NEWS b/NEWS index e0e15f8..e071e51 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +0.9 [2009-07-28] + - Rework storage layer, to make it easier to support local files, + S3, and in the future more storage backends. cumulus-util now + permits URLS for specifying storage locations, including s3:// for + Amazon S3 storage. + - The script-level interface between the main cumulus binary and + remote storage has changed. It should not yet be considered + completely finalized. + - Add a tool (cumulus-sync) for copying snapshots between storage + repositories. + - Add a (mostly proof-of-concept) FUSE interface for accessing + snapshots. + - Implement a basic garbage-collection command for deleting unused + segments. There still needs to be a way to select snapshots to + delete (perhaps based on some type of schedule). + - Assorted minor bugfixes. + +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 requires an extension to the local database. The upgrade script