Merge pull request #331 from giuseppe/release-1.8

NEWS: tag 1.8
This commit is contained in:
Daniel J Walsh 2021-12-21 10:08:51 -05:00 committed by GitHub
commit ce9ed6c2bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
* fuse-overlayfs-1.8
- main: honor user.overlay. xattrs. Native overlay uses user.overlay
to store the overlay metadata instead of trusted.overlay, let's
honor it as well.
- main: add a mount flag to disable ACLs.
* fuse-overlayfs-1.7.1 * fuse-overlayfs-1.7.1
- set FUSE_CAP_POSIX_ACL only when it is supported by FUSE. - set FUSE_CAP_POSIX_ACL only when it is supported by FUSE.

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([fuse-overlayfs], [1.8-dev], [giuseppe@scrivano.org]) AC_INIT([fuse-overlayfs], [1.9-dev], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])