#21489 closed enhancement (fixed)

fuse3-3.17.2

Reported by: Bruce Dubbs Owned by: thomas
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by thomas, 10 months ago

Owner: changed from blfs-book to thomas
Status: newassigned

From ChangeLog.rst:

  • Fixed uninitized bufsize value (compilation warning and real issue when HAVE_SPLICE was not defined)
  • Fixed initialization races related to buffer realocation when large buf sizes are used (/proc/sys/fs/fuse/max_pages_limit)
  • Fix build with kernel < 5.9
  • Fix static_assert build failure with C++ version < 11
  • Compilation fix (remove second fuse_main_real_versioned declaration)
  • Another conn.want flag conversion fix for high-level applications
  • Check if pthread_setname_np() exists before use it
  • fix example/memfs_ll rename deadlock error
  • signal handlers: Store fuse_session unconditionally and restore previous behavior that with multiple sessions the last session was used for the signal exist handler

comment:2 by thomas, 10 months ago

the change of size of tarball (3.16.2 15MB) to 5.3MB is in its docs directory. The html doc has reduced size from 108MB to 34MB.

comment:3 by thomas, 10 months ago

Resolution: fixed
Status: assignedclosed

Fixed at [3aa1554e4b]

Note: See TracTickets for help on using tickets.