NEWS: tag 1.8.2

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2022-01-31 16:09:58 +01:00
parent 592e50e271
commit d01bdd73b6
No known key found for this signature in database
GPG Key ID: 67E38F7A8BA21772
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
* fuse-overlayfs-1.8.2
- main: fix lookup if underlying path is a symlink, but a directory on
a upper directory.
* fuse-overlayfs-1.8.1
- main: fix race when looking up an inode that was renamed.

View File

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