mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-04 02:15:58 -04:00
NEWS: tag 1.7.1
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
c2a2b927f1
commit
0d53568a13
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
|||||||
|
* fuse-overlayfs-1.7.1
|
||||||
|
|
||||||
|
- set FUSE_CAP_POSIX_ACL only when it is supported by FUSE.
|
||||||
|
- treat statx failure with EINVAL as ENOSYS, so that the fallback
|
||||||
|
is attempted.
|
||||||
|
|
||||||
* fuse-overlayfs-1.7
|
* fuse-overlayfs-1.7
|
||||||
|
|
||||||
- fix read xattrs for device files
|
- fix read xattrs for device files
|
||||||
|
@ -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.7.1], [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