diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2025-08-17 Martin Pärtel <martin dot partel at gmail dot com> + + * Added `-osubtype=argv[0]` to prevent some systems from + auto-unmounting bindfs when the network goes down + (PR #172, thanks @NishiyamaPedro!) + * Released 1.18.2 + 2025-06-08 Martin Pärtel <martin dot partel at gmail dot com> * Enabled noattrcache by default with fuse-t diff --git a/configure.ac b/configure.ac index 813c191..390c393 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.18.1],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.18.2],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) |