summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2024-01-22 14:01:38 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2024-01-22 16:20:26 +0100
commit7a08d2cdfa37f70b95c963585a392af18298c06a (patch)
tree20acf1416db099fc0121cf597758e0870b12bfa0 /CHANGELOG.md
parentfdf55aa76abcdf640e0d5a5266056485504e9739 (diff)
downloadjustbuild-7a08d2cdfa37f70b95c963585a392af18298c06a.tar.gz
just-mr: Disable all non-HTTP but FTP and TFTP
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62aa5d6c..fce863e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,9 @@ A feature release on top of `1.2.0`, backwards compatible.
- When `just-mr` executes the action to generate the desired tree of a
`"git tree"` repository, it can be specified that certain variables
of the environment can be inherited.
+- Support for fetching archives from FTP and TFTP was added to `just-mr`
+ if it was built with bundled curl. For package builds, libcurl has
+ enabled whatever the distro considers suitable.
### Fixes