mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 18:05:58 -04:00
commit
84240e9825
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
||||
* fuse-overlayfs-1.9
|
||||
|
||||
- main: fix setting attributes on file without permissions.
|
||||
- main: ignore EOVERFLOW when copying xattrs.
|
||||
- main: set the correct value for RENAME_NOREPLACE when it is not already
|
||||
defined in the system headers.
|
||||
- main: create source whiteout only when needed
|
||||
- main: fix missing source whiteout when destination is whiteout
|
||||
|
||||
* fuse-overlayfs-1.8.2
|
||||
|
||||
- main: fix lookup if underlying path is a symlink, but a directory on
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([fuse-overlayfs], [1.9-dev], [giuseppe@scrivano.org])
|
||||
AC_INIT([fuse-overlayfs], [1.10-dev], [giuseppe@scrivano.org])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user