diff --git a/MANUAL.html b/MANUAL.html
index 98d7f47f4..84f42982d 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -81,7 +81,7 @@
Oct 17, 2023 Oct 19, 2023rclone(1) User Manual
-
Flags helpful for increasing performance.
--buffer-size SizeSuffix In memory buffer size when reading files for each --transfer (default 16Mi)
@@ -34087,6 +34087,15 @@ $ tree /tmp/b
"error": return an error based on option value
Changelog
+v1.64.2 - 2023-10-19
+
+
+- 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
diff --git a/MANUAL.md b/MANUAL.md
index fab3936fc..beb4d90bc 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
-% Oct 17, 2023
+% Oct 19, 2023
# Rclone syncs your files to cloud storage
@@ -16951,7 +16951,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")
```
@@ -46448,6 +46448,14 @@ Options:
# 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)
diff --git a/MANUAL.txt b/MANUAL.txt
index 55c5210d5..36279d16e 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
-Oct 17, 2023
+Oct 19, 2023
Rclone syncs your files to cloud storage
@@ -16285,7 +16285,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")
Performance
@@ -44059,6 +44059,15 @@ Options:
Changelog
+v1.64.2 - 2023-10-19
+
+See commits
+
+- 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
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index d661c3660..ecc5bc5af 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -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)
diff --git a/docs/content/commands/rclone.md b/docs/content/commands/rclone.md
index 9d76712b4..6ff782886 100644
--- a/docs/content/commands/rclone.md
+++ b/docs/content/commands/rclone.md
@@ -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)
diff --git a/docs/content/flags.md b/docs/content/flags.md
index 9d46ec5b4..503bcd8dd 100644
--- a/docs/content/flags.md
+++ b/docs/content/flags.md
@@ -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")
```
diff --git a/rclone.1 b/rclone.1
index fdc093487..d7bd0a499 100644
--- a/rclone.1
+++ b/rclone.1
@@ -1,7 +1,7 @@
.\"t
.\" Automatically generated by Pandoc 2.9.2.1
.\"
-.TH "rclone" "1" "Oct 17, 2023" "User Manual" ""
+.TH "rclone" "1" "Oct 19, 2023" "User Manual" ""
.hy
.SH Rclone syncs your files to cloud storage
.PP
@@ -22784,7 +22784,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 \[dq]rclone/v1.64.1\[dq])
+ --user-agent string Set the user-agent to a specified string (default \[dq]rclone/v1.64.2\[dq])
\f[R]
.fi
.SS Performance
@@ -55374,6 +55374,18 @@ Options:
.IP \[bu] 2
\[dq]error\[dq]: return an error based on option value
.SH Changelog
+.SS v1.64.2 - 2023-10-19
+.PP
+See commits (https://github.com/rclone/rclone/compare/v1.64.1...v1.64.2)
+.IP \[bu] 2
+Bug Fixes
+.RS 2
+.IP \[bu] 2
+selfupdate: Fix \[dq]invalid hashsum signature\[dq] error (Nick
+Craig-Wood)
+.IP \[bu] 2
+build: Fix docker build running out of space (Nick Craig-Wood)
+.RE
.SS v1.64.1 - 2023-10-17
.PP
See commits (https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1)