1
2Notable changes in 0.29.3 as compared to 0.29.2
3===============================================
4
5General
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
17Build system
18------------
19
20* test-prune-older should no longer be disturbed by git's automatic
21  background gc.
22
23Thanks to (at least)
24====================
25
26Rob Browning and Robert Edmonds
27