configure.ac, NEWS: tag 0.7.8

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2020-03-17 12:27:58 +01:00
parent 6cb22ea674
commit f55aa8ef56
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -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 * fuse-overlayfs-0.7.7
- make sure the destination is deleted before doing a rename(2). It prevents a left - make sure the destination is deleted before doing a rename(2). It prevents a left

View File

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