release: tag 0.7.5

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2020-01-17 16:45:01 +01:00
parent 8a7508ed40
commit 99d49d54ae
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
* fuse-overlayfs-0.7.5
- do not expose internal xattrs through listxattr and getxattr.
* fuse-overlayfs-0.7.4
- fix fallocate for deleted files.

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([fuse-overlayfs], [0.7.4], [giuseppe@scrivano.org])
AC_INIT([fuse-overlayfs], [0.7.5], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])