aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2025-06-08 14:48:53 +0300
committerMartin Pärtel <martin.partel@gmail.com>2025-06-08 14:49:22 +0300
commit70a663b3476c0b9b21b626473c00c68a3dc97b92 (patch)
tree34728ac922204717775df98b4bd6d13745d3d7aa
parent094eccd5553066514ae67c4a329cf0b65708aed1 (diff)
downloadbindfs-70a663b3476c0b9b21b626473c00c68a3dc97b92.tar.gz
Released 1.18.1.
-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])