Skip to content

Commit 4010380

Browse files
committed
Version v1.70.2
1 parent c138e52 commit 4010380

File tree

8 files changed

+320
-84
lines changed

8 files changed

+320
-84
lines changed

MANUAL.html

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

MANUAL.md

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

MANUAL.txt

Lines changed: 53 additions & 4 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ description: "Rclone Changelog"
55

66
# Changelog
77

8+
## v1.70.2 - 2025-06-27
9+
10+
[See commits](https://github.com/rclone/rclone/compare/v1.70.1...v1.70.2)
11+
12+
* Bug Fixes
13+
* convmv: Make --dry-run logs less noisy (nielash)
14+
* sync: Avoid copying dir metadata to itself (nielash)
15+
* build: Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 to fix GHSA-vrw8-fxc6-2r93 (dependabot[bot])
16+
* convmv: Fix moving to unicode-equivalent name (nielash)
17+
* log: Fix deadlock when using systemd logging (Nick Craig-Wood)
18+
* pacer: Fix nil pointer deref in RetryError (Nick Craig-Wood)
19+
* doc fixes (Ali Zein Yousuf, Nick Craig-Wood)
20+
* Local
21+
* Fix --skip-links on Windows when skipping Junction points (Nick Craig-Wood)
22+
* Combine
23+
* Fix directory not found errors with ListP interface (Nick Craig-Wood)
24+
* Mega
25+
* Fix tls handshake failure (necaran)
26+
* Pikpak
27+
* Fix uploads fail with "aws-chunked encoding is not supported" error (Nick Craig-Wood)
28+
829
## v1.70.1 - 2025-06-19
930

1031
[See commits](https://github.com/rclone/rclone/compare/v1.70.0...v1.70.1)

docs/content/commands/rclone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ rclone [flags]
998998
--use-json-log Use json log format
999999
--use-mmap Use mmap allocator (see docs)
10001000
--use-server-modtime Use server modified time instead of object metadata
1001-
--user-agent string Set the user-agent to a specified string (default "rclone/v1.70.1")
1001+
--user-agent string Set the user-agent to a specified string (default "rclone/v1.70.2")
10021002
-v, --verbose count Print lots more stuff (repeat for more)
10031003
-V, --version Print the version number
10041004
--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
@@ -119,7 +119,7 @@ Flags for general networking and HTTP stuff.
119119
--tpslimit float Limit HTTP transactions per second to this
120120
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
121121
--use-cookies Enable session cookiejar
122-
--user-agent string Set the user-agent to a specified string (default "rclone/v1.70.1")
122+
--user-agent string Set the user-agent to a specified string (default "rclone/v1.70.2")
123123
```
124124

125125

go.sum

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 h1:x793wxmUWVDhshP8WW2mln
122122
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30/go.mod h1:Jpne2tDnYiFascUEs2AWHJL9Yp7A5ZVy3TNyxaAjD6M=
123123
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.49 h1:7gss+6H2mrrFtBrkokJRR2TzQD9qkpGA4N6BvIP/pCM=
124124
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.49/go.mod h1:30PBx0ENoUCJm2AxzgCue8j7KEjb9ci4enxy6CCOjbE=
125-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.77 h1:xaRN9fags7iJznsMEjtcEuON1hGfCZ0y5MVfEMKtrx8=
126-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.77/go.mod h1:lolsiGkT47AZ3DWqtxgEQM/wVMpayi7YWNjl3wHSRx8=
127125
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 h1:ZK5jHhnrioRkUNOc+hOgQKlUL5JeC3S6JgLxtQ+Rm0Q=
128126
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34/go.mod h1:p4VfIceZokChbA9FzMbRGz5OV+lekcVtHlPKEO0gSZY=
129127
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 h1:SZwFm17ZUNNg5Np0ioo/gq8Mn6u9w19Mri8DnJ15Jf0=
@@ -142,8 +140,6 @@ github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 h1:moLQUoVq91Liq
142140
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15/go.mod h1:ZH34PJUc8ApjBIfgQCFvkWcUDBtl/WTD+uiYHjd8igA=
143141
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.3 h1:WZOmJfCDV+4tYacLxpiojoAdT5sxTfB3nTqQNtZu+J4=
144142
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.3/go.mod h1:xMekrnhmJ5aqmyxtmALs7mlvXw5xRh+eYjOjvrIIFJ4=
145-
github.com/aws/aws-sdk-go-v2/service/s3 v1.80.0 h1:fV4XIU5sn/x8gjRouoJpDVHj+ExJaUk4prYF+eb6qTs=
146-
github.com/aws/aws-sdk-go-v2/service/s3 v1.80.0/go.mod h1:qbn305Je/IofWBJ4bJz/Q7pDEtnnoInw/dGt71v6rHE=
147143
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 h1:1Gw+9ajCV1jogloEv1RRnvfRFia2cL6c9cuKV2Ps+G8=
148144
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3/go.mod h1:qs4a9T5EMLl/Cajiw2TcbNt2UNo/Hqlyp+GiuG4CFDI=
149145
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 h1:hXmVKytPfTy5axZ+fYbR5d0cFmC3JvwLm5kM83luako=

rclone.1

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

0 commit comments

Comments
 (0)