aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 934c169..6bb5a36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-04-10 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * 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 <martin dot partel at gmail dot com>
* (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])