From 70a663b3476c0b9b21b626473c00c68a3dc97b92 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 8 Jun 2025 14:48:53 +0300 Subject: Released 1.18.1. --- ChangeLog | 10 +++++++++- configure.ac | 2 +- 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 +2025-06-08 Martin Pärtel + + * 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 * 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]) -- cgit v1.2.3