Changli Gao <xiaosuo@gmail.com>
Christian Menges <christian.menges@tum.de>
Christopher Harrison <ch12@sanger.ac.uk>
+Ciaran <ciaran@hypokrites.me>
Consus <consus@gmx.com>
Craig Chi <craig08@users.noreply.github.com>
Csaba Henk <csaba.henk@creo.hu>
Frank Dinoff <fdinoff@google.com>
Giulio Benetti <giulio.benetti@benettiengineering.com>
Giuseppe Scrivano <giuseppe@scrivano.org>
+Goswin von Brederlow <goswin-v-b@web.de>
guraga <rulumasi@dodsi.com>
HazelFZ <xfzfygz@gmail.com>
Heiko Becker <heirecka@exherbo.org>
Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
+HereThereBeDragons <HereThereBeDragons@users.noreply.github.com>
Hookey <Hookey@users.noreply.github.com>
human <human@neet.fi>
Ikey Doherty <michael.i.doherty@intel.com>
Ken Schalk <kcs-github@xorian.net>
Kevin Vigor <kvigor@fb.com>
Kirill Smelkov <kirr@nexedi.com>
+Kyle Lippincott <spectral@google.com>
Laszlo Boszormenyi (GCS) <gcs@debian.org>
Laszlo Papp <ext-laszlo.papp@nokia.com>
Laurent Bigonville <bigon@users.noreply.github.com>
tenzap <46226844+tenzap@users.noreply.github.com>
therealneworld@gmail.com <therealneworld@gmail.com>
Tobias Nießen <tniessen@users.noreply.github.com>
+Tofik Sonono <tofik.sonono@intel.com>
Tomasz Kulasek <34129113+tkulasek@users.noreply.github.com>
Tom Callaway <spot@fedoraproject.org>
Tom Callaway <spotrh@gmail.com>
William Woodruff <william@yossarian.net>
Winfried Koehler <w_scan@gmx-topmail.de>
winndows <winndows@163.com>
+y <tofik.sonono@intel.com>
Yuri Per <yuri@acronis.com>
+Zhansong Gao <zhsgao@hotmail.com>
Zhiqiang Liu <liuzhiqiang26@huawei.com>
zsugabubus <zsugabubus@users.noreply.github.com>
-libfuse next.release.version (xxxx-xx-xx)
-=========================================
+libfuse 3.13.0 (2023-01-13)
+===========================
+
* There is a new low-level API function `fuse_session_custom_io` that allows to implement
a daemon with a custom io. This can be used to create a daemon that can process incoming
FUSE requests to other destinations than `/dev/fuse`.
+* A segfault when loading custom FUSE modules has been fixed.
+
+* There is a new `fuse_notify_expire_entry` function.
+
+* A deadlock when resolving paths in the high-level API has been fixed.
+
+* libfuse can now be build explicitly for C libraries without symbol versioning support.
+
libfuse 3.12.0 (2022-09-08)
===========================
-project('libfuse3', ['c'], version: '3.12.0',
+project('libfuse3', ['c'], version: '3.13.0',
meson_version: '>= 0.42',
default_options: [
'buildtype=debugoptimized',