]> arthur.barton.de Git - bup.git/blobdiff - README.md
restore: fix --sparse fix (find_non_sparse_end)
[bup.git] / README.md
index 9d26917f07ea848d7d622f9d817f5da1567977a3..59e6cc81fab81103a4d5d6f6e00e9286b3cb565c 100644 (file)
--- 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
+=======================================
+
+ - <a href="note/0.27.1-from-0.27.md">Changes in 0.27.1 (unreleased) as compared to 0.27</a>
+
+
 Getting started
 ===============
 
@@ -137,8 +143,13 @@ From source
  
         make test
        
-    (The tests should pass.  If they don't pass for you, stop here and send
-     an email to bup-list@googlegroups.com.)
+    The tests should pass.  If they don't pass for you, stop here and
+    send an email to bup-list@googlegroups.com.  Though if there are
+    symbolic links along the current working directory path, the tests
+    may fail.  Running something like this before "make check" should
+    sidestep the problem:
+
+        cd "$(/bin/pwd)"
 
  - You can install bup via "make install", and override the default
    destination with DESTDIR and PREFIX.