diff options
author | merakor <cem@ckyln.com> | 2021-07-22 14:36:52 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-07-22 14:36:52 +0000 |
commit | 14d010ec0322a92dab77765db45f1af927da8ef8 (patch) | |
tree | 5bca134469a7dc0c2d43aaf001d8737285f21ced | |
parent | 9c80266180d2b46342199ec6d456cefd974bbd7a (diff) | |
download | cpt-14d010ec0322a92dab77765db45f1af927da8ef8.tar.gz |
docs: update
FossilOrigin-Name: d0f64abbc9cfcfbe1f2ce2a5a9ede01cada465c40fc188ad21effa24aef77f27
-rw-r--r-- | CHANGELOG.md | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf9e89..4b7c74e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ================================================================================ -This is the CHANGELOG for the Carbs Packaging Tools, initially a customized fork +This is the CHANGELOG for the Carbs Packaging Tools, initially a customised fork of the `kiss` package manager. The format is based on [Keep a Changelog], and this project _somewhat_ adheres to [Semantic Versioning]. @@ -12,8 +12,28 @@ this project _somewhat_ adheres to [Semantic Versioning]. UNRELEASED -------------------------------------------------------------------------------- +### IMPORTANT +- The package manager now enforces the usage of `pax` instead of `tar`. + +### Repository Backend + +`cpt` now has a faster and modular repository backend. `fossil` is now supported +by the package manager. During the repository fetch process, the repository +backend is stored in the cache directory so that the update takes less time on +the next pull. The usage of the repository cache can be disabled by setting +`$CPT_REPO_CACHE` to 0. + ### Added -- Added fossil support +- Added `-q, --quiet` flags to `cpt-list`. +- Re-added `cpt-maintainer`. It now supports `meta` and repository backends + other than `git`. +- The package manager now prints out `MOTD` files found on the repository root. +- Added the `$CPT_VERBOSE` variable and the `--verbose` flags to some utilities. + With the addition of these, some parts of the package manager will be more + quiet unless verbosity is explicitly requested. + +### Changed +- Reworked the package repository backend. 6.0.4 - 2021-05-12 |