diff options
author | Bernd Schubert <bernd@bsbernd.com> | 2025-02-18 22:46:03 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-02-18 23:36:35 +0100 |
commit | 97a2e538d7b11e2480b8b90f60e505cb0aa28428 (patch) | |
tree | 45132f9a5c6e496b7a8efb244b81a7b04a9fdeb8 | |
parent | d7507b4d6f1d126c0bd25dd947a40d9f064658cf (diff) | |
download | libfuse-97a2e538d7b11e2480b8b90f60e505cb0aa28428.tar.gz |
Released fuse-3.17.1-rc1
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | ChangeLog.rst | 12 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 16 insertions, 4 deletions
@@ -260,6 +260,10 @@ Tyler Hall <tylerwhall@gmail.com> yangyun <yangyun50@huawei.com> Abhishek <abhi_45645@yahoo.com> -# New authors since 666b2c3fa5159e3c72a0d08117507475117c9319 +# New authors since fuse-3.17.0 Luis Henriques <luis@igalia.com> Zegang <zegang.luo@qq.com> + +# New authors since fuse-3.17.1-rc0 +Maksim Harbachou <maksim.harbachou@resilio.com> +Vassili Tchersky <vt+git@vbcy.org> 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', |