1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-10 04:23:28 +00:00

Version v1.56.2

This commit is contained in:
Nick Craig-Wood
2021-10-01 18:07:47 +01:00
parent 81b3075e9d
commit 4dfcf6899d
7 changed files with 73 additions and 10 deletions

View File

@@ -5,6 +5,16 @@ description: "Rclone Changelog"
# Changelog
## v1.56.2 - 2021-10-01
[See commits](https://github.com/rclone/rclone/compare/v1.56.1...v1.56.2)
* Bug Fixes
* serve http: Re-add missing auth to http service (Nolan Woods)
* build: Update golang.org/x/sys to fix crash on macOS when compiled with go1.17 (Herby Gillot)
* FTP
* Fix deadlock after failed update when concurrency=1 (Ivan Andreev)
## v1.56.1 - 2021-09-19
[See commits](https://github.com/rclone/rclone/compare/v1.56.0...v1.56.1)

View File

@@ -154,7 +154,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. The default is rclone/ version (default "rclone/v1.56.1")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.56.2")
-v, --verbose count Print lots more stuff (repeat for more)
```