kapitainsky and GitHub
5e3d783b3e
docs: note macOS 10.15 (Catalina) support with version v1.70.3
...
due to min golang requirements macOS Catalina (10.15) can not run newer rclone versions
2026-03-28 12:29:53 +00:00
albertony
059ad47336
docs: change syntax hightlighting for command examples from sh to console
2025-11-01 15:33:38 +01:00
Nick Craig-Wood
c3f721755d
build: update to go1.25 and make go1.24 the minimum required version
2025-08-13 17:54:45 +01:00
albertony
0bb4d0a985
docs: fix markdownlint issue md003/heading-style
2025-07-21 20:23:16 +02:00
albertony
a8605abd34
docs: fix markdownlint issue md034/no-bare-urls
2025-07-21 20:23:16 +02:00
albertony
b17c3d18af
docs: fix markdownlint issue md013/line-length
2025-07-21 20:23:16 +02:00
albertony
1c26f40078
docs: fix markdownlint issue md040/fenced-code-language
2025-07-21 20:23:16 +02:00
albertony
667ad093eb
docs: fix markdownlint issue md046/code-block-style
2025-07-21 20:23:16 +02:00
albertony
7a0d5ab0b4
docs: fix markdownlint issue md059/descriptive-link-text
2025-07-21 20:23:16 +02:00
albertony
cb3cf5068b
docs: fix markdownlint issue md058/blanks-around-tables
2025-07-21 20:23:16 +02:00
albertony
0506826ff5
docs: fix markdownlint issue md009/no-trailing-spaces
2025-07-21 20:23:16 +02:00
Nick Craig-Wood
526565b810
docs: add links to SecureBuild docker image
2025-06-25 16:37:09 +01:00
Nick Craig-Wood
aab6643cea
docs: update minimum OS requirements for go1.24
2025-03-05 17:20:10 +00:00
albertony
a86eb7ad50
docs: note that newer linux kernel version is required for ARMv5
2024-04-27 22:21:40 +02:00
kapitainsky and Nick Craig-Wood
17fea90ac9
docs: add rclone OS requirements
...
Adds rclone OS requirements list and latest rclone versions known to be working with specific historical OS versions.
Discussed on the forum:
https://forum.rclone.org/t/rclone-1-65-1-runtime-exception-error-crash-immediately-after-running-the-command/44051
Fixes : #7571
2024-01-17 16:42:33 +00:00
Nick Craig-Wood
e8879f3e77
docs: document release signing and verification
...
Fixes #7257
2023-09-11 12:28:23 +01:00
albertony
5386ffc8f2
build: correct building for ARMv5 and ARMv6
...
Explicitly set ARM version in GOARM build variable, to avoid relying
on some default value which differs when compiling natively and when
cross-compiling, and which is also incorrectly documented as being
6 when in reality it is 5.
Fix incorrect labelling of ARMv5 builds as ARMv6, and change
architecture of .rpm and .deb packages containing them to
match.
Add ARMv6 builds, to complement existing ARMv5 and ARMv7, and to
reduce disruption due to previous ARMv5 builds incorrectly being
identified as ARMv6, and to provide .rpm and .deb packages with the
same ARMv6 architectures as was previously also published
(then containing ARMv5 binaries).
See #6528
Background info:
https://github.com/golang/go/wiki/GoArm
https://go.dev/doc/install/source#environment
https://github.com/golang/go/blob/661e931dd120484cc1318792bc93ace00bbde088/src/cmd/dist/build.go#L140-L144
https://github.com/golang/go/blob/661e931dd120484cc1318792bc93ace00bbde088/src/cmd/dist/util.go#L392-L422
2023-02-04 13:32:26 +01:00
Nick Craig-Wood
8e63a08d7f
docs: note that we have test Android builds
2023-01-31 14:11:50 +00:00
albertony
2617610741
docs: add direct download link for windows arm64
2022-10-31 21:14:10 +01:00
Mark Trolley and Nick Craig-Wood
5439a2c5c6
docs: fix script installation command on downloads page
...
Script installation instructions in `downloads.md` differ from those in
`install.md` and fail on MacOS.
2022-08-09 11:58:04 +01:00
Nick Craig-Wood
74898bac3b
build: add windows/arm64 build - NB this does not support mount yet #5828
2022-03-03 17:13:32 +00:00
Nick Craig-Wood
19dfaf7440
docs: fix shortcode rendering on download page
2021-11-01 16:50:52 +00:00
albertony
b5a27b1c75
docs: cleanup header levels
2021-09-30 17:54:57 +02:00
Nick Craig-Wood
f50b4e51ed
build: make a macOS ARM64 build to support Apple Silicon - Fixes #4786
...
- add `-macos-sdk` and `-macos-arch` to adjust CGO_CFLAGS and CGO_LDFLAGS
- select macOS SDK 11.1 and arch arm64 when building
- add -cgo-cflags and -cgo-ldflags to set CGO_CFLAGS and CGO_LDFLAGS
- add back /usr/local to pickup fuse headers and library
- add `-env` to cross-compile
- add macOS/arm64 to download matrix
2021-02-07 14:59:53 +00:00
Josh Soref and Nick Craig-Wood
e4a87f772f
docs: spelling: e.g.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
Nick Craig-Wood
e54ce35019
build: change beta numbering to be semver compatible - Fixes #4516
...
From now on the betas will be numbered for the version that they will
become, so:
v1.53.0-beta.NNNN.CCCCC
Where N is commit number and C is commit. When released this will
become v1.53.0 and the beta will become v1.54.0-beta.NNN.CCCCC.
The commit number is the count of the commits since the root of the
tree since we can no longer use the the git version numbers since the
last tag.
This will simplify building the stable branch but that release
procedure hasn't been revised yet.
This commit also injects the name of the branch for the beta builds
into the download path.
2020-08-31 13:55:04 +01:00
Nick Craig-Wood
01280798e9
build: drop macOS 386 build as it is no longer supported by go1.15
...
The go team made the decision to drop support for 32 bit macOS as 32
bit apps are no longer supported by macOS and 32 bit hardware hasn't
been produced by Apple for over 10 years.
2020-08-09 12:59:17 +01:00
Nick Craig-Wood
e2201689cf
build: add ARMv7 to the supported builds - fixes #748
2020-07-07 12:13:20 +01:00
Nick Craig-Wood
e62c032184
docs: remove manually set dates and use git dates instead
2020-06-01 13:07:46 +01:00
Martin Michlmayr and Nick Craig-Wood
ce7047d88a
docs: fix cosmetic issues
2020-05-27 17:31:09 +01:00
Nick Craig-Wood
d6e10dba33
docs: fix confusion over processor names in download table
...
See: https://forum.rclone.org/t/intel-processor-download-help/14558
2020-02-26 16:39:46 +00:00
Nick Craig-Wood
57d5de6fba
build: fix up package paths after repo move
...
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
2019-07-28 18:47:38 +01:00
Nick Craig-Wood
c5f1d501ed
docs: fix download links for .deb and .rpm
2018-03-23 12:43:18 +00:00
Nick Craig-Wood
85e0b87c99
build: add .deb and .rpm output for the build
...
This uses https://github.com/goreleaser/nfpm to create the .deb and
.rpm packages from the standard build output.
2018-03-06 12:37:44 +00:00
Nick Craig-Wood
62540b4007
docs: clarify beta docs and add link to tip.rclone.org
2018-02-27 10:58:48 +00:00
Nick Craig-Wood
675e7c5d8e
docs: make downloads into a table
...
Add the scripted downloads to the download page
2018-02-13 11:23:11 +00:00
Nick Craig-Wood
b2b989434d
docs: use a shortcode to insert the version string
2017-09-30 09:28:49 +01:00
Nick Craig-Wood
a73ecec11f
Version v1.37
2017-07-22 20:04:29 +01:00
Nick Craig-Wood
f798552cf1
Update urls to https after site move
2017-03-29 10:06:22 +01:00
Nick Craig-Wood
118e26f8e2
Version v1.36
2017-03-18 11:16:43 +00:00
Nick Craig-Wood
5b8b379feb
Version v1.35
2017-01-02 15:33:06 +00:00
Nick Craig-Wood
d95288175f
Version v1.34
2016-11-06 10:18:30 +00:00
Nick Craig-Wood
9192e0a28d
Link to git log from beta downloads
2016-10-05 14:35:23 +01:00
Nick Craig-Wood
391feb698e
Automatically upload betas on pushes to master
...
* Add links to betas on the download page
* Encourage new issue submitters to use the beta
2016-10-05 12:47:57 +01:00
Nick Craig-Wood
3996bbb8cb
Version v1.33
2016-08-24 23:02:05 +01:00
Nick Craig-Wood
67562081f7
Version v1.32
2016-07-13 17:32:39 +01:00
Nick Craig-Wood
63f6827a0d
Version v1.31
2016-07-13 12:28:01 +01:00
Nick Craig-Wood
bd0227450e
Version v1.30
2016-06-18 16:41:46 +01:00
Nick Craig-Wood
157d7d45f5
Version v1.29
2016-04-18 18:30:29 +01:00
Nick Craig-Wood
3c7f80f58f
Version v1.28
2016-03-01 09:00:01 +00:00