diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 113786ed9..850d3183f 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)