NEWS: tag 1.9

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2022-06-10 10:59:02 +02:00
parent 6221dede8b
commit 51592ea406
No known key found for this signature in database
GPG Key ID: 67E38F7A8BA21772
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -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 * fuse-overlayfs-1.8.2
- main: fix lookup if underlying path is a symlink, but a directory on - main: fix lookup if underlying path is a symlink, but a directory on

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69]) 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_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])