mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 09:55:57 -04:00
commit
2772fa30c7
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
|||||||
|
* fuse-overlayfs-1.15
|
||||||
|
|
||||||
|
- main: lookup upperdir only for created directories.
|
||||||
|
- main: allow escaped colons in directory paths.
|
||||||
|
- main: use extended override xattr to support devices.
|
||||||
|
- remove unsupported option "lazytime".
|
||||||
|
|
||||||
* fuse-overlayfs-1.14
|
* fuse-overlayfs-1.14
|
||||||
|
|
||||||
- isolate security xattrs for STAT_OVERRIDE_CONTAINERS. Prefix all
|
- isolate security xattrs for STAT_OVERRIDE_CONTAINERS. Prefix all
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([fuse-overlayfs], [1.15-dev], [giuseppe@scrivano.org])
|
AC_INIT([fuse-overlayfs], [1.16-dev], [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