New
SSHFS 3.7.5
Note: it's 3.7.5 and not 3.7.4 because some upstreams used the 3.7.4/a provided by an old fork (https://github.com/deadbeefsociety/sshfs). A decent number of changes have since occured now that new maintainers exist for SSHFS, so I thought it's time to make a new release. Big thanks to all new contributors for helping out!
What's Changed
- Implement connect to vsock. by @g-easy in https://github.com/libfuse/sshfs/pull/277
- 👷 use latest major version for actions/checkout by @thomasmerz in https://github.com/libfuse/sshfs/pull/289
- remove README.rst file since README.md file exists by @h4sh5 in https://github.com/libfuse/sshfs/pull/295
- Fix memleak in cache after readlink by @jpalus in https://github.com/libfuse/sshfs/pull/305
- Fill stat info when returning cached data for readdir by @jpalus in https://github.com/libfuse/sshfs/pull/306
- Windows native OpenSSH fix by @manu0401 in https://github.com/libfuse/sshfs/pull/314
- Add support for macOS (macFUSE 4.10.0) by @bfleischer in https://github.com/libfuse/sshfs/pull/325
- ipv6 support for directport connection by @h4sh5 in https://github.com/libfuse/sshfs/pull/336
New Contributors
- @g-easy made their first contribution in https://github.com/libfuse/sshfs/pull/277
- @thomasmerz made their first contribution in https://github.com/libfuse/sshfs/pull/289
- @h4sh5 made their first contribution in https://github.com/libfuse/sshfs/pull/295
- @jpalus made their first contribution in https://github.com/libfuse/sshfs/pull/305
- @manu0401 made their first contribution in https://github.com/libfuse/sshfs/pull/314
Full Changelog: https://github.com/libfuse/sshfs/compare/sshfs-3.7.3...sshfs-3.7.5