We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a2b92 commit 0d53568Copy full SHA for 0d53568
NEWS
@@ -1,3 +1,9 @@
1
+* fuse-overlayfs-1.7.1
2
+
3
+- set FUSE_CAP_POSIX_ACL only when it is supported by FUSE.
4
+- treat statx failure with EINVAL as ENOSYS, so that the fallback
5
+ is attempted.
6
7
* fuse-overlayfs-1.7
8
9
- fix read xattrs for device files
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [1.8-dev], [giuseppe@scrivano.org])
+AC_INIT([fuse-overlayfs], [1.7.1], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments