mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-04 02:15:58 -04:00
configure.ac: tag 0.7.7
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
9660aaed2f
commit
8f15388c6f
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
||||
* fuse-overlayfs-0.7.7
|
||||
|
||||
- make sure the destination is deleted before doing a rename(2). It prevents a left
|
||||
over directory to cause delete to fail with EEXIST.
|
||||
- honor --debug.
|
||||
|
||||
* fuse-overlayfs-0.7.6
|
||||
|
||||
- do not look in lower layers for the ino if there is no origin xattr set.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([fuse-overlayfs], [0.7.6], [giuseppe@scrivano.org])
|
||||
AC_INIT([fuse-overlayfs], [0.7.7], [giuseppe@scrivano.org])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user