Skip to content

Commit

Permalink
configure.ac, NEWS: tag 0.7.8
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Mar 17, 2020
1 parent 6cb22ea commit f55aa8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* fuse-overlayfs-0.7.8

- report correctly the number of links for a directory also for subsequent stat calls.
- stop looking up the ino in the lower layers if the file could not be opened.

* fuse-overlayfs-0.7.7

- make sure the destination is deleted before doing a rename(2). It prevents a left
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.7], [[email protected]])
AC_INIT([fuse-overlayfs], [0.7.8], [[email protected]])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit f55aa8e

Please sign in to comment.