Skip to content

Commit 0d53568

Browse files
committed
NEWS: tag 1.7.1
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent c2a2b92 commit 0d53568

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* fuse-overlayfs-1.7.1
2+
3+
- set FUSE_CAP_POSIX_ACL only when it is supported by FUSE.
4+
- treat statx failure with EINVAL as ENOSYS, so that the fallback
5+
is attempted.
6+
17
* fuse-overlayfs-1.7
28

39
- fix read xattrs for device files

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([fuse-overlayfs], [1.8-dev], [giuseppe@scrivano.org])
2+
AC_INIT([fuse-overlayfs], [1.7.1], [giuseppe@scrivano.org])
33
AC_CONFIG_SRCDIR([main.c])
44
AC_CONFIG_HEADERS([config.h])
55

0 commit comments

Comments
 (0)