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.
2 parents 9266fca + f3f7218 commit ce61c7eCopy full SHA for ce61c7e
NEWS
@@ -1,3 +1,8 @@
1
+* fuse-overlayfs-0.7.6
2
+
3
+- do not look in lower layers for the ino if there is no origin xattr set.
4
+- attempt to use the file path if the operation on the fd fails with ENXIO.
5
6
* fuse-overlayfs-0.7.5
7
8
- do not expose internal xattrs through listxattr and getxattr.
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [0.7.5], [giuseppe@scrivano.org])
+AC_INIT([fuse-overlayfs], [0.7.6], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments