Merge pull request #171 from giuseppe/tag-0.7.4

release: tag 0.7.4
This commit is contained in:
Giuseppe Scrivano 2020-01-17 11:51:36 +01:00 committed by GitHub
commit 32d867b96a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
* fuse-overlayfs-0.7.4
- fix fallocate for deleted files.
- ignore O_DIRECT. It causes issues with libfuse not using an aligned buffer, causing
write(2) to fail with EINVAL.
- on copyup, do not copy the opaque xattr.
- fix a wrong lookup for whiteout files, that could happen on a double unlink.
* fuse-overlayfs-0.7.3
- fix build with -fno-common

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([fuse-overlayfs], [0.7.3], [giuseppe@scrivano.org])
AC_INIT([fuse-overlayfs], [0.7.4], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])