Skip to content

Commit 51592ea

Browse files
committed
NEWS: tag 1.9
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent 6221ded commit 51592ea

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
* fuse-overlayfs-1.9
2+
3+
- main: fix setting attributes on file without permissions.
4+
- main: ignore EOVERFLOW when copying xattrs.
5+
- main: set the correct value for RENAME_NOREPLACE when it is not already
6+
defined in the system headers.
7+
- main: create source whiteout only when needed
8+
- main: fix missing source whiteout when destination is whiteout
9+
110
* fuse-overlayfs-1.8.2
211

312
- main: fix lookup if underlying path is a symlink, but a directory on

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.9-dev], [giuseppe@scrivano.org])
2+
AC_INIT([fuse-overlayfs], [1.9], [giuseppe@scrivano.org])
33
AC_CONFIG_SRCDIR([main.c])
44
AC_CONFIG_HEADERS([config.h])
55

0 commit comments

Comments
 (0)