From cc7218e7c9351a4b13f904f3b70d9f909d0e52cd Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sun, 25 Aug 2019 23:07:01 +0200 Subject: [PATCH] configure.ac: tag 0.6.1 Signed-off-by: Giuseppe Scrivano --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ad30164..4db65a5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +* fuse-overlayfs-0.6.1 + +- fix a regression introduced with 0.6 where UNIX sockets could not be correctly created. + * fuse-overlayfs-0.6 - fix an issue where changes to an inode would not be visible from another hard link. diff --git a/configure.ac b/configure.ac index 9681a76..b0d8c3e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([fuse-overlayfs], [0.6], [giuseppe@scrivano.org]) +AC_INIT([fuse-overlayfs], [0.6.1], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_HEADERS([config.h])