From efbf743450727d64a2f099b3f25f01b72beb24ea Mon Sep 17 00:00:00 2001 From: merakor Date: Tue, 31 Jan 2023 10:59:54 +0000 Subject: CHANGELOG: update FossilOrigin-Name: 080563ac3923ea5b0d04b1a1e1b0f39a881303eba8d59439f63c52bd5e562fa9 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c404c..311bde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,11 @@ this project _somewhat_ adheres to [Semantic Versioning]. ### Added - `cpt-size` can now sort files based on size. +- `$CPT_NOSTRIP` variable can now be set to 1 in order to disable package + stripping. Make sure to add `-g` to your CFLAGS in order to keep debugging + symbols. +- `cpt-build` now accepts `-d` and `-S` options to enable `$CPT_DEBUG` and + `$CPT_NOSTRIP` respectively. ### Changed - `cpt-update` is now re-entrant, meaning that it is no longer needed to run the @@ -48,6 +53,9 @@ this project _somewhat_ adheres to [Semantic Versioning]. itself. - The package manager now can handle circular dependencies and exit gracefully. +### Fixed +- Fixed the behaviour of `cpt bi` and `cpt cbi` by merging the flag usage. + ### Library - In order to get the `$deps` variable, one now has to use the new `pkg_depends_commit()` function. -- cgit v1.2.3