Release 3.17.4

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
This commit is contained in:
Bernd Schubert
2025-08-12 17:19:12 +02:00
parent 8c8a62b1ef
commit ddcb1a0759
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -278,3 +278,6 @@ Ben Dooks <ben.dooks@codethink.co.uk>
# New authors since fuse-3.17.2
Long Li <leo.lilong@huawei.com>
# New authors since fuse-3.17.3
Georgi Valkov <gvalkov@gmail.com>
+8
View File
@@ -1,3 +1,11 @@
libfuse 3.17.4 (2025-08-19)
===========================
- Try to detect mount-utils by checking for /run/mount/utab
and don't try to update mtab if it does not exist
- Fix a build warning when HAVE_BACKTRACE is undefined
- fuse_loop_mt.c: fix close-on-exec flag on clone fd
- Remove struct size assertions from fuse_common.h
libfuse 3.17.3 (2025-07-16)
===========================
* more conn->want / conn->want_ext conversion fixes
+1 -1
View File
@@ -1,5 +1,5 @@
project('libfuse3', ['c'],
version: '3.17.3',
version: '3.17.4',
meson_version: '>= 0.60.0',
default_options: [
'buildtype=debugoptimized',