diff --git a/NEWS b/NEWS index e866be8..37778a6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +* fuse-overlayfs-1.4 + +- add squash_to_uid and squash_to_gid + * fuse-overlayfs-1.3 - add squash_to_root mount option. @@ -7,7 +11,6 @@ - allow opening not accessible but still referenced files. - invalidate directory cache on create/rename. - * fuse-overlayfs-1.2 - fix segfault if no mountpoint specified diff --git a/configure.ac b/configure.ac index 006cfaa..69039ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([fuse-overlayfs], [1.3], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [1.4], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h])