mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-11 16:27:14 -04:00
NEWS: tag 1.10
Closes: https://github.com/containers/fuse-overlayfs/issues/380 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
34d47e9a74
commit
a1e8466e2c
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
|||||||
|
* fuse-overlayfs-1.10
|
||||||
|
|
||||||
|
- main: use /proc/self/fd to read xattrs.
|
||||||
|
- main: inherit ACLs for new files/dirs.
|
||||||
|
- main: fix passing noatime.
|
||||||
|
- main: add checks for valid /proc mount.
|
||||||
|
- main: fix copy_file_range for deleted files.
|
||||||
|
- main: fix creating links of just deleted files.
|
||||||
|
|
||||||
* fuse-overlayfs-1.9
|
* fuse-overlayfs-1.9
|
||||||
|
|
||||||
- main: fix setting attributes on file without permissions.
|
- main: fix setting attributes on file without permissions.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.69])
|
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_SRCDIR([main.c])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user