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 a9d8634 commit 18f574fCopy full SHA for 18f574f
NEWS
@@ -1,3 +1,13 @@
1
+* fuse-overlayfs-1.3
2
+
3
+- add squash_to_root mount option.
4
+- honor option "volatile".
5
+- when writing mode to xattr, create files with mode 0755.
6
+- support ID mapping when using xattr permissions.
7
+- allow opening not accessible but still referenced files.
8
+- invalidate directory cache on create/rename.
9
10
11
* fuse-overlayfs-1.2
12
13
- fix segfault if no mountpoint specified
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [1.2.0+dev], [giuseppe@scrivano.org])
+AC_INIT([fuse-overlayfs], [1.3], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments