NEWS: tag 1.7

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2021-07-29 09:20:52 +02:00
parent cbb4594654
commit f38c0b849c
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
* fuse-overlayfs-1.7
- fix read xattrs for device files
- don't create whiteout files in opaque dirs.
- fix reading files when running with euid != 0.
- enable POSIX ACLs.
* fuse-overlayfs-1.6
- fix an invalid access when filtering internal xattrs that could

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([fuse-overlayfs], [1.7-dev], [giuseppe@scrivano.org])
AC_INIT([fuse-overlayfs], [1.7], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])