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.
2 parents a0ba681 + 54ad06b commit e01ba30Copy full SHA for e01ba30
NEWS
@@ -1,3 +1,10 @@
1
+* fuse-overlayfs-0.7.3
2
+
3
+- fix build with -fno-common
4
+- fix possible segmentation fault in direct_fsync()
5
+- use the data store to create missing whiteouts.
6
+- after a rename, force a directory reload.
7
8
* fuse-overlayfs-0.7.2
9
10
- drop special handling for security.capability.
configure.ac
@@ -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])
0 commit comments