Skip to content

Commit

Permalink
NEWS: tag 1.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Feb 1, 2022
1 parent 592e50e commit d01bdd7
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-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.
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], [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])

Expand Down

0 comments on commit d01bdd7

Please sign in to comment.