Skip to content

Commit 65d3f31

Browse files
committed
NEWS: tag 1.8
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent bafeebf commit 65d3f31

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.8
2+
3+
- main: honor user.overlay. xattrs. Native overlay uses user.overlay
4+
to store the overlay metadata instead of trusted.overlay, let's
5+
honor it as well.
6+
- main: add a mount flag to disable ACLs.
7+
18
* fuse-overlayfs-1.7.1
29

310
- set FUSE_CAP_POSIX_ACL only when it is supported by FUSE.

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.8-dev], [giuseppe@scrivano.org])
2+
AC_INIT([fuse-overlayfs], [1.8], [giuseppe@scrivano.org])
33
AC_CONFIG_SRCDIR([main.c])
44
AC_CONFIG_HEADERS([config.h])
55

0 commit comments

Comments
 (0)