Skip to content

Commit

Permalink
NEWS: tag 1.10
Browse files Browse the repository at this point in the history
Closes: #380

Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Nov 30, 2022
1 parent 34d47e9 commit a1e8466
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
* fuse-overlayfs-1.10

- main: use /proc/self/fd to read xattrs.
- main: inherit ACLs for new files/dirs.
- main: fix passing noatime.
- main: add checks for valid /proc mount.
- main: fix copy_file_range for deleted files.
- main: fix creating links of just deleted files.

* fuse-overlayfs-1.9

- main: fix setting attributes on file without permissions.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([fuse-overlayfs], [1.10-dev], [[email protected]])
AC_INIT([fuse-overlayfs], [1.10], [[email protected]])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit a1e8466

Please sign in to comment.