diff --git a/MANUAL.html b/MANUAL.html
index d476d8575..9d85a4095 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -17,7 +17,7 @@
Rclone syncs your files to cloud storage

@@ -6291,7 +6291,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.53.2")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.53.3")
-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.
@@ -18552,6 +18552,27 @@ $ tree /tmp/b
"error": return an error based on option value
Changelog
+v1.53.3 - 2020-11-19
+See commits
+
+- Bug Fixes
+
+- random: Fix incorrect use of math/rand instead of crypto/rand CVE-2020-28924 (Nick Craig-Wood)
+
+- Passwords you have generated with
rclone config
may be insecure
+- See issue #4783 for more details and a checking tool
+
+- random: Seed math/rand in one place with crypto strong seed (Nick Craig-Wood)
+
+- VFS
+
+- Fix vfs/refresh calls with fs= parameter (Nick Craig-Wood)
+
+- Sharefile
+
+- Fix backend due to API swapping integers for strings (Nick Craig-Wood)
+
+
v1.53.2 - 2020-10-26
See commits
diff --git a/MANUAL.md b/MANUAL.md
index aea06f434..af6690c00 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
-% Oct 26, 2020
+% Nov 19, 2020
# Rclone syncs your files to cloud storage
@@ -10569,7 +10569,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.53.2")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.53.3")
-v, --verbose count Print lots more stuff (repeat for more)
```
@@ -25727,6 +25727,20 @@ Options:
# Changelog
+## v1.53.3 - 2020-11-19
+
+[See commits](https://github.com/rclone/rclone/compare/v1.53.2...v1.53.3)
+
+* Bug Fixes
+ * random: Fix incorrect use of math/rand instead of crypto/rand CVE-2020-28924 (Nick Craig-Wood)
+ * Passwords you have generated with `rclone config` may be insecure
+ * See [issue #4783](https://github.com/rclone/rclone/issues/4783) for more details and a checking tool
+ * random: Seed math/rand in one place with crypto strong seed (Nick Craig-Wood)
+* VFS
+ * Fix vfs/refresh calls with fs= parameter (Nick Craig-Wood)
+* Sharefile
+ * Fix backend due to API swapping integers for strings (Nick Craig-Wood)
+
## v1.53.2 - 2020-10-26
[See commits](https://github.com/rclone/rclone/compare/v1.53.1...v1.53.2)
diff --git a/MANUAL.txt b/MANUAL.txt
index 70531c824..b13fb965f 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
-Oct 26, 2020
+Nov 19, 2020
@@ -10660,7 +10660,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.53.2")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.53.3")
-v, --verbose count Print lots more stuff (repeat for more)
@@ -25700,6 +25700,25 @@ Options:
CHANGELOG
+v1.53.3 - 2020-11-19
+
+See commits
+
+- Bug Fixes
+ - random: Fix incorrect use of math/rand instead of crypto/rand
+ CVE-2020-28924 (Nick Craig-Wood)
+ - Passwords you have generated with rclone config may be
+ insecure
+ - See issue #4783 for more details and a checking tool
+ - random: Seed math/rand in one place with crypto strong seed
+ (Nick Craig-Wood)
+- VFS
+ - Fix vfs/refresh calls with fs= parameter (Nick Craig-Wood)
+- Sharefile
+ - Fix backend due to API swapping integers for strings (Nick
+ Craig-Wood)
+
+
v1.53.2 - 2020-10-26
See commits
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index eb42d7fbd..8ed2b6163 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -5,6 +5,20 @@ description: "Rclone Changelog"
# Changelog
+## v1.53.3 - 2020-11-19
+
+[See commits](https://github.com/rclone/rclone/compare/v1.53.2...v1.53.3)
+
+* Bug Fixes
+ * random: Fix incorrect use of math/rand instead of crypto/rand CVE-2020-28924 (Nick Craig-Wood)
+ * Passwords you have generated with `rclone config` may be insecure
+ * See [issue #4783](https://github.com/rclone/rclone/issues/4783) for more details and a checking tool
+ * random: Seed math/rand in one place with crypto strong seed (Nick Craig-Wood)
+* VFS
+ * Fix vfs/refresh calls with fs= parameter (Nick Craig-Wood)
+* Sharefile
+ * Fix backend due to API swapping integers for strings (Nick Craig-Wood)
+
## v1.53.2 - 2020-10-26
[See commits](https://github.com/rclone/rclone/compare/v1.53.1...v1.53.2)
diff --git a/docs/content/flags.md b/docs/content/flags.md
index e85a943ad..34462cad8 100755
--- a/docs/content/flags.md
+++ b/docs/content/flags.md
@@ -147,7 +147,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.53.2")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.53.3")
-v, --verbose count Print lots more stuff (repeat for more)
```
diff --git a/rclone.1 b/rclone.1
index 1e8bfcac6..c77887008 100644
--- a/rclone.1
+++ b/rclone.1
@@ -1,7 +1,7 @@
.\"t
.\" Automatically generated by Pandoc 2.5
.\"
-.TH "rclone" "1" "Oct 26, 2020" "User Manual" ""
+.TH "rclone" "1" "Nov 19, 2020" "User Manual" ""
.hy
.SH Rclone syncs your files to cloud storage
.PP
@@ -14154,7 +14154,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.53.2\[dq])
+ \-\-user\-agent string Set the user\-agent to a specified string. The default is rclone/ version (default \[dq]rclone/v1.53.3\[dq])
\-v, \-\-verbose count Print lots more stuff (repeat for more)
\f[R]
.fi
@@ -35088,6 +35088,39 @@ Options:
.IP \[bu] 2
\[dq]error\[dq]: return an error based on option value
.SH Changelog
+.SS v1.53.3 \- 2020\-11\-19
+.PP
+See commits (https://github.com/rclone/rclone/compare/v1.53.2...v1.53.3)
+.IP \[bu] 2
+Bug Fixes
+.RS 2
+.IP \[bu] 2
+random: Fix incorrect use of math/rand instead of crypto/rand
+CVE\-2020\-28924 (Nick Craig\-Wood)
+.RS 2
+.IP \[bu] 2
+Passwords you have generated with \f[C]rclone config\f[R] may be
+insecure
+.IP \[bu] 2
+See issue #4783 (https://github.com/rclone/rclone/issues/4783) for more
+details and a checking tool
+.RE
+.IP \[bu] 2
+random: Seed math/rand in one place with crypto strong seed (Nick
+Craig\-Wood)
+.RE
+.IP \[bu] 2
+VFS
+.RS 2
+.IP \[bu] 2
+Fix vfs/refresh calls with fs= parameter (Nick Craig\-Wood)
+.RE
+.IP \[bu] 2
+Sharefile
+.RS 2
+.IP \[bu] 2
+Fix backend due to API swapping integers for strings (Nick Craig\-Wood)
+.RE
.SS v1.53.2 \- 2020\-10\-26
.PP
See commits (https://github.com/rclone/rclone/compare/v1.53.1...v1.53.2)