From 97a2e538d7b11e2480b8b90f60e505cb0aa28428 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Tue, 18 Feb 2025 22:46:03 +0100 Subject: [PATCH] Released fuse-3.17.1-rc1 --- AUTHORS | 6 +++++- ChangeLog.rst | 12 ++++++++++-- meson.build | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 837a62c..19a1720 100644 --- a/AUTHORS +++ b/AUTHORS @@ -260,6 +260,10 @@ Tyler Hall yangyun Abhishek -# New authors since 666b2c3fa5159e3c72a0d08117507475117c9319 +# New authors since fuse-3.17.0 Luis Henriques Zegang + +# New authors since fuse-3.17.1-rc0 +Maksim Harbachou +Vassili Tchersky diff --git a/ChangeLog.rst b/ChangeLog.rst index 658f898..6b04148 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,12 @@ -libfuse 3.17.1-rc0 (2024-02.10) +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 + build warnings +- signify public key added for future 3.18 + +libfuse 3.17.1-rc0 (2025-02.10) =============================== * Fix libfuse build with FUSE_USE_VERSION 30 @@ -14,7 +22,7 @@ libfuse 3.17.1-rc0 (2024-02.10) exported to be able to silence leak checkers -libfuse 3.17 (2024-01-01, not officially releaesed) +libfuse 3.17 (2025-01-01, not officially releaesed) ================================================== * 3.11 and 3.14.2 introduced ABI incompatibilities, the ABI is restored diff --git a/meson.build b/meson.build index e191fc6..c747a07 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfuse3', ['c'], - version: '3.17.1-rc0', # Version with RC suffix + version: '3.17.1-rc1', # Version with RC suffix meson_version: '>= 0.51.0', default_options: [ 'buildtype=debugoptimized', -- 2.30.2