Skip to content

Commit e01ba30

Browse files
authored
Merge pull request #165 from giuseppe/tag-0.7.3
configure.ac: tag 0.7.3
2 parents a0ba681 + 54ad06b commit e01ba30

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
* fuse-overlayfs-0.7.3
2+
3+
- fix build with -fno-common
4+
- fix possible segmentation fault in direct_fsync()
5+
- use the data store to create missing whiteouts.
6+
- after a rename, force a directory reload.
7+
18
* fuse-overlayfs-0.7.2
29

310
- drop special handling for security.capability.

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

0 commit comments

Comments
 (0)