mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-08 14:52:31 -04:00
release: tag 0.7
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
5f028d2349
commit
b3b67651d3
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
||||
* fuse-overlayfs-0.7
|
||||
|
||||
- plugins support. It allows to read the lower layers from a different data source.
|
||||
- support running without an upper layer in read only mode.
|
||||
- honor opaque whiteouts.
|
||||
|
||||
* fuse-overlayfs-0.6.5
|
||||
|
||||
- stat reports correctly the number of links for a directory.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([fuse-overlayfs], [0.6.5], [giuseppe@scrivano.org])
|
||||
AC_INIT([fuse-overlayfs], [0.7], [giuseppe@scrivano.org])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user