From 87fca95f570cfce4226bf9a2d253c43b0e00cf58 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 17 Jan 2022 17:53:42 +0100 Subject: [PATCH] NEWS: tag 1.8.1 Signed-off-by: Giuseppe Scrivano --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 77fd5fb..a9776b5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +* fuse-overlayfs-1.8.1 + +- main: fix race when looking up an inode that was renamed. +- main: fix type used for ioctl. + * fuse-overlayfs-1.8 - main: honor user.overlay. xattrs. Native overlay uses user.overlay diff --git a/configure.ac b/configure.ac index 993d52d..3027728 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([fuse-overlayfs], [1.9-dev], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [1.8.1], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h])