aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bb5a36..d22d30c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-2024-04-10 Martin Pärtel <martin dot partel at gmail dot com>
+2025-06-08 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * Enabled noattrcache by default with fuse-t
+ * Dropped official support for MacFUSE, because Apple makes it too
+ difficult to test without access to a physical Mac.
+ There is best-effort support for fuse-t.
+ * Released 1.18.1
+
+2025-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!
diff --git a/configure.ac b/configure.ac
index 1aa3e6f..813c191 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([bindfs],[1.18.0],[martin.partel@gmail.com])
+AC_INIT([bindfs],[1.18.1],[martin.partel@gmail.com])
AM_INIT_AUTOMAKE([foreign serial-tests])
AC_CONFIG_HEADERS([config.h])