Add a few items to the TODO list.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 26 Aug 2009 18:45:19 +0000 (11:45 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Wed, 26 Aug 2009 18:45:19 +0000 (11:45 -0700)
TODO

diff --git a/TODO b/TODO
index f2261b9..52b5830 100644 (file)
--- a/TODO
+++ b/TODO
@@ -9,3 +9,10 @@ interface is preliminary and is subject to change.
 
 * Continue to investigate schemes for adding parity blocks for error
 recovery.
+
+* Switch over to a new hash algorithm beyond SHA-1, probably SHA-256.
+(The system is designed to allow this, but see how it works in
+practice.)
+
+* Add snapshot deletion to cumulus-util, with some simple way to specify
+what snapshots to keep so that automatic snapshot pruning can be done.