Skip to content

Commit ce61c7e

Browse files
authored
Merge pull request #179 from giuseppe/tag-076
configure.ac: tag 0.7.6
2 parents 9266fca + f3f7218 commit ce61c7e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* fuse-overlayfs-0.7.6
2+
3+
- do not look in lower layers for the ino if there is no origin xattr set.
4+
- attempt to use the file path if the operation on the fd fails with ENXIO.
5+
16
* fuse-overlayfs-0.7.5
27

38
- do not expose internal xattrs through listxattr and getxattr.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([fuse-overlayfs], [0.7.5], [giuseppe@scrivano.org])
2+
AC_INIT([fuse-overlayfs], [0.7.6], [giuseppe@scrivano.org])
33
AC_CONFIG_SRCDIR([main.c])
44
AC_CONFIG_HEADERS([config.h])
55

0 commit comments

Comments
 (0)