Skip to content

Commit 18f574f

Browse files
committed
NEWS: tag 1.3
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent a9d8634 commit 18f574f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
* fuse-overlayfs-1.3
2+
3+
- add squash_to_root mount option.
4+
- honor option "volatile".
5+
- when writing mode to xattr, create files with mode 0755.
6+
- support ID mapping when using xattr permissions.
7+
- allow opening not accessible but still referenced files.
8+
- invalidate directory cache on create/rename.
9+
10+
111
* fuse-overlayfs-1.2
212

313
- fix segfault if no mountpoint specified

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([fuse-overlayfs], [1.2.0+dev], [giuseppe@scrivano.org])
2+
AC_INIT([fuse-overlayfs], [1.3], [giuseppe@scrivano.org])
33
AC_CONFIG_SRCDIR([main.c])
44
AC_CONFIG_HEADERS([config.h])
55

0 commit comments

Comments
 (0)