Released 3.13.1 fuse-3.13.1
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 3 Feb 2023 10:05:30 +0000 (10:05 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 3 Feb 2023 10:05:30 +0000 (10:05 +0000)
AUTHORS
ChangeLog.rst
meson.build

diff --git a/AUTHORS b/AUTHORS
index 2573effd0448fc451e3a19f97ad9cafdbf440d04..31ccca34857633b564b8aa4d373bf95071c9b9e1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -162,6 +162,7 @@ Peter Lemenkov <lemenkov@gmail.com>
 philmd <philmd@users.noreply.github.com>
 Przemyslaw Pawelczyk <przemoc@gmail.com>
 Przemysław Pawełczyk <przemoc@gmail.com>
+psykose <alice@ayaya.dev>
 Ratna_Bolla@dell.com <Ratna_Bolla@dell.com>
 Rethan <359062468@qq.con>
 Reuben Hawkins <reubenhwk@gmail.com>
index 25dc159dcebcef0d52a5640d86e87eb1f5539eeb..afb2096e40fca230f85940f42ac93da60713e604 100644 (file)
@@ -1,3 +1,10 @@
+libfuse 3.13.1 (2023-02-03)
+===========================
+
+* Fixed an issue that resulted in errors when attempting to compile against
+  installed libfuse headers (because libc symbol versioning support was not
+  detected correctly in this case).
+
 libfuse 3.13.0 (2023-01-13)
 ===========================
 
index 0057c116a508a7a5b0c7de473ec676450365cb17..eb7b47727b4f0c569b28b7e24e72406a9565466e 100644 (file)
@@ -1,4 +1,4 @@
-project('libfuse3', ['c'], version: '3.13.0',
+project('libfuse3', ['c'], version: '3.13.1',
         meson_version: '>= 0.50',
         default_options: [
             'buildtype=debugoptimized',