From: Rob Browning Date: Sun, 26 Apr 2015 16:38:57 +0000 (-0500) Subject: HACKING: update for 0.27 release X-Git-Tag: 0.27^0 X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=d612d9a599590cb53a76711754f9e031f66a330a HACKING: update for 0.27 release --- diff --git a/HACKING b/HACKING index d2edcc1..d5ac2f7 100644 --- a/HACKING +++ b/HACKING @@ -19,22 +19,27 @@ via email. Current Trajectory ================== -Now that we've finished the 0.26 release, we're working on 0.27, and +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 some possible candidates: +are likely candidates: + + - Support for rm/gc. - 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. - - Support for rm/gc. - - 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.)