File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ * fuse-overlayfs-1.9
2
+
3
+ - main: fix setting attributes on file without permissions.
4
+ - main: ignore EOVERFLOW when copying xattrs.
5
+ - main: set the correct value for RENAME_NOREPLACE when it is not already
6
+ defined in the system headers.
7
+ - main: create source whiteout only when needed
8
+ - main: fix missing source whiteout when destination is whiteout
9
+
1
10
* fuse-overlayfs-1.8.2
2
11
3
12
- main: fix lookup if underlying path is a symlink, but a directory on
Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.69] )
2
- AC_INIT ( [ fuse-overlayfs] , [ 1.9-dev ] , [ giuseppe@scrivano.org] )
2
+ AC_INIT ( [ fuse-overlayfs] , [ 1.9] , [ giuseppe@scrivano.org] )
3
3
AC_CONFIG_SRCDIR ( [ main.c] )
4
4
AC_CONFIG_HEADERS ( [ config.h] )
5
5
You can’t perform that action at this time.
0 commit comments