diff --git a/MANUAL.html b/MANUAL.html
index a06ad604c..e15d044c0 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -17,7 +17,7 @@
Rclone syncs your files to cloud storage
@@ -5866,7 +5866,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.52.1")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.52.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.
@@ -11815,6 +11815,7 @@ trashed=false and 'c' in parents
–drive-impersonate
Impersonate this user when using a service account.
+Note that if this is used then “root_folder_id” will be ignored.
- Config: impersonate
- Env Var: RCLONE_DRIVE_IMPERSONATE
@@ -17059,6 +17060,46 @@ $ tree /tmp/b
- “error”: return an error based on option value
Changelog
+v1.52.2 - 2020-06-24
+See commits
+
+- Bug Fixes
+
+- build
+
+- Fix docker release build action (Nick Craig-Wood)
+- Fix custom timezone in Docker image (NoLooseEnds)
+
+- check: Fix misleading message which printed errors instead of differences (Nick Craig-Wood)
+- errors: Add WSAECONNREFUSED and more to the list of retriable Windows errors (Nick Craig-Wood)
+- rcd: Fix incorrect prometheus metrics (Gary Kim)
+- serve restic: Fix flags so they use environment variables (Nick Craig-Wood)
+- serve webdav: Fix flags so they use environment variables (Nick Craig-Wood)
+- sync: Fix –track-renames-strategy modtime (Nick Craig-Wood)
+
+- Drive
+
+- Fix not being able to delete a directory with a trashed shortcut (Nick Craig-Wood)
+- Fix creating a directory inside a shortcut (Nick Craig-Wood)
+- Fix –drive-impersonate with cached root_folder_id (Nick Craig-Wood)
+
+- SFTP
+
+- Fix SSH key PEM loading (Zac Rubin)
+
+- Swift
+
+- Speed up deletes by not retrying segment container deletes (Nick Craig-Wood)
+
+- Tardigrade
+
+- Upgrade to uplink v1.1.1 (Caleb Case)
+
+- WebDAV
+
+- Fix free/used display for rclone about/df for certain backends (Nick Craig-Wood)
+
+
v1.52.1 - 2020-06-10
See commits
diff --git a/MANUAL.md b/MANUAL.md
index 5a4503750..3a3427076 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
-% Jun 10, 2020
+% Jun 24, 2020
# Rclone syncs your files to cloud storage
@@ -9683,7 +9683,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.52.1")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.52.2")
-v, --verbose count Print lots more stuff (repeat for more)
```
@@ -16833,6 +16833,9 @@ Size of listing chunk 100-1000. 0 to disable.
Impersonate this user when using a service account.
+Note that if this is used then "root_folder_id" will be ignored.
+
+
- Config: impersonate
- Env Var: RCLONE_DRIVE_IMPERSONATE
- Type: string
@@ -23635,6 +23638,33 @@ Options:
# Changelog
+## v1.52.2 - 2020-06-24
+
+[See commits](https://github.com/rclone/rclone/compare/v1.52.1...v1.52.2)
+
+* Bug Fixes
+ * build
+ * Fix docker release build action (Nick Craig-Wood)
+ * Fix custom timezone in Docker image (NoLooseEnds)
+ * check: Fix misleading message which printed errors instead of differences (Nick Craig-Wood)
+ * errors: Add WSAECONNREFUSED and more to the list of retriable Windows errors (Nick Craig-Wood)
+ * rcd: Fix incorrect prometheus metrics (Gary Kim)
+ * serve restic: Fix flags so they use environment variables (Nick Craig-Wood)
+ * serve webdav: Fix flags so they use environment variables (Nick Craig-Wood)
+ * sync: Fix --track-renames-strategy modtime (Nick Craig-Wood)
+* Drive
+ * Fix not being able to delete a directory with a trashed shortcut (Nick Craig-Wood)
+ * Fix creating a directory inside a shortcut (Nick Craig-Wood)
+ * Fix --drive-impersonate with cached root_folder_id (Nick Craig-Wood)
+* SFTP
+ * Fix SSH key PEM loading (Zac Rubin)
+* Swift
+ * Speed up deletes by not retrying segment container deletes (Nick Craig-Wood)
+* Tardigrade
+ * Upgrade to uplink v1.1.1 (Caleb Case)
+* WebDAV
+ * Fix free/used display for rclone about/df for certain backends (Nick Craig-Wood)
+
## v1.52.1 - 2020-06-10
[See commits](https://github.com/rclone/rclone/compare/v1.52.0...v1.52.1)
diff --git a/MANUAL.txt b/MANUAL.txt
index 5006460e8..43b2dda24 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
-Jun 10, 2020
+Jun 24, 2020
@@ -9752,7 +9752,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.52.1")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.52.2")
-v, --verbose count Print lots more stuff (repeat for more)
@@ -16845,6 +16845,8 @@ Size of listing chunk 100-1000. 0 to disable.
Impersonate this user when using a service account.
+Note that if this is used then “root_folder_id” will be ignored.
+
- Config: impersonate
- Env Var: RCLONE_DRIVE_IMPERSONATE
- Type: string
@@ -23634,6 +23636,42 @@ Options:
CHANGELOG
+v1.52.2 - 2020-06-24
+
+See commits
+
+- Bug Fixes
+ - build
+ - Fix docker release build action (Nick Craig-Wood)
+ - Fix custom timezone in Docker image (NoLooseEnds)
+ - check: Fix misleading message which printed errors instead of
+ differences (Nick Craig-Wood)
+ - errors: Add WSAECONNREFUSED and more to the list of retriable
+ Windows errors (Nick Craig-Wood)
+ - rcd: Fix incorrect prometheus metrics (Gary Kim)
+ - serve restic: Fix flags so they use environment variables (Nick
+ Craig-Wood)
+ - serve webdav: Fix flags so they use environment variables (Nick
+ Craig-Wood)
+ - sync: Fix –track-renames-strategy modtime (Nick Craig-Wood)
+- Drive
+ - Fix not being able to delete a directory with a trashed shortcut
+ (Nick Craig-Wood)
+ - Fix creating a directory inside a shortcut (Nick Craig-Wood)
+ - Fix –drive-impersonate with cached root_folder_id (Nick
+ Craig-Wood)
+- SFTP
+ - Fix SSH key PEM loading (Zac Rubin)
+- Swift
+ - Speed up deletes by not retrying segment container deletes (Nick
+ Craig-Wood)
+- Tardigrade
+ - Upgrade to uplink v1.1.1 (Caleb Case)
+- WebDAV
+ - Fix free/used display for rclone about/df for certain backends
+ (Nick Craig-Wood)
+
+
v1.52.1 - 2020-06-10
See commits
diff --git a/VERSION b/VERSION
index 6b99d5516..26992a293 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v1.52.1
+v1.52.2
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index e752e7732..884b5423c 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -5,6 +5,33 @@ description: "Rclone Changelog"
# Changelog
+## v1.52.2 - 2020-06-24
+
+[See commits](https://github.com/rclone/rclone/compare/v1.52.1...v1.52.2)
+
+* Bug Fixes
+ * build
+ * Fix docker release build action (Nick Craig-Wood)
+ * Fix custom timezone in Docker image (NoLooseEnds)
+ * check: Fix misleading message which printed errors instead of differences (Nick Craig-Wood)
+ * errors: Add WSAECONNREFUSED and more to the list of retriable Windows errors (Nick Craig-Wood)
+ * rcd: Fix incorrect prometheus metrics (Gary Kim)
+ * serve restic: Fix flags so they use environment variables (Nick Craig-Wood)
+ * serve webdav: Fix flags so they use environment variables (Nick Craig-Wood)
+ * sync: Fix --track-renames-strategy modtime (Nick Craig-Wood)
+* Drive
+ * Fix not being able to delete a directory with a trashed shortcut (Nick Craig-Wood)
+ * Fix creating a directory inside a shortcut (Nick Craig-Wood)
+ * Fix --drive-impersonate with cached root_folder_id (Nick Craig-Wood)
+* SFTP
+ * Fix SSH key PEM loading (Zac Rubin)
+* Swift
+ * Speed up deletes by not retrying segment container deletes (Nick Craig-Wood)
+* Tardigrade
+ * Upgrade to uplink v1.1.1 (Caleb Case)
+* WebDAV
+ * Fix free/used display for rclone about/df for certain backends (Nick Craig-Wood)
+
## v1.52.1 - 2020-06-10
[See commits](https://github.com/rclone/rclone/compare/v1.52.0...v1.52.1)
diff --git a/docs/content/drive.md b/docs/content/drive.md
index a13d6a906..1356fc445 100644
--- a/docs/content/drive.md
+++ b/docs/content/drive.md
@@ -802,6 +802,9 @@ Size of listing chunk 100-1000. 0 to disable.
Impersonate this user when using a service account.
+Note that if this is used then "root_folder_id" will be ignored.
+
+
- Config: impersonate
- Env Var: RCLONE_DRIVE_IMPERSONATE
- Type: string
diff --git a/docs/content/flags.md b/docs/content/flags.md
index 9d9858f22..070c0cc9d 100755
--- a/docs/content/flags.md
+++ b/docs/content/flags.md
@@ -144,7 +144,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.52.1")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.52.2")
-v, --verbose count Print lots more stuff (repeat for more)
```
diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html
index 8dee7ef1e..92b86fc92 100644
--- a/docs/layouts/partials/version.html
+++ b/docs/layouts/partials/version.html
@@ -1 +1 @@
-v1.52.1
\ No newline at end of file
+v1.52.2
\ No newline at end of file
diff --git a/fs/version.go b/fs/version.go
index 36d1aebec..dd585580e 100644
--- a/fs/version.go
+++ b/fs/version.go
@@ -1,4 +1,4 @@
package fs
// Version of rclone
-var Version = "v1.52.1"
+var Version = "v1.52.2"
diff --git a/rclone.1 b/rclone.1
index e2f08e58e..d797eadd1 100644
--- a/rclone.1
+++ b/rclone.1
@@ -1,7 +1,7 @@
.\"t
.\" Automatically generated by Pandoc 2.5
.\"
-.TH "rclone" "1" "Jun 10, 2020" "User Manual" ""
+.TH "rclone" "1" "Jun 24, 2020" "User Manual" ""
.hy
.SH Rclone syncs your files to cloud storage
.PP
@@ -13041,7 +13041,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.52.1\[dq])
+ \-\-user\-agent string Set the user\-agent to a specified string. The default is rclone/ version (default \[dq]rclone/v1.52.2\[dq])
\-v, \-\-verbose count Print lots more stuff (repeat for more)
\f[R]
.fi
@@ -22940,6 +22940,8 @@ Default: 1000
.SS \[en]drive\-impersonate
.PP
Impersonate this user when using a service account.
+.PP
+Note that if this is used then \[lq]root_folder_id\[rq] will be ignored.
.IP \[bu] 2
Config: impersonate
.IP \[bu] 2
@@ -32223,6 +32225,75 @@ Options:
.IP \[bu] 2
\[lq]error\[rq]: return an error based on option value
.SH Changelog
+.SS v1.52.2 \- 2020\-06\-24
+.PP
+See commits (https://github.com/rclone/rclone/compare/v1.52.1...v1.52.2)
+.IP \[bu] 2
+Bug Fixes
+.RS 2
+.IP \[bu] 2
+build
+.RS 2
+.IP \[bu] 2
+Fix docker release build action (Nick Craig\-Wood)
+.IP \[bu] 2
+Fix custom timezone in Docker image (NoLooseEnds)
+.RE
+.IP \[bu] 2
+check: Fix misleading message which printed errors instead of
+differences (Nick Craig\-Wood)
+.IP \[bu] 2
+errors: Add WSAECONNREFUSED and more to the list of retriable Windows
+errors (Nick Craig\-Wood)
+.IP \[bu] 2
+rcd: Fix incorrect prometheus metrics (Gary Kim)
+.IP \[bu] 2
+serve restic: Fix flags so they use environment variables (Nick
+Craig\-Wood)
+.IP \[bu] 2
+serve webdav: Fix flags so they use environment variables (Nick
+Craig\-Wood)
+.IP \[bu] 2
+sync: Fix \[en]track\-renames\-strategy modtime (Nick Craig\-Wood)
+.RE
+.IP \[bu] 2
+Drive
+.RS 2
+.IP \[bu] 2
+Fix not being able to delete a directory with a trashed shortcut (Nick
+Craig\-Wood)
+.IP \[bu] 2
+Fix creating a directory inside a shortcut (Nick Craig\-Wood)
+.IP \[bu] 2
+Fix \[en]drive\-impersonate with cached root_folder_id (Nick
+Craig\-Wood)
+.RE
+.IP \[bu] 2
+SFTP
+.RS 2
+.IP \[bu] 2
+Fix SSH key PEM loading (Zac Rubin)
+.RE
+.IP \[bu] 2
+Swift
+.RS 2
+.IP \[bu] 2
+Speed up deletes by not retrying segment container deletes (Nick
+Craig\-Wood)
+.RE
+.IP \[bu] 2
+Tardigrade
+.RS 2
+.IP \[bu] 2
+Upgrade to uplink v1.1.1 (Caleb Case)
+.RE
+.IP \[bu] 2
+WebDAV
+.RS 2
+.IP \[bu] 2
+Fix free/used display for rclone about/df for certain backends (Nick
+Craig\-Wood)
+.RE
.SS v1.52.1 \- 2020\-06\-10
.PP
See commits (https://github.com/rclone/rclone/compare/v1.52.0...v1.52.1)