aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2023-01-31 10:59:54 +0000
committermerakor <cem@ckyln.com>2023-01-31 10:59:54 +0000
commitefbf743450727d64a2f099b3f25f01b72beb24ea (patch)
tree3af6cab8b43e258e09041c2db9db1e93a9bb81f0
parent6aac4da8e9a62ea7106ca99f909384ebc80f5a1e (diff)
downloadcpt-efbf743450727d64a2f099b3f25f01b72beb24ea.tar.gz
CHANGELOG: update
FossilOrigin-Name: 080563ac3923ea5b0d04b1a1e1b0f39a881303eba8d59439f63c52bd5e562fa9
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
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.