mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 09:55:57 -04:00
NEWS: tag 1.5
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
30775315a6
commit
e90bcb77f3
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
||||
* fuse-overlayfs-1.5
|
||||
|
||||
- honor FUSE_OVERLAYFS_DISABLE_OVL_WHITEOUT also for renames
|
||||
- use strncpy instead of strcpy
|
||||
- fix renameat2(RENAME_NOREPLACE) on older kernels that lack
|
||||
device whiteouts for unprivileged users.
|
||||
- fix creating a symlink on top of a removed file.
|
||||
- fix copyup of xattrs longer than 256 bytes.
|
||||
|
||||
* fuse-overlayfs-1.4
|
||||
|
||||
- add squash_to_uid and squash_to_gid
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([fuse-overlayfs], [1.4], [giuseppe@scrivano.org])
|
||||
AC_INIT([fuse-overlayfs], [1.5], [giuseppe@scrivano.org])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user