Skip to content

Commit c5f3ef1

Browse files
committed
NEWS: tag 1.15
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent e8532dc commit c5f3ef1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
* fuse-overlayfs-1.15
2+
3+
- main: lookup upperdir only for created directories.
4+
- main: allow escaped colons in directory paths.
5+
- main: use extended override xattr to support devices.
6+
- remove unsupported option "lazytime".
7+
18
* fuse-overlayfs-1.14
29

310
- isolate security xattrs for STAT_OVERRIDE_CONTAINERS. Prefix all

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([fuse-overlayfs], [1.15-dev], [giuseppe@scrivano.org])
2+
AC_INIT([fuse-overlayfs], [1.15], [giuseppe@scrivano.org])
33
AC_CONFIG_SRCDIR([main.c])
44
AC_CONFIG_HEADERS([config.h])
55

0 commit comments

Comments
 (0)