11caa83 Update to 3.14.0

Authored and Committed by rjones a year ago
    Update to 3.14.0
    
    This contains a fix for <fuse_config.h> which pollutes the namespace
    with various internal configure symbols, like:
    
      #define HAVE_COPY_FILE_RANGE
      #define HAVE_FALLOCATE
      #define PACKAGE_VERSION "3.13.1"
    
    (and many more).  This prevents some programs like libnbd from being
    compiled.
    
    The upstream fix is:
    https://github.com/libfuse/libfuse/commit/d7560cc9916b086bfe5d86459cc9f04033edd904
    fixing:
    https://github.com/libfuse/libfuse/issues/729
    
    Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
    
        
file modified
+1 -0
file modified
+4 -1
file modified
+1 -1