mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 18:05:58 -04:00
release: tag 0.7.4
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
604452082e
commit
1a1c42aedb
8
NEWS
8
NEWS
@ -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
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user