From db2a1652f0351162a4f39d9f15f1e8ff036f7a6a Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Wed, 23 Apr 2025 23:14:56 +0200 Subject: Update to 3.17.2 --- AUTHORS | 4 ++++ ChangeLog.rst | 16 ++++++++++++++++ meson.build | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 96f25d9..c2ea83a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -271,3 +271,7 @@ Vassili Tchersky # New authors since fuse-3.17.1-rc1 jnr0006 Vassili Tchersky + +# New authors since fuse-3.17.1 +swj <1186093704@qq.com> +Ben Dooks diff --git a/ChangeLog.rst b/ChangeLog.rst index 6c157da..5113f44 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,19 @@ +libfuse 3.17.2 (2025-04-23) +=========================== +* Fixed uninitized bufsize value (compilation warning and real + issue when HAVE_SPLICE was not defined) +* Fixed initialization races related to buffer realocation when + large buf sizes are used (/proc/sys/fs/fuse/max_pages_limit) +* Fix build with kernel < 5.9 +* Fix static_assert build failure with C++ version < 11 +* Compilation fix (remove second fuse_main_real_versioned declaration) +* Another conn.want flag conversion fix for high-level applications +* Check if pthread_setname_np() exists before use it +* fix example/memfs_ll rename deadlock error +* signal handlers: Store fuse_session unconditionally and restore + previous behavior that with multiple sessions the last session + was used for the signal exist handler + libfuse 3.17.1 (2025-03-24) =========================== * fuse: Fix want conn.want flag conversion diff --git a/meson.build b/meson.build index 39cff23..ba551ed 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfuse3', ['c'], - version: '3.17.1', + version: '3.17.2', meson_version: '>= 0.51.0', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.3