From d8d1f84200ca559b202d331ebe001224c2de9be5 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 26 Mar 2023 11:44:40 +0100 Subject: Released 3.14.1 --- AUTHORS | 2 ++ ChangeLog.rst | 12 ++++++++++++ meson.build | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 634eb88..9463d65 100644 --- a/AUTHORS +++ b/AUTHORS @@ -160,6 +160,7 @@ Olivier Blin pablomh Peter Lemenkov philmd +Pierre Labastie Przemyslaw Pawelczyk Przemysław Pawełczyk psykose @@ -180,6 +181,7 @@ Sam Huffman <40582525+samh-sifive@users.noreply.github.com> Sam James Sam Stuewe Sangwoo Moon +Sarath Lakshman Sargun Dhillon scosu Scott Worley 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', -- cgit v1.2.1