From 15bb63bbebc7bd11871f60e9c535035e158eb065 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Mon, 24 Mar 2025 11:40:21 +0100 Subject: Release version 3.17.1 Signed-off-by: Bernd Schubert --- AUTHORS | 4 ++++ ChangeLog.rst | 14 ++++++++++---- meson.build | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 19a1720..96f25d9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -267,3 +267,7 @@ Zegang # New authors since fuse-3.17.1-rc0 Maksim Harbachou Vassili Tchersky + +# New authors since fuse-3.17.1-rc1 +jnr0006 +Vassili Tchersky diff --git a/ChangeLog.rst b/ChangeLog.rst index 6b04148..6c157da 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,10 +1,16 @@ +libfuse 3.17.1 (2025-03-24) +=========================== +* fuse: Fix want conn.want flag conversion +* Prevent re-usage of stdio FDs for fusermount +* PanFS added to fusermount whitelist + libfuse 3.17.1-rc1 (2025-02-18) =============================== -- several BSD fixes -- x86 (32bit) build fixes -- nested declarations moved out of the inlined functions to avoid +* several BSD fixes +* x86 (32bit) build fixes +* nested declarations moved out of the inlined functions to avoid build warnings -- signify public key added for future 3.18 +* signify public key added for future 3.18 libfuse 3.17.1-rc0 (2025-02.10) =============================== diff --git a/meson.build b/meson.build index 1d961d0..494bb3d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfuse3', ['c'], - version: '3.17.1-rc1', # Version with RC suffix + version: '3.17.1', meson_version: '>= 0.51.0', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.3