Skip to content

Commit 27bf038

Browse files
committed
NEWS: tag 1.4.0
Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent 3ae5b85 commit 27bf038

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NEWS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* fuse-overlayfs-1.4
2+
3+
- add squash_to_uid and squash_to_gid
4+
15
* fuse-overlayfs-1.3
26

37
- add squash_to_root mount option.
@@ -7,7 +11,6 @@
711
- allow opening not accessible but still referenced files.
812
- invalidate directory cache on create/rename.
913

10-
1114
* fuse-overlayfs-1.2
1215

1316
- 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.3], [[email protected]])
2+
AC_INIT([fuse-overlayfs], [1.4], [[email protected]])
33
AC_CONFIG_SRCDIR([main.c])
44
AC_CONFIG_HEADERS([config.h])
55

0 commit comments

Comments
 (0)