From 14d010ec0322a92dab77765db45f1af927da8ef8 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 22 Jul 2021 14:36:52 +0000 Subject: docs: update FossilOrigin-Name: d0f64abbc9cfcfbe1f2ce2a5a9ede01cada465c40fc188ad21effa24aef77f27 --- CHANGELOG.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3 From cc811e32c0cb32f406d1bf9ea36d319e5216cfb4 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 22 Jul 2021 14:56:05 +0000 Subject: cpt: bump version to 6.1.0 FossilOrigin-Name: eda7941d69772129700d8d155a965551d3e606ada304ea34eea979df85beabf2 --- CHANGELOG.md | 2 +- config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7c74e..1ea1041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ this project _somewhat_ adheres to [Semantic Versioning]. [Semantic Versioning]: https://semver.org/spec/v2.0.0.html -UNRELEASED +6.1.0 - 2021-07-22 -------------------------------------------------------------------------------- ### IMPORTANT diff --git a/config.mk b/config.mk index 1bc27fe..5253f54 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # Carbs Packaging Tools -VERSION = dev +VERSION = 6.1.0 # Installation paths PREFIX = /usr/local -- cgit v1.2.3