mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 09:55:57 -04:00
commit
ce61c7e955
5
NEWS
5
NEWS
@ -1,3 +1,8 @@
|
||||
* fuse-overlayfs-0.7.6
|
||||
|
||||
- do not look in lower layers for the ino if there is no origin xattr set.
|
||||
- attempt to use the file path if the operation on the fd fails with ENXIO.
|
||||
|
||||
* fuse-overlayfs-0.7.5
|
||||
|
||||
- do not expose internal xattrs through listxattr and getxattr.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([fuse-overlayfs], [0.7.5], [giuseppe@scrivano.org])
|
||||
AC_INIT([fuse-overlayfs], [0.7.6], [giuseppe@scrivano.org])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user