Skip to content

Commit e0d2ffa

Browse files
committed
configure: tag 0.7.1
Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent fc688fb commit e0d2ffa

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.1
2+
3+
- fix an issue where a whiteout in the parent directory could hide
4+
files in the sub directories.
5+
16
* fuse-overlayfs-0.7
27

38
- plugins support. It allows to read the lower layers from a different data source.

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], [[email protected]])
2+
AC_INIT([fuse-overlayfs], [0.7.1], [[email protected]])
33
AC_CONFIG_SRCDIR([main.c])
44
AC_CONFIG_HEADERS([config.h])
55

fuse-overlayfs.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.nh
12
.TH fuse\-overlayfs 1 "User Commands"
23

34
.SH NAME
@@ -112,5 +113,4 @@ Those are the same IDs visible from outside the user namespace.
112113
.SH AVAILABILITY
113114
.PP
114115
The fuse\-overlayfs command is available from
115-
\fB
116-
\[la]https://github.com/containers/fuse-overlayfs\[ra]\fP under GNU GENERAL PUBLIC LICENSE Version 3 or later.
116+
\fBhttps://github.com/containers/fuse\-overlayfs\fP under GNU GENERAL PUBLIC LICENSE Version 3 or later.

0 commit comments

Comments
 (0)