Skip to content

Commit 560ab7d

Browse files
committed
NEWS: tag 1.12
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent 746960b commit 560ab7d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* fuse-overlayfs-1.12
2+
3+
- change license to GPL-2.0-or-later.
4+
5+
- main: if a lower layer doesn't support ACLs do not enable them.
6+
17
* fuse-overlayfs-1.11
28

39
- main: if a lower layer doesn't support ACLs do not enable them.

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

0 commit comments

Comments
 (0)