aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d22d30c..4242697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])