]> arthur.barton.de Git - bup.git/blob - note/0.27.1-from-0.27.md
Update base_version to 0.34~ for 0.34 development
[bup.git] / note / 0.27.1-from-0.27.md
1
2 Notable changes in 0.27.1 as compared to 0.27
3 =============================================
4
5 May require attention
6 ---------------------
7
8 * In previous versions, a `--sparse` restore might have produced
9   incorrect data.  Please treat any existing `--sparse` restores as
10   suspect.  The problem should be fixed in this release, and the
11   `--sparse` tests have been substantially augmented.
12
13 Thanks to (at least)
14 ====================
15
16 Frank Gevaerts (1):
17       restore: test --sparse with zeros at 64k boundary
18
19 Greg Troxel
20
21 Marcus Schopen
22
23 Rob Browning (7):
24       Use $RANDOM seed for --sparse random tests
25       restore: add generative --sparse testing
26       restore: fix --sparse corruption
27       Merge restore --sparse corruption fix
28       Add note/0.27.1-from-0.27.md and mention in README
29       restore: fix --sparse fix (find_non_sparse_end)
30       test_server_split_with_indexes: close packwriter
31
32 Robert S. Edmonds