mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 18:05:58 -04:00
commit
3a1301ec2d
10
NEWS
10
NEWS
@ -1,3 +1,13 @@
|
||||
* fuse-overlayfs-1.3
|
||||
|
||||
- add squash_to_root mount option.
|
||||
- honor option "volatile".
|
||||
- when writing mode to xattr, create files with mode 0755.
|
||||
- support ID mapping when using xattr permissions.
|
||||
- allow opening not accessible but still referenced files.
|
||||
- invalidate directory cache on create/rename.
|
||||
|
||||
|
||||
* fuse-overlayfs-1.2
|
||||
|
||||
- fix segfault if no mountpoint specified
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([fuse-overlayfs], [1.2.0+dev], [giuseppe@scrivano.org])
|
||||
AC_INIT([fuse-overlayfs], [1.3], [giuseppe@scrivano.org])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user