Released fuse-3.17.1-rc1 fuse-3.17.1-rc1
authorBernd Schubert <bernd@bsbernd.com>
Tue, 18 Feb 2025 21:46:03 +0000 (22:46 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Tue, 18 Feb 2025 22:36:35 +0000 (23:36 +0100)
AUTHORS
ChangeLog.rst
meson.build

diff --git a/AUTHORS b/AUTHORS
index 837a62c84b9d5920536a54978870221d180a8d6d..19a17206863bba7acc695daf5d1332306cbb0454 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
index 658f898aa5c27018ecb707dfe1163cfbe59e041c..6b04148c76cbbad06715b66abe2075f8db193b42 100644 (file)
@@ -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
index e191fc62c1e721774f24cc4dd70a8648940a762f..c747a075b96177f88050ee95e536514fdf05ac39 100644 (file)
@@ -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',