From 0d53568a131af3f31e3609fe2ff61d0b5970a25a Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 10 Aug 2021 08:59:01 +0200 Subject: [PATCH 1/2] NEWS: tag 1.7.1 Signed-off-by: Giuseppe Scrivano --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ebdeb99..b3bfb53 100644 --- a/NEWS +++ b/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 - fix read xattrs for device files diff --git a/configure.ac b/configure.ac index 56309b1..606832d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ 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_HEADERS([config.h]) From 7390d990687bfecaa487826ced076b1ba3326da7 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 10 Aug 2021 08:59:40 +0200 Subject: [PATCH 2/2] configure.ac: prepare new dev cycle Signed-off-by: Giuseppe Scrivano --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 606832d..56309b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([fuse-overlayfs], [1.7.1], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [1.8-dev], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h])