Skip to content

Commit f55aa8e

Browse files
committed
configure.ac, NEWS: tag 0.7.8
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent 6cb22ea commit f55aa8e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* fuse-overlayfs-0.7.8
2+
3+
- report correctly the number of links for a directory also for subsequent stat calls.
4+
- stop looking up the ino in the lower layers if the file could not be opened.
5+
16
* fuse-overlayfs-0.7.7
27

38
- make sure the destination is deleted before doing a rename(2). It prevents a left

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

0 commit comments

Comments
 (0)