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 e8532dc commit c5f3ef1Copy full SHA for c5f3ef1
NEWS
@@ -1,3 +1,10 @@
1
+* fuse-overlayfs-1.15
2
+
3
+- main: lookup upperdir only for created directories.
4
+- main: allow escaped colons in directory paths.
5
+- main: use extended override xattr to support devices.
6
+- remove unsupported option "lazytime".
7
8
* fuse-overlayfs-1.14
9
10
- isolate security xattrs for STAT_OVERRIDE_CONTAINERS. Prefix all
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [1.15-dev], [giuseppe@scrivano.org])
+AC_INIT([fuse-overlayfs], [1.15], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments