NEWS: tag 1.7.1

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2021-08-10 08:59:01 +02:00
parent c2a2b927f1
commit 0d53568a13
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@ -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

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.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])