Skip to content

Commit

Permalink
Version v1.64.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Oct 19, 2023
1 parent 4325a7c commit 0b2e17b
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 10 deletions.
13 changes: 11 additions & 2 deletions MANUAL.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions MANUAL.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions MANUAL.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions docs/content/changelog.md
Expand Up @@ -5,6 +5,14 @@ description: "Rclone Changelog"

# Changelog

## v1.64.2 - 2023-10-19

[See commits](https://github.com/rclone/rclone/compare/v1.64.1...v1.64.2)

* Bug Fixes
* selfupdate: Fix "invalid hashsum signature" error (Nick Craig-Wood)
* build: Fix docker build running out of space (Nick Craig-Wood)

## v1.64.1 - 2023-10-17

[See commits](https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/commands/rclone.md
Expand Up @@ -784,7 +784,7 @@ rclone [flags]
--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.64.1")
--user-agent string Set the user-agent to a specified string (default "rclone/v1.64.2")
-v, --verbose count Print lots more stuff (repeat for more)
-V, --version Print the version number
--webdav-bearer-token string Bearer token instead of user/pass (e.g. a Macaroon)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/flags.md
Expand Up @@ -111,7 +111,7 @@ General networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar
--user-agent string Set the user-agent to a specified string (default "rclone/v1.64.1")
--user-agent string Set the user-agent to a specified string (default "rclone/v1.64.2")
```


Expand Down
16 changes: 14 additions & 2 deletions rclone.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b2e17b

Please sign in to comment.