summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog.rst7
-rw-r--r--meson.build2
3 files changed, 9 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 2573eff..31ccca3 100644
--- 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>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 25dc159..afb2096 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -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)
===========================
diff --git a/meson.build b/meson.build
index 0057c11..eb7b477 100644
--- a/meson.build
+++ b/meson.build
@@ -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',