mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 09:55:57 -04:00
NEWS: tag 1.15
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
e8532dce73
commit
c5f3ef142e
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
|
||||
|
||||
- isolate security xattrs for STAT_OVERRIDE_CONTAINERS. Prefix all
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([fuse-overlayfs], [1.15-dev], [giuseppe@scrivano.org])
|
||||
AC_INIT([fuse-overlayfs], [1.15], [giuseppe@scrivano.org])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user