diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2023-02-17 09:31:14 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-02-17 09:31:14 +0000 |
commit | 3f65bb699cd2f0afe2b9519c39d29922229f2168 (patch) | |
tree | 410ca9843e53eb4150db8b2bfce33b6785a3baef /ChangeLog.rst | |
parent | 418b7efca9bfa56802732ecde75651071315c9bd (diff) | |
download | libfuse-3f65bb699cd2f0afe2b9519c39d29922229f2168.tar.gz |
Released 3.14.0
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index afb2096..35298d6 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,13 @@ +libfuse 3.14.0 (2023-02-17) +=========================== + +* Properly fix the header installation issue. The fix in 3.13.1 resulted + in conflicts with other packages. + +* Introduce additional setattr() flags (FORCE, KILL_SUID, KILL_SGID, FILE, KILL_PRIV, + OPEN, TIMES_SET) + + libfuse 3.13.1 (2023-02-03) =========================== |