]> arthur.barton.de Git - bup.git/commitdiff
Update HACKING and README for 0.30
authorRob Browning <rlb@defaultvalue.org>
Sat, 28 Sep 2019 17:02:07 +0000 (12:02 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 28 Sep 2019 17:39:20 +0000 (12:39 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
HACKING
README.md

diff --git a/HACKING b/HACKING
index b2622dbc5a250cbaf618a48f949a651d52c4a03c..6dc10b19aa95319b5ef804e7757fa03b3924e19f 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -19,25 +19,26 @@ via email.
 Current Trajectory
 ==================
 
-Now that we've finished the 0.29.3 release, we're working on 0.30, and
+Now that we've finished the 0.30 release, we're working on 0.31, and
 although we're not certain which new features will be included, here
 are likely candidates:
 
-  - Support for transferring saves between repositories and rewriting
-    branches.
+  - Accommodation for the upcoming demise of Python 2, most likely via
+    support for Python 3.
 
 and these are also under consideration:
 
   - Better VFS performance for large repositories (i.e. fuse, ls,
     web...).
 
+  - Better VFS caching.
+
+  - Index improvements.
+
   - 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.)
 
index 82b0cba3e8e70d9ebd2724e9b3fb0d4550833bc3..1a85025dab46f66da8a0ad5b96855093bf2dd4d1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -86,6 +86,7 @@ Reasons you might want to avoid bup
 Notable changes introduced by a release
 =======================================
 
+ - <a href="note/0.30-from-0.29.3.md">Changes in 0.30 as compared to 0.29.3</a>
  - <a href="note/0.29.3-from-0.29.2.md">Changes in 0.29.3 as compared to 0.29.2</a>
  - <a href="note/0.29.2-from-0.29.1.md">Changes in 0.29.2 as compared to 0.29.1</a>
  - <a href="note/0.29.1-from-0.29.md">Changes in 0.29.1 as compared to 0.29</a>