]> arthur.barton.de Git - bup.git/blobdiff - HACKING
bup midx: fix --output when used with --auto or --force
[bup.git] / HACKING
diff --git a/HACKING b/HACKING
index df5b26b05161baf35dd81c19c974a6a06184598f..d5ac2f74c1850b2297424e43bf93169f0cdf54c8 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -19,15 +19,27 @@ via email.
 Current Trajectory
 ==================
 
-Now that we've finished the 0.25 release, we're working on 0.26, and
-although we're not certain which new features will eventually be
-included, here are some possible candidates:
+Now that we've finished the 0.27 release, we're working on 0.28, and
+although we're not certain which new features will be included, here
+are likely candidates:
 
   - Support for rm/gc.
-  - Support for remote (push and/or pull) restore.
-  - Support for some kind of push/pull.
+
+  - Support for transferring saves between repositories and rewriting
+    branches.
+
+and these are also under consideration:
+
+  - Better VFS performance for large repositories (i.e. fuse, ls,
+    web...).
+
+  - Incremental indexing via inotify.
+
   - Smarter (and quieter) handling of cross-filesystem metadata.
 
+  - Support for more general purpose push/pull of branches, saves, and
+    tags between repositories.  (See the bup-get patch series.)
+
 If you have the time and inclination, please help review patches
 posted to the list, or post your own.  (See "ways to help" below.)