configure.ac: tag 0.6.2

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2019-09-03 15:53:03 +02:00
parent cb4b35e6ea
commit a7cc43f16e
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
* fuse-overlayfs-0.6.2
- avoid ino lookup if not necessary.
- include st_dev in the hash key. Now the same inode number can be safely used by lower
directories on different file systems.
* fuse-overlayfs-0.6.1
- fix a regression introduced with 0.6 where UNIX sockets could not be correctly created.

View File

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