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 34d47e9 commit a1e8466Copy full SHA for a1e8466
NEWS
@@ -1,3 +1,12 @@
1
+* fuse-overlayfs-1.10
2
+
3
+- main: use /proc/self/fd to read xattrs.
4
+- main: inherit ACLs for new files/dirs.
5
+- main: fix passing noatime.
6
+- main: add checks for valid /proc mount.
7
+- main: fix copy_file_range for deleted files.
8
+- main: fix creating links of just deleted files.
9
10
* fuse-overlayfs-1.9
11
12
- main: fix setting attributes on file without permissions.
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [1.10-dev], [giuseppe@scrivano.org])
+AC_INIT([fuse-overlayfs], [1.10], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
0 commit comments