Skip to content

Commit 8072749

Browse files
committed
Version v1.69.3
1 parent a5bd052 commit 8072749

8 files changed

Lines changed: 59 additions & 13 deletions

File tree

MANUAL.html

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MANUAL.md

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MANUAL.txt

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ description: "Rclone Changelog"
55

66
# Changelog
77

8+
## v1.69.3 - 2025-05-21
9+
10+
[See commits](https://github.com/rclone/rclone/compare/v1.69.2...v1.69.3)
11+
12+
* Bug Fixes
13+
* build: Reapply update github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 to fix CVE-2025-30204 (dependabot[bot])
14+
* build: Update github.com/ebitengine/purego to work around bug in go1.24.3 (Nick Craig-Wood)
15+
816
## v1.69.2 - 2025-05-01
917

1018
[See commits](https://github.com/rclone/rclone/compare/v1.69.1...v1.69.2)

docs/content/commands/rclone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ rclone [flags]
965965
--use-json-log Use json log format
966966
--use-mmap Use mmap allocator (see docs)
967967
--use-server-modtime Use server modified time instead of object metadata
968-
--user-agent string Set the user-agent to a specified string (default "rclone/v1.69.2")
968+
--user-agent string Set the user-agent to a specified string (default "rclone/v1.69.3")
969969
-v, --verbose count Print lots more stuff (repeat for more)
970970
-V, --version Print the version number
971971
--webdav-auth-redirect Preserve authentication on redirect

docs/content/flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Flags for general networking and HTTP stuff.
116116
--tpslimit float Limit HTTP transactions per second to this
117117
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
118118
--use-cookies Enable session cookiejar
119-
--user-agent string Set the user-agent to a specified string (default "rclone/v1.69.2")
119+
--user-agent string Set the user-agent to a specified string (default "rclone/v1.69.3")
120120
```
121121

122122

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ github.com/dsnet/try v0.0.3/go.mod h1:WBM8tRpUmnXXhY1U6/S8dt6UWdHTQ7y8A5YSkRCkq4
213213
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
214214
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
215215
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
216-
github.com/ebitengine/purego v0.8.1 h1:sdRKd6plj7KYW33EH5As6YKfe8m9zbN9JMrOjNVF/BE=
217-
github.com/ebitengine/purego v0.8.1/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
218216
github.com/ebitengine/purego v0.8.3 h1:K+0AjQp63JEZTEMZiwsI9g0+hAMNohwUOtY0RPGexmc=
219217
github.com/ebitengine/purego v0.8.3/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
220218
github.com/emersion/go-message v0.18.0 h1:7LxAXHRpSeoO/Wom3ZApVZYG7c3d17yCScYce8WiXA8=

rclone.1

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)