Skip to content

Commit 561d028

Browse files
committed
fuse-overlays: release 1.0.0
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent 1a5b202 commit 561d028

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* fuse-overlayfs-1.0.0
2+
3+
- fix portability issue to 32 bits archs.
4+
15
* fuse-overlayfs-0.7.8
26

37
- report correctly the number of links for a directory also for subsequent stat calls.

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

0 commit comments

Comments
 (0)