Update for 0.9 release.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 28 Jul 2009 23:46:22 +0000 (16:46 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Tue, 28 Jul 2009 23:46:22 +0000 (16:46 -0700)
Makefile
NEWS

index 37a747e..bf6561c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ cumulus : $(OBJS)
        $(CXX) $(LDFLAGS) -o $@ $^
 
 version : NEWS
-       (git-describe || (head -n1 NEWS | cut -d" " -f1)) >version 2>/dev/null
+       (git describe || (head -n1 NEWS | cut -d" " -f1)) >version 2>/dev/null
 $(OBJS) : version
 
 clean :
diff --git a/NEWS b/NEWS
index b1b4e7e..e071e51 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+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