diff --git a/MANUAL.html b/MANUAL.html
index 0e7f9c0bd..63e50f282 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -17,7 +17,7 @@
Rclone syncs your files to cloud storage

@@ -7243,7 +7243,7 @@ Showing nodes accounting for 1537.03kB, 100% of 1537.03kB total
--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)
Backend Flags
These flags are available for every command. They control the backends and may be set in the config file.
@@ -21314,6 +21314,19 @@ $ tree /tmp/b
"error": return an error based on option value
Changelog
+v1.56.2 - 2021-10-01
+See commits
+
+- 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
diff --git a/MANUAL.md b/MANUAL.md
index b12e6f096..26c47b95e 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
-% Sep 19, 2021
+% Oct 01, 2021
# Rclone syncs your files to cloud storage
@@ -12650,7 +12650,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)
```
@@ -30711,6 +30711,16 @@ Options:
# 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)
diff --git a/MANUAL.txt b/MANUAL.txt
index 0266c5199..df5275cdb 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
-Sep 19, 2021
+Oct 01, 2021
@@ -12805,7 +12805,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)
@@ -30855,6 +30855,19 @@ Options:
CHANGELOG
+v1.56.2 - 2021-10-01
+
+See commits
+
+- 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
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index 62e281725..27e764396 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -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)
diff --git a/docs/content/flags.md b/docs/content/flags.md
index 71c3d4c35..0dfd2edfe 100644
--- a/docs/content/flags.md
+++ b/docs/content/flags.md
@@ -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)
```
diff --git a/go.sum b/go.sum
index 74f7e8b44..5701e164d 100644
--- a/go.sum
+++ b/go.sum
@@ -895,7 +895,6 @@ golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 h1:iGu644GcxtEcrInvDsQRCwJjtCIOlT2V7IRt6ah2Whw=
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210818153620-00dd8d7831e7 h1:/bmDWM82ZX7TawqxuI8kVjKI0TXHdSY6pHJArewwHtU=
golang.org/x/sys v0.0.0-20210818153620-00dd8d7831e7/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
diff --git a/rclone.1 b/rclone.1
index 14fb6ac5b..45382d497 100644
--- a/rclone.1
+++ b/rclone.1
@@ -1,7 +1,7 @@
.\"t
.\" Automatically generated by Pandoc 2.5
.\"
-.TH "rclone" "1" "Sep 19, 2021" "User Manual" ""
+.TH "rclone" "1" "Oct 01, 2021" "User Manual" ""
.hy
.SH Rclone syncs your files to cloud storage
.PP
@@ -17104,7 +17104,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 \[dq]rclone/v1.56.1\[dq])
+ \-\-user\-agent string Set the user\-agent to a specified string. The default is rclone/ version (default \[dq]rclone/v1.56.2\[dq])
\-v, \-\-verbose count Print lots more stuff (repeat for more)
\f[R]
.fi
@@ -41883,6 +41883,24 @@ Options:
.IP \[bu] 2
\[dq]error\[dq]: return an error based on option value
.SH Changelog
+.SS v1.56.2 \- 2021\-10\-01
+.PP
+See commits (https://github.com/rclone/rclone/compare/v1.56.1...v1.56.2)
+.IP \[bu] 2
+Bug Fixes
+.RS 2
+.IP \[bu] 2
+serve http: Re\-add missing auth to http service (Nolan Woods)
+.IP \[bu] 2
+build: Update golang.org/x/sys to fix crash on macOS when compiled with
+go1.17 (Herby Gillot)
+.RE
+.IP \[bu] 2
+FTP
+.RS 2
+.IP \[bu] 2
+Fix deadlock after failed update when concurrency=1 (Ivan Andreev)
+.RE
.SS v1.56.1 \- 2021\-09\-19
.PP
See commits (https://github.com/rclone/rclone/compare/v1.56.0...v1.56.1)