Skip to content

Commit

Permalink
NEWS: tag 1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Mar 23, 2021
1 parent 3077531 commit e90bcb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit e90bcb7

Please sign in to comment.