]> arthur.barton.de Git - bup.git/blob - 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
1
2 Notable changes in 0.29.3 as compared to 0.29.2
3 ===============================================
4
5 General
6 -------
7
8 * Newer versions of par2 can process in parallel using multiple
9   threads/cores, and they do so automatically.  This ends up competing
10   with `bup fsck`s own parallelism, enabled by `-j`, in such a way
11   that the command can actually run much *slower* (and be much more
12   expensive) than it would have been with no parallelism at all.
13
14   When appropriate `bup fsck` now disables par2's competing
15   parallelism (via its `-t1` option) to avoid the contention.
16
17 Build system
18 ------------
19
20 * test-prune-older should no longer be disturbed by git's automatic
21   background gc.
22
23 Thanks to (at least)
24 ====================
25
26 Rob Browning and Robert Edmonds