From 323867ce9fe07dd9bc2b15733170d88e153649a2 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 25 Aug 2019 12:29:00 -0500 Subject: [PATCH] Update HACKING, README, and note/ for 0.29.3 Signed-off-by: Rob Browning (cherry picked from commit 3359ed35580a43d85f08d3ff233628d4c3601707) --- HACKING | 2 +- README.md | 1 + note/0.29.3-from-0.29.2.md | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 note/0.29.3-from-0.29.2.md diff --git a/HACKING b/HACKING index cb576bd..b2622db 100644 --- a/HACKING +++ b/HACKING @@ -19,7 +19,7 @@ via email. Current Trajectory ================== -Now that we've finished the 0.29.2 release, we're working on 0.30, and +Now that we've finished the 0.29.3 release, we're working on 0.30, and although we're not certain which new features will be included, here are likely candidates: diff --git a/README.md b/README.md index be947ae..82b0cba 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Reasons you might want to avoid bup Notable changes introduced by a release ======================================= + - Changes in 0.29.3 as compared to 0.29.2 - Changes in 0.29.2 as compared to 0.29.1 - Changes in 0.29.1 as compared to 0.29 - Changes in 0.29 as compared to 0.28.1 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 index 0000000..3d60329 --- /dev/null +++ b/note/0.29.3-from-0.29.2.md @@ -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 -- 2.39.2