From 94ee6dce2204fbd2e8f49fc49dad6624f16f688f Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sat, 20 Jun 2020 21:13:59 +0200 Subject: [PATCH] NEWS: tag v1.1.1 Signed-off-by: Giuseppe Scrivano --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 52c252d..dc5aeda 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +* fuse-overlayfs-1.1.1 + +- fix lookup for overflow uid when it is different than the overflow gid. + * fuse-overlayfs-1.1.0 - use openat2(2) when available.