NEWS: tag 1.4.0

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2021-01-20 09:27:36 +01:00
parent 3ae5b85c5b
commit 27bf038d0e
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
2 changed files with 5 additions and 2 deletions

5
NEWS
View File

@ -1,3 +1,7 @@
* fuse-overlayfs-1.4
- add squash_to_uid and squash_to_gid
* fuse-overlayfs-1.3 * fuse-overlayfs-1.3
- add squash_to_root mount option. - add squash_to_root mount option.
@ -7,7 +11,6 @@
- allow opening not accessible but still referenced files. - allow opening not accessible but still referenced files.
- invalidate directory cache on create/rename. - invalidate directory cache on create/rename.
* fuse-overlayfs-1.2 * fuse-overlayfs-1.2
- fix segfault if no mountpoint specified - fix segfault if no mountpoint specified

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69]) 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_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])