mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-04 02:15:58 -04:00
Merge pull request #196 from giuseppe/tag-0.7.8
configure.ac, NEWS: tag 0.7.8
This commit is contained in:
commit
5f666c1e67
5
NEWS
5
NEWS
@ -1,3 +1,8 @@
|
||||
* fuse-overlayfs-0.7.8
|
||||
|
||||
- report correctly the number of links for a directory also for subsequent stat calls.
|
||||
- stop looking up the ino in the lower layers if the file could not be opened.
|
||||
|
||||
* fuse-overlayfs-0.7.7
|
||||
|
||||
- make sure the destination is deleted before doing a rename(2). It prevents a left
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([fuse-overlayfs], [0.7.7], [giuseppe@scrivano.org])
|
||||
AC_INIT([fuse-overlayfs], [0.7.8], [giuseppe@scrivano.org])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user