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 cbb4594 commit f38c0b8Copy full SHA for f38c0b8
NEWS
@@ -1,3 +1,10 @@
1
+* fuse-overlayfs-1.7
2
+
3
+- fix read xattrs for device files
4
+- don't create whiteout files in opaque dirs.
5
+- fix reading files when running with euid != 0.
6
+- enable POSIX ACLs.
7
8
* fuse-overlayfs-1.6
9
10
- fix an invalid access when filtering internal xattrs that could
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [1.7-dev], [giuseppe@scrivano.org])
+AC_INIT([fuse-overlayfs], [1.7], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments