aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-08-01 10:21:24 +0000
committermerakor <cem@ckyln.com>2021-08-01 10:21:24 +0000
commitd849c5a56f3b39c70335f5df5ef4af25f4b814a9 (patch)
tree151211f052fa3ada4bb073ceb921043fcf662a9a /CHANGELOG.md
parent7a3ff7bfd0d32cbd35ee9427651c4bc6e6d6a080 (diff)
downloadcpt-d849c5a56f3b39c70335f5df5ef4af25f4b814a9.tar.gz
CHANGELOG: update
FossilOrigin-Name: 912061703b2a283c95469d01de134537bcbd60a568a9f110881b0c4d3dc935d8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
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