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 bafeebf commit 65d3f31Copy full SHA for 65d3f31
NEWS
@@ -1,3 +1,10 @@
1
+* fuse-overlayfs-1.8
2
+
3
+- main: honor user.overlay. xattrs. Native overlay uses user.overlay
4
+ to store the overlay metadata instead of trusted.overlay, let's
5
+ honor it as well.
6
+- main: add a mount flag to disable ACLs.
7
8
* fuse-overlayfs-1.7.1
9
10
- set FUSE_CAP_POSIX_ACL only when it is supported by FUSE.
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.8], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments