mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-08 06:42:27 -04:00
configure.ac: tag 0.7.3
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
a0ba68151a
commit
54ad06bafe
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
||||
* fuse-overlayfs-0.7.3
|
||||
|
||||
- fix build with -fno-common
|
||||
- fix possible segmentation fault in direct_fsync()
|
||||
- use the data store to create missing whiteouts.
|
||||
- after a rename, force a directory reload.
|
||||
|
||||
* fuse-overlayfs-0.7.2
|
||||
|
||||
- drop special handling for security.capability.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([fuse-overlayfs], [0.7.2], [giuseppe@scrivano.org])
|
||||
AC_INIT([fuse-overlayfs], [0.7.3], [giuseppe@scrivano.org])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user