Rclone v1.65.1 release

Rclone 1.65.1 has been released. Find it in the rclone downloads or use rclone selfupdate to upgrade.

This is a bug fix release.

There are two fixes for CVEs in rclone's dependencies

This also contains two important fixes for Onedrive fixing upload problems and problems with one note files.

Thank you to all the contributors to this release, those who contributed code or doc fixes or made issues or answered questions in the forum - your help is much appreciated!

If you’re working in the industry and you feel your company could benefit from a support contract please get in touch at sales@rclone.com or if you’re interested in advertising with us then please drop us a message to sponsorship@rclone.com.

Please consider donating or sponsoring to keep the project sustainable.

v1.65.1 - 2024-01-08

See commits

  • Bug Fixes
    • build
      • Bump golang.org/x/crypto to fix ssh terrapin CVE-2023-48795 (dependabot)
      • Update to go1.21.5 to fix Windows path problems (Nick Craig-Wood)
      • Fix docker build on arm/v6 (Nick Craig-Wood)
    • install.sh: fix harmless error message on install (Nick Craig-Wood)
    • accounting: fix stats to show server side transfers (Nick Craig-Wood)
    • doc fixes (albertony, ben-ba, Eli Orzitzer, emyarod, keongalvin, rarspace01)
    • nfsmount: Compile for all unix oses, add --sudo and fix error/option handling (Nick Craig-Wood)
    • operations: Fix files moved by rclone move not being counted as transfers (Nick Craig-Wood)
    • oauthutil: Avoid panic when *token and *ts.token are the same (rkonfj)
    • serve s3: Fix listing oddities (Nick Craig-Wood)
  • VFS
    • Note that --vfs-refresh runs in the background (Nick Craig-Wood)
  • Azurefiles
    • Fix storage base url (Oksana)
  • Crypt
    • Fix rclone move a file over itself deleting the file (Nick Craig-Wood)
  • Chunker
    • Fix rclone move a file over itself deleting the file (Nick Craig-Wood)
  • Compress
    • Fix rclone move a file over itself deleting the file (Nick Craig-Wood)
  • Dropbox
    • Fix used space on dropbox team accounts (Nick Craig-Wood)
  • FTP
    • Fix multi-thread copy (WeidiDeng)
  • Googlephotos
    • Fix nil pointer exception when batch failed (Nick Craig-Wood)
  • Hasher
    • Fix rclone move a file over itself deleting the file (Nick Craig-Wood)
    • Fix invalid memory address error when MaxAge == 0 (nielash)
  • Onedrive
    • Fix error listing: unknown object type <nil> (Nick Craig-Wood)
    • Fix "unauthenticated: Unauthenticated" errors when uploading (Nick Craig-Wood)
  • Oracleobjectstorage
    • Fix object storage endpoint for custom endpoints (Manoj Ghosh)
    • Multipart copy create bucket if it doesn't exist. (Manoj Ghosh)
  • Protondrive
    • Fix CVE-2023-45286 / GHSA-xwh9-gc39-5298 (Nick Craig-Wood)
  • S3
    • Fix crash if no UploadId in multipart upload (Nick Craig-Wood)
  • Smb
    • Fix shares not listed by updating go-smb2 (halms)
  • Union
    • Fix rclone move a file over itself deleting the file (Nick Craig-Wood)
6 Likes

Woot woot! This is excellent! Thanks!

2 Likes

what does --vfs-refresh do?
I didn't find it on docs...

--vfs-refresh    Refreshes the directory cache recursively in the background on start

In is mentioned in mount docs in options section.

1 Like

Question: what's the difference between rclone mount and rclone nfsmount?

After RTFMing, I got the impression it's just rclone mount plus an automatic rclone serve nfs

Is that it, or am I missing something?

TIA!

It is an automatic rclone serve nfs with a normal OS mount (not FUSE) so it works without macFUSE.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.