From 8f15388c6f21fa8b0c29969609a55e784db3d561 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 3 Mar 2020 15:40:47 +0100 Subject: [PATCH] configure.ac: tag 0.7.7 Signed-off-by: Giuseppe Scrivano --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 33eeda5..27a4dd3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +* fuse-overlayfs-0.7.7 + +- make sure the destination is deleted before doing a rename(2). It prevents a left + over directory to cause delete to fail with EEXIST. +- honor --debug. + * fuse-overlayfs-0.7.6 - do not look in lower layers for the ino if there is no origin xattr set. diff --git a/configure.ac b/configure.ac index fba2341..9c2bc57 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([fuse-overlayfs], [0.7.6], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [0.7.7], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h])