Skip to content

Commit

Permalink
Merge pull request #165 from giuseppe/tag-0.7.3
Browse files Browse the repository at this point in the history
configure.ac: tag 0.7.3
  • Loading branch information
giuseppe authored Jan 9, 2020
2 parents a0ba681 + 54ad06b commit e01ba30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* fuse-overlayfs-0.7.3

- fix build with -fno-common
- fix possible segmentation fault in direct_fsync()
- use the data store to create missing whiteouts.
- after a rename, force a directory reload.

* fuse-overlayfs-0.7.2

- drop special handling for security.capability.
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], [0.7.2], [[email protected]])
AC_INIT([fuse-overlayfs], [0.7.3], [[email protected]])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit e01ba30

Please sign in to comment.