diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2023-03-26 11:44:40 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-03-26 11:44:40 +0100 |
commit | d8d1f84200ca559b202d331ebe001224c2de9be5 (patch) | |
tree | e456d83922ecf43658154a860b7e6e31cd5f8a38 /ChangeLog.rst | |
parent | 024eccbfa5c71a1c927e83753c26c1e6a738708f (diff) | |
download | libfuse-d8d1f84200ca559b202d331ebe001224c2de9be5.tar.gz |
Released 3.14.1
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 12 |
1 files changed, 12 insertions, 0 deletions
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) =========================== |