From c5f3ef142e46b382f13c5fd0cfa5cf53b26954f7 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 8 May 2025 08:24:16 +0200 Subject: [PATCH 1/2] NEWS: tag 1.15 Signed-off-by: Giuseppe Scrivano --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a1cb912..4a4814e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +* fuse-overlayfs-1.15 + +- main: lookup upperdir only for created directories. +- main: allow escaped colons in directory paths. +- main: use extended override xattr to support devices. +- remove unsupported option "lazytime". + * fuse-overlayfs-1.14 - isolate security xattrs for STAT_OVERRIDE_CONTAINERS. Prefix all diff --git a/configure.ac b/configure.ac index dcad101..9f0e99e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([fuse-overlayfs], [1.15-dev], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [1.15], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h]) From 0ea1677326ab4d598e84d3c82b1bf67732b59b4a Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 8 May 2025 08:24:37 +0200 Subject: [PATCH 2/2] configure.ac: prepare new release cycle Signed-off-by: Giuseppe Scrivano --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9f0e99e..de8fd39 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([fuse-overlayfs], [1.15], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [1.16-dev], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h])