configure.ac: tag 1.1.0

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2020-06-17 15:57:22 +02:00
parent f26f1f71ae
commit d68235ff9b
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
* fuse-overlayfs-1.1.0
- use openat(2) when available.
- accept "ro" as mount option.
- fix set mtime for a symlink.
- fix some issues reported by static analysis.
- fix potential infinite loop on a short read.
- fix creating a directory if the destination already exists in the upper layer.
* fuse-overlayfs-1.0.0
- fix portability issue to 32 bits archs.

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([fuse-overlayfs], [1.0.0], [giuseppe@scrivano.org])
AC_INIT([fuse-overlayfs], [1.1.0], [giuseppe@scrivano.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])