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 592e50e commit d01bdd7Copy full SHA for d01bdd7
NEWS
@@ -1,3 +1,8 @@
1
+* fuse-overlayfs-1.8.2
2
+
3
+- main: fix lookup if underlying path is a symlink, but a directory on
4
+ a upper directory.
5
6
* fuse-overlayfs-1.8.1
7
8
- main: fix race when looking up an inode that was renamed.
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.2], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments