We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35865b commit 2a6da8cCopy full SHA for 2a6da8c
ChangeLog.rst
@@ -1,3 +1,9 @@
1
+libfuse 3.18.1 (2025-12-20)
2
+===========================
3
+* Fix a critical ABI issue compared to libfuse-3.17.3+
4
+* Note: This breaks ABI compatibility to libfuse-3.18.0
5
+ (given that 3.18.0 is out for 2 days only, probably the lesser evil)
6
+
7
libfuse 3.18.0 (2025-12-18)
8
===========================
9
meson.build
@@ -1,5 +1,5 @@
project('libfuse3', ['c'],
- version: '3.18.0',
+ version: '3.18.1',
meson_version: '>= 0.60.0',
default_options: [
'buildtype=debugoptimized',
0 commit comments