From: Rob Browning Date: Sat, 30 Apr 2016 23:28:02 +0000 (-0500) Subject: Add note/0.27.1-from-0.27.md and mention in README X-Git-Tag: 0.27.1-rc1^0 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=1c6997fe8fe84166b8898501ccc935ea4f24d756 Add note/0.27.1-from-0.27.md and mention in README Signed-off-by: Rob Browning --- diff --git a/README.md b/README.md index ea08b6e..59e6cc8 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,12 @@ Reasons you might want to avoid bup - Any items in "Things that are stupid" below. +Notable changes introduced by a release +======================================= + + - Changes in 0.27.1 (unreleased) 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 new file mode 100644 index 0000000..2735237 --- /dev/null +++ b/note/0.27.1-from-0.27.md @@ -0,0 +1,11 @@ + +Notable changes in 0.27.1 as compared to 0.27 +============================================= + +May require attention +--------------------- + +* In previous versions, a `--sparse` restore might have produced + 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.