mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-04 10:25:58 -04:00
configure.ac: tag 0.6.2
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
cb4b35e6ea
commit
a7cc43f16e
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
|||||||
|
* fuse-overlayfs-0.6.2
|
||||||
|
|
||||||
|
- avoid ino lookup if not necessary.
|
||||||
|
- include st_dev in the hash key. Now the same inode number can be safely used by lower
|
||||||
|
directories on different file systems.
|
||||||
|
|
||||||
* fuse-overlayfs-0.6.1
|
* fuse-overlayfs-0.6.1
|
||||||
|
|
||||||
- fix a regression introduced with 0.6 where UNIX sockets could not be correctly created.
|
- fix a regression introduced with 0.6 where UNIX sockets could not be correctly created.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([fuse-overlayfs], [0.6.1], [giuseppe@scrivano.org])
|
AC_INIT([fuse-overlayfs], [0.6.2], [giuseppe@scrivano.org])
|
||||||
AC_CONFIG_SRCDIR([main.c])
|
AC_CONFIG_SRCDIR([main.c])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user