diff options
author | merakor <cem@ckyln.com> | 2021-08-01 10:21:24 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-08-01 10:21:24 +0000 |
commit | d849c5a56f3b39c70335f5df5ef4af25f4b814a9 (patch) | |
tree | 151211f052fa3ada4bb073ceb921043fcf662a9a | |
parent | 7a3ff7bfd0d32cbd35ee9427651c4bc6e6d6a080 (diff) | |
download | cpt-d849c5a56f3b39c70335f5df5ef4af25f4b814a9.tar.gz |
CHANGELOG: update
FossilOrigin-Name: 912061703b2a283c95469d01de134537bcbd60a568a9f110881b0c4d3dc935d8
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e00bdd2..cea9449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,12 +30,16 @@ etcsums are also backwards compatible. ### Added - `cpt-checksum` now has the `-s` flag to generate checksums using the SHA256 digest algorithm. -- This changelog is now installed by the `Makefile` +- Added `CPT_DOWNLOADER` variable to change the download program. Available + options are: `curl`, `wget`, `wget2`, `aria2c`, and `axel`. +- `cpt-chroot` now has the flag `-m` to disable mounting/unmounting pseudo + filesystems. +- This changelog is now installed by the `Makefile`. ### Changed - `cpt-size` has been rewritten to support POSIX `du`, and to support packages with a file count of over 50,000. -- Installation now requires to run `./configure` +- Installation now requires to run `./configure`. [6.1.0] - 2021-07-22 |