Skip to content

Commit 2a6da8c

Browse files
committed
Prepare the 3.18.1 release
1 parent c35865b commit 2a6da8c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
libfuse 3.18.0 (2025-12-18)
28
===========================
39

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libfuse3', ['c'],
2-
version: '3.18.0',
2+
version: '3.18.1',
33
meson_version: '>= 0.60.0',
44
default_options: [
55
'buildtype=debugoptimized',

0 commit comments

Comments
 (0)