Skip to content

Commit

Permalink
release: tag 0.7.5
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Jan 17, 2020
1 parent 8a7508e commit 99d49d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.
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], [0.7.4], [[email protected]])
AC_INIT([fuse-overlayfs], [0.7.5], [[email protected]])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit 99d49d5

Please sign in to comment.