Skip to content

Commit f38c0b8

Browse files
committed
NEWS: tag 1.7
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent cbb4594 commit f38c0b8

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.7
2+
3+
- fix read xattrs for device files
4+
- don't create whiteout files in opaque dirs.
5+
- fix reading files when running with euid != 0.
6+
- enable POSIX ACLs.
7+
18
* fuse-overlayfs-1.6
29

310
- fix an invalid access when filtering internal xattrs that could

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

0 commit comments

Comments
 (0)