mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-09 07:16:11 -04:00
configure.ac: tag 1.1.0
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
f26f1f71ae
commit
d68235ff9b
9
NEWS
9
NEWS
@ -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.
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user