Skip to content

Commit

Permalink
Prepare 3.17.1 release
Browse files Browse the repository at this point in the history
Update ChangeLog.rst and AUTHORS

Signed-off-by: Bernd Schubert <[email protected]>
  • Loading branch information
bsbernd committed Feb 10, 2025
1 parent 805969f commit 34c5053
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,7 @@ George Hilliard <[email protected]>
Tyler Hall <[email protected]>
yangyun <[email protected]>
Abhishek <[email protected]>

# New authors since 666b2c3fa5159e3c72a0d08117507475117c9319
Luis Henriques <[email protected]>
Zegang <[email protected]>
20 changes: 18 additions & 2 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
libfuse 3.17 (2024-01-01)
=========================
libfuse 3.17.1-rc0 (2024-02.10)
===============================

* Fix libfuse build with FUSE_USE_VERSION 30
* Fix build of memfs_ll without manual meson reconfigure
* Fix junk readdirplus results when filesystem not filling stat info
* Fix conn.want_ext truncation to 32bit
* Fix some build warnings with -Og
* Fix fuse_main_real symbols
* Several changes related to functions/symbols that added in
the libfuse version in 3.17
* Add thread names to libfuse threads
* With auto-umounts the FUSE_COMMFD2 (parent process fd is
exported to be able to silence leak checkers


libfuse 3.17 (2024-01-01, not officially releaesed)
==================================================

* 3.11 and 3.14.2 introduced ABI incompatibilities, the ABI is restored
to 3.10, .so version was increased since there were releases with
Expand Down

0 comments on commit 34c5053

Please sign in to comment.