Merge pull request #264 from giuseppe/tag-1.3

NEWS: tag 1.3
This commit is contained in:
Daniel J Walsh 2020-11-25 09:26:20 -05:00 committed by GitHub
commit 3a1301ec2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -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

View File

@ -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])