Skip to content

Commit

Permalink
Merge pull request #179 from giuseppe/tag-076
Browse files Browse the repository at this point in the history
configure.ac: tag 0.7.6
  • Loading branch information
rhatdan authored Feb 3, 2020
2 parents 9266fca + f3f7218 commit ce61c7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit ce61c7e

Please sign in to comment.