]> arthur.barton.de Git - bup.git/commitdiff
Add note/0.29.1-from-0.29.md and mention in README 0.29.1
authorRob Browning <rlb@defaultvalue.org>
Sun, 26 Mar 2017 16:26:05 +0000 (11:26 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 26 Mar 2017 22:24:25 +0000 (17:24 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
README.md
note/0.29.1-from-0.29.md [new file with mode: 0644]

index 82c50df84b5780c4ab7fab9e9995a48c6695e164..ad320dffa125f1b3be55d3e850fd844cb2bd84df 100644 (file)
--- a/README.md
+++ b/README.md
@@ -86,6 +86,7 @@ Reasons you might want to avoid bup
 Notable changes introduced by a release
 =======================================
 
+ - <a href="note/0.29.1-from-0.29.md">Changes in 0.29.1 as compared to 0.29</a>
  - <a href="note/0.29-from-0.28.1.md">Changes in 0.29 as compared to 0.28.1</a>
  - <a href="note/0.28.1-from-0.28.md">Changes in 0.28.1 as compared to 0.28</a>
  - <a href="note/0.28-from-0.27.1.md">Changes in 0.28 as compared to 0.27.1</a>
diff --git a/note/0.29.1-from-0.29.md b/note/0.29.1-from-0.29.md
new file mode 100644 (file)
index 0000000..1d84e0d
--- /dev/null
@@ -0,0 +1,25 @@
+
+Notable changes in 0.29.1 as compared to 0.29
+=============================================
+
+May require attention
+---------------------
+
+* Running gc with a --threshold of 0 no longer runs the risk of
+  corrupting the repository.  (The default threshold is 10).
+  Previously, gc could delete a packfile after rewriting it when the
+  packfile didn't change.
+
+Build system
+------------
+
+* The `bup rm` tests should be less sensitive to variations in rsync's
+  output.
+
+* The `bup ls` tests should work on current Cygwin64.
+
+Thanks to (at least)
+====================
+
+AL, Alexander Barton, Andrea Arrighetti, Paul Kronenwetter, Rob
+Browning, Tim Riemenschneider and Tru Huynh