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 746960b commit 560ab7dCopy full SHA for 560ab7d
NEWS
@@ -1,3 +1,9 @@
1
+* fuse-overlayfs-1.12
2
+
3
+- change license to GPL-2.0-or-later.
4
5
+- main: if a lower layer doesn't support ACLs do not enable them.
6
7
* fuse-overlayfs-1.11
8
9
- main: if a lower layer doesn't support ACLs do not enable them.
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [1.12-dev], [giuseppe@scrivano.org])
+AC_INIT([fuse-overlayfs], [1.12], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments