mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-10 07:44:54 -04:00
configure.ac: tag 0.6.1
Signed-off-by: Giuseppe Scrivano <giuseppe@scrivano.org>
This commit is contained in:
parent
7251f20c4b
commit
cc7218e7c9
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
||||
* fuse-overlayfs-0.6.1
|
||||
|
||||
- fix a regression introduced with 0.6 where UNIX sockets could not be correctly created.
|
||||
|
||||
* fuse-overlayfs-0.6
|
||||
|
||||
- fix an issue where changes to an inode would not be visible from another hard link.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([fuse-overlayfs], [0.6], [giuseppe@scrivano.org])
|
||||
AC_INIT([fuse-overlayfs], [0.6.1], [giuseppe@scrivano.org])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user