mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 09:55:57 -04:00
NEWS: tag 1.7
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
cbb4594654
commit
f38c0b849c
7
NEWS
7
NEWS
@ -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
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user