]> arthur.barton.de Git - bup.git/commitdiff
Update docs for 0.27.1 release 0.27.1
authorRob Browning <rlb@defaultvalue.org>
Wed, 18 May 2016 23:47:31 +0000 (18:47 -0500)
committerRob Browning <rlb@defaultvalue.org>
Wed, 18 May 2016 23:47:31 +0000 (18:47 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
README.md
note/0.27.1-from-0.27.md

index 59e6cc81fab81103a4d5d6f6e00e9286b3cb565c..3c9b09e1a950b2b58e2dd09ff111717533c5537b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ Reasons you might want to avoid bup
 Notable changes introduced by a release
 =======================================
 
- - <a href="note/0.27.1-from-0.27.md">Changes in 0.27.1 (unreleased) as compared to 0.27</a>
+ - <a href="note/0.27.1-from-0.27.md">Changes in 0.27.1 as compared to 0.27</a>
 
 
 Getting started
index 27352370181fbe6d4be8c96de43872afb47b31a0..83a770bcc69a3c6a4bb260f6aeb259c95752e38d 100644 (file)
@@ -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