From 99d49d54aea94fea4e57ef5287eaa9e1e092de7f Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 17 Jan 2020 16:45:01 +0100 Subject: [PATCH] release: tag 0.7.5 Signed-off-by: Giuseppe Scrivano --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 62a3158..c62f970 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +* fuse-overlayfs-0.7.5 + +- do not expose internal xattrs through listxattr and getxattr. + * fuse-overlayfs-0.7.4 - fix fallocate for deleted files. diff --git a/configure.ac b/configure.ac index a834021..53093c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([fuse-overlayfs], [0.7.4], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [0.7.5], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h])