mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-04 02:15:58 -04:00
tag version 0.6.4
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
504862881f
commit
098d9ad79f
5
NEWS
5
NEWS
@ -1,3 +1,8 @@
|
||||
* fuse-overlayfs-0.6.4
|
||||
|
||||
- do not lose the setuid bit after a write when the writeback cache is used.
|
||||
- skip creating a whiteout if the node is present only on the upper layer.
|
||||
|
||||
* fuse-overlayfs-0.6.3
|
||||
|
||||
- correctly delete an existing whiteout when the file is recreated (regression introduced with 0.5).
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([fuse-overlayfs], [0.6.3], [giuseppe@scrivano.org])
|
||||
AC_INIT([fuse-overlayfs], [0.6.4], [giuseppe@scrivano.org])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user