From a7cc43f16e88a460e5a3a6727039f719bfed189a Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 3 Sep 2019 15:53:03 +0200 Subject: [PATCH] configure.ac: tag 0.6.2 Signed-off-by: Giuseppe Scrivano --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4db65a5..6480c78 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/configure.ac b/configure.ac index b0d8c3e..dcfe357 100644 --- a/configure.ac +++ b/configure.ac @@ -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])