We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb22ea commit f55aa8eCopy full SHA for f55aa8e
NEWS
@@ -1,3 +1,8 @@
1
+* fuse-overlayfs-0.7.8
2
+
3
+- report correctly the number of links for a directory also for subsequent stat calls.
4
+- stop looking up the ino in the lower layers if the file could not be opened.
5
6
* fuse-overlayfs-0.7.7
7
8
- make sure the destination is deleted before doing a rename(2). It prevents a left
configure.ac
@@ -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])
0 commit comments