From c0e6cca6c7e86fda365fac20c74b3f828a666657 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 21 Jun 2021 15:12:32 +0200 Subject: [PATCH] NEWS: tag 1.6 Signed-off-by: Giuseppe Scrivano --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d65920b..7e473f4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +* fuse-overlayfs-1.6 + +- fix an invalid access when filtering internal xattrs that could + deal to a segfault. + * fuse-overlayfs-1.5 - honor FUSE_OVERLAYFS_DISABLE_OVL_WHITEOUT also for renames diff --git a/configure.ac b/configure.ac index 04c2e7e..3e63c97 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([fuse-overlayfs], [1.6-dev], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [1.6], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h])