diff options
author | Bernd Schubert <bernd@bsbernd.com> | 2025-03-24 11:40:21 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-03-24 13:25:30 +0100 |
commit | 15bb63bbebc7bd11871f60e9c535035e158eb065 (patch) | |
tree | 80451d87f445eedaba7c961fc27048f51e8c6b24 /ChangeLog.rst | |
parent | f52f71df3373185c4d18414aad57c4e8995a4393 (diff) | |
download | libfuse-15bb63bbebc7bd11871f60e9c535035e158eb065.tar.gz |
Release version 3.17.1
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 6b04148..6c157da 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,10 +1,16 @@ +libfuse 3.17.1 (2025-03-24) +=========================== +* fuse: Fix want conn.want flag conversion +* Prevent re-usage of stdio FDs for fusermount +* PanFS added to fusermount whitelist + libfuse 3.17.1-rc1 (2025-02-18) =============================== -- several BSD fixes -- x86 (32bit) build fixes -- nested declarations moved out of the inlined functions to avoid +* several BSD fixes +* x86 (32bit) build fixes +* nested declarations moved out of the inlined functions to avoid build warnings -- signify public key added for future 3.18 +* signify public key added for future 3.18 libfuse 3.17.1-rc0 (2025-02.10) =============================== |