]> arthur.barton.de Git - bup.git/blobdiff - note/0.29.3-from-0.29.2.md
Update HACKING, README, and note/ for 0.29.3
[bup.git] / note / 0.29.3-from-0.29.2.md
diff --git a/note/0.29.3-from-0.29.2.md b/note/0.29.3-from-0.29.2.md
new file mode 100644 (file)
index 0000000..3d60329
--- /dev/null
@@ -0,0 +1,26 @@
+
+Notable changes in 0.29.3 as compared to 0.29.2
+===============================================
+
+General
+-------
+
+* Newer versions of par2 can process in parallel using multiple
+  threads/cores, and they do so automatically.  This ends up competing
+  with `bup fsck`s own parallelism, enabled by `-j`, in such a way
+  that the command can actually run much *slower* (and be much more
+  expensive) than it would have been with no parallelism at all.
+
+  When appropriate `bup fsck` now disables par2's competing
+  parallelism (via its `-t1` option) to avoid the contention.
+
+Build system
+------------
+
+* test-prune-older should no longer be disturbed by git's automatic
+  background gc.
+
+Thanks to (at least)
+====================
+
+Rob Browning and Robert Edmonds