From: Rob Browning Date: Wed, 18 May 2016 23:47:31 +0000 (-0500) Subject: Update docs for 0.27.1 release X-Git-Tag: 0.27.1 X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=refs%2Ftags%2F0.27.1 Update docs for 0.27.1 release Signed-off-by: Rob Browning --- diff --git a/README.md b/README.md index 59e6cc8..3c9b09e 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Reasons you might want to avoid bup Notable changes introduced by a release ======================================= - - Changes in 0.27.1 (unreleased) as compared to 0.27 + - Changes in 0.27.1 as compared to 0.27 Getting started diff --git a/note/0.27.1-from-0.27.md b/note/0.27.1-from-0.27.md index 2735237..83a770b 100644 --- a/note/0.27.1-from-0.27.md +++ b/note/0.27.1-from-0.27.md @@ -9,3 +9,24 @@ May require attention incorrect data. Please treat any existing `--sparse` restores as suspect. The problem should be fixed in this release, and the `--sparse` tests have been substantially augmented. + +Thanks to (at least) +==================== + +Frank Gevaerts (1): + restore: test --sparse with zeros at 64k boundary + +Greg Troxel + +Marcus Schopen + +Rob Browning (7): + Use $RANDOM seed for --sparse random tests + restore: add generative --sparse testing + restore: fix --sparse corruption + Merge restore --sparse corruption fix + Add note/0.27.1-from-0.27.md and mention in README + restore: fix --sparse fix (find_non_sparse_end) + test_server_split_with_indexes: close packwriter + +Robert S. Edmonds