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 3ae5b85 commit 27bf038Copy full SHA for 27bf038
NEWS
@@ -1,3 +1,7 @@
1
+* fuse-overlayfs-1.4
2
+
3
+- add squash_to_uid and squash_to_gid
4
5
* fuse-overlayfs-1.3
6
7
- add squash_to_root mount option.
@@ -7,7 +11,6 @@
11
- allow opening not accessible but still referenced files.
8
12
- invalidate directory cache on create/rename.
9
13
10
-
14
* fuse-overlayfs-1.2
15
16
- fix segfault if no mountpoint specified
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [1.3], [[email protected]])
+AC_INIT([fuse-overlayfs], [1.4], [[email protected]])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments