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 0476f84 commit 87fca95Copy full SHA for 87fca95
NEWS
@@ -1,3 +1,8 @@
1
+* fuse-overlayfs-1.8.1
2
+
3
+- main: fix race when looking up an inode that was renamed.
4
+- main: fix type used for ioctl.
5
6
* fuse-overlayfs-1.8
7
8
- main: honor user.overlay. xattrs. Native overlay uses user.overlay
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [1.9-dev], [giuseppe@scrivano.org])
+AC_INIT([fuse-overlayfs], [1.8.1], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments