Released 3.14.1 fuse-3.14.1
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 26 Mar 2023 10:44:40 +0000 (11:44 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 26 Mar 2023 10:44:40 +0000 (11:44 +0100)
AUTHORS
ChangeLog.rst
meson.build

diff --git a/AUTHORS b/AUTHORS
index 634eb885f70d3f2be1737e51abb293339393ab7d..9463d65f49b2a9fff08a2c2bc96315a0a540df71 100644 (file)
--- 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>
index 35298d620c090f59fca735117b6b506fa81626f6..3e46c7ac8390e96008d7743ba8c37bc7baa41835 100644 (file)
@@ -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)
 ===========================
 
index 97de31bd1b073224fe41c99a4df4eb6300a16a26..ac4dfb90168c42ffc0ff4037c3221123652f4b8f 100644 (file)
@@ -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',