From 51592ea406f48faeccab288f65dcba6c4a67cd90 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 10 Jun 2022 10:59:02 +0200 Subject: [PATCH 1/2] NEWS: tag 1.9 Signed-off-by: Giuseppe Scrivano --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 934ae3f..d6ddb26 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +* fuse-overlayfs-1.9 + +- main: fix setting attributes on file without permissions. +- main: ignore EOVERFLOW when copying xattrs. +- main: set the correct value for RENAME_NOREPLACE when it is not already + defined in the system headers. +- main: create source whiteout only when needed +- main: fix missing source whiteout when destination is whiteout + * fuse-overlayfs-1.8.2 - main: fix lookup if underlying path is a symlink, but a directory on diff --git a/configure.ac b/configure.ac index 993d52d..9b257a9 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.9], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h]) From c23f93617fb62ea8aeb1f399ae8c93f764fa5132 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 10 Jun 2022 10:59:27 +0200 Subject: [PATCH 2/2] configure.ac: back to -dev Signed-off-by: Giuseppe Scrivano --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9b257a9..9b92e92 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([fuse-overlayfs], [1.9], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [1.10-dev], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h])