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 8a7508e commit 99d49d5Copy full SHA for 99d49d5
NEWS
@@ -1,3 +1,7 @@
1
+* fuse-overlayfs-0.7.5
2
+
3
+- do not expose internal xattrs through listxattr and getxattr.
4
5
* fuse-overlayfs-0.7.4
6
7
- fix fallocate for deleted files.
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [0.7.4], [giuseppe@scrivano.org])
+AC_INIT([fuse-overlayfs], [0.7.5], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments