mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-04 02:15:58 -04:00
commit
ce9ed6c2bc
7
NEWS
7
NEWS
@ -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.
|
||||||
|
@ -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])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user