diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 2 deletions
@@ -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]) |