diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2025-08-17 09:46:31 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2025-08-17 09:46:31 +0300 |
commit | 755e0895040bbd43a8e2f3efc7f32f366160a408 (patch) | |
tree | 047bf91b80163fc3ca847f367275f829c4dd758f | |
parent | 58bbb65e44416304e33c476ec5dd98051644dcdb (diff) | |
download | bindfs-master.tar.gz |
-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]) |