summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2023-03-26 11:44:40 +0100
committerNikolaus Rath <Nikolaus@rath.org>2023-03-26 11:44:40 +0100
commitd8d1f84200ca559b202d331ebe001224c2de9be5 (patch)
treee456d83922ecf43658154a860b7e6e31cd5f8a38
parent024eccbfa5c71a1c927e83753c26c1e6a738708f (diff)
downloadfuse-d8d1f84200ca559b202d331ebe001224c2de9be5.tar.gz
Released 3.14.1fuse-3.14.1
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog.rst12
-rw-r--r--meson.build2
3 files changed, 15 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 634eb88..9463d65 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -160,6 +160,7 @@ Olivier Blin <olivier.blin@softathome.com>
pablomh <pablomh@gmail.com>
Peter Lemenkov <lemenkov@gmail.com>
philmd <philmd@users.noreply.github.com>
+Pierre Labastie <pierre.labastie@neuf.fr>
Przemyslaw Pawelczyk <przemoc@gmail.com>
Przemysław Pawełczyk <przemoc@gmail.com>
psykose <alice@ayaya.dev>
@@ -180,6 +181,7 @@ Sam Huffman <40582525+samh-sifive@users.noreply.github.com>
Sam James <sam@gentoo.org>
Sam Stuewe <halosghost@archlinux.info>
Sangwoo Moon <swmoon00@gmail.com>
+Sarath Lakshman <sarath@couchbase.com>
Sargun Dhillon <sargun@sargun.me>
scosu <mpargmann@allfex.org>
Scott Worley <scottworley@scottworley.com>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 35298d6..3e46c7a 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,15 @@
+libfuse 3.14.1 (2023-03-26)
+===========================
+
+* The extended attribute name passed to the setxattr() handler is no longer
+ truncated at the beginning (bug introduced in 3.13.0).
+
+* As a result of the above, the additional setattr() flags introduced in 3.14 are no
+ longer available for now. They will hopefully be reintroduced in the next release.
+
+* Further improvements of configuration header handling.
+
+
libfuse 3.14.0 (2023-02-17)
===========================
diff --git a/meson.build b/meson.build
index 97de31b..ac4dfb9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', ['c'], version: '3.14.0',
+project('libfuse3', ['c'], version: '3.14.1',
meson_version: '>= 0.50',
default_options: [
'buildtype=debugoptimized',