Version v1.62.2

This commit is contained in:
Nick Craig-Wood
2023-03-16 09:42:50 +00:00
parent 785c6d5ab6
commit 78d0f48b98
7 changed files with 75 additions and 14 deletions

View File

@ -5,6 +5,16 @@ description: "Rclone Changelog"
# Changelog
## v1.62.2 - 2023-03-16
[See commits](https://github.com/rclone/rclone/compare/v1.62.1...v1.62.2)
* Bug Fixes
* docker volume plugin: Add missing fuse3 dependency (Nick Craig-Wood)
* docs: Fix size documentation (asdffdsazqqq)
* FTP
* Fix 426 errors on downloads with vsftpd (Lesmiscore)
## v1.62.1 - 2023-03-15
[See commits](https://github.com/rclone/rclone/compare/v1.62.0...v1.62.1)

View File

@ -26,7 +26,7 @@ recursion.
Some backends do not always provide file sizes, see for example
[Google Photos](/googlephotos/#size) and
[Google Drive](/drive/#limitations-of-google-docs).
[Google Docs](/drive/#limitations-of-google-docs).
Rclone will then show a notice in the log indicating how many such
files were encountered, and count them in as empty files in the output
of the size command.

View File

@ -171,7 +171,7 @@ These flags are available for every command.
--use-json-log Use json log format
--use-mmap Use mmap allocator (see docs)
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string (default "rclone/v1.62.1")
--user-agent string Set the user-agent to a specified string (default "rclone/v1.62.2")
-v, --verbose count Print lots more stuff (repeat for more)
```