From a1e8466e2c2b46593656481508c1cf65a853e4bd Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Wed, 30 Nov 2022 16:32:48 +0100 Subject: [PATCH] NEWS: tag 1.10 Closes: https://github.com/containers/fuse-overlayfs/issues/380 Signed-off-by: Giuseppe Scrivano --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d6ddb26..23cc912 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +* fuse-overlayfs-1.10 + +- main: use /proc/self/fd to read xattrs. +- main: inherit ACLs for new files/dirs. +- main: fix passing noatime. +- main: add checks for valid /proc mount. +- main: fix copy_file_range for deleted files. +- main: fix creating links of just deleted files. + * fuse-overlayfs-1.9 - main: fix setting attributes on file without permissions. diff --git a/configure.ac b/configure.ac index 9b3ea19..129ded0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([fuse-overlayfs], [1.10-dev], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [1.10], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h])