Skip to content

Commit

Permalink
NEWS: tag 1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Dec 21, 2021
1 parent bafeebf commit 65d3f31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* fuse-overlayfs-1.8

- main: honor user.overlay. xattrs. Native overlay uses user.overlay
to store the overlay metadata instead of trusted.overlay, let's
honor it as well.
- main: add a mount flag to disable ACLs.

* fuse-overlayfs-1.7.1

- set FUSE_CAP_POSIX_ACL only when it is supported by FUSE.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([fuse-overlayfs], [1.8-dev], [giuseppe@scrivano.org])
AC_INIT([fuse-overlayfs], [1.8], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit 65d3f31

Please sign in to comment.