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>
-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
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
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',