Merge pull request #179 from giuseppe/tag-076

configure.ac: tag 0.7.6
This commit is contained in:
Daniel J Walsh 2020-02-03 09:23:46 -05:00 committed by GitHub
commit ce61c7e955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -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.

View File

@ -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])