Opened 7 years ago

Closed 7 years ago

#9466 closed enhancement (fixed)

sshfs-3.0.0

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New major version.

Change History (3)

comment:1 by bdubbs@…, 7 years ago

sshfs now requires libfuse 3.1.0 or newer.

When supported by the kernel, sshfs now uses writeback caching.

The cache option has been renamed to dir_cache for clarity.

Added unit tests

--debug now behaves like -o debug_sshfs, i.e. it enables sshfs debugging messages rather than libfuse debugging messages.

Documented limited hardlink support.

Added support for building with Meson.

Added support for more SSH options.

Dropped support for the nodelay workaround - the last OpenSSH version for which this was useful was released in 2006.

Dropped support for the nodelaysrv workaround. The same effect (enabling NODELAY on the server side and enabling X11 forwarding) can be achieved by explicitly passing -o ForwardX11

Removed support for -o workaround=all. Workarounds should always enabled explicitly and only when needed. There is no point in always enabling a potentially changing set of workarounds.

comment:2 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:3 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 18938.

Note: See TracTickets for help on using tickets.