Skip to content

Commit 87fca95

Browse files
committed
NEWS: tag 1.8.1
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent 0476f84 commit 87fca95

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-1.8.1
2+
3+
- main: fix race when looking up an inode that was renamed.
4+
- main: fix type used for ioctl.
5+
16
* fuse-overlayfs-1.8
27

38
- main: honor user.overlay. xattrs. Native overlay uses user.overlay

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

0 commit comments

Comments
 (0)