From a276dbe66faaf7af02d967a648f7598589bf5c5b Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sat, 12 Apr 2025 22:18:25 +0300 Subject: Released 1.18.0. --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 934c169..6bb5a36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-04-10 Martin Pärtel + + * Merged fix from @jpalus (PR #160) to fix compatibility with + libfuse 3.17.1 (#158, #159). Thanks! + * Released 1.18.0 + 2024-04-06 Martin Pärtel * (MacOS) Added `./configure` option `--disable-macos-fs-link` diff --git a/configure.ac b/configure.ac index 7f56ef0..f20b632 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.17.7],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.18.0],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3