Skip to content

Commit

Permalink
NEWS: tag 1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Jul 29, 2021
1 parent cbb4594 commit f38c0b8
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.7

- fix read xattrs for device files
- don't create whiteout files in opaque dirs.
- fix reading files when running with euid != 0.
- enable POSIX ACLs.

* fuse-overlayfs-1.6

- fix an invalid access when filtering internal xattrs that could
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.7-dev], [giuseppe@scrivano.org])
AC_INIT([fuse-overlayfs], [1.7], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit f38c0b8

Please sign in to comment.