aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2022-02-02 11:57:14 +0000
committermerakor <cem@ckyln.com>2022-02-02 11:57:14 +0000
commit1464395938e2fe1ffc711bd3d10d27c0daf8986d (patch)
tree010953742bb1556feef131dc0485c4febedebf46 /CHANGELOG.md
parentb65f41e4644c4e618535d2e50e9bb685ab7e5556 (diff)
parentfbc04171c1f8afc5e95ea736f1d4668141659d7f (diff)
downloadcpt-1464395938e2fe1ffc711bd3d10d27c0daf8986d.tar.gz
merge 6.2.3 release
FossilOrigin-Name: e08132c5cac34d5b3635961ee24a3eed506c7eac5ffd0f76639b4f3dd908d23e
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85f95c7..dda4498 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,7 +47,23 @@ this project _somewhat_ adheres to [Semantic Versioning].
### Library
- In order to get the `$deps` variable, one now has to use the new
`pkg_depends_commit()` function.
-
+
+
+[6.2.3] - 2022-02-02
+--------------------------------------------------------------------------------
+
+### Fixed
+- Fixed a checksum verification bug where adding an extra source did not require
+ checksum verification.
+- `cpt-manifest-tree` now modifies the output of `tree(1)` according to the new
+ version.
+- `cpt-reset` is now much more verbose.
+- Fixed the displayed messages on `cpt-install` when it is given a tarball as an
+ argument.
+- Fixed a faulty implementation in `pkg_tar()` where it used `pkg_find()`
+ instead of using the built package's database directory for gathering
+ information.
+
[6.2.2] - 2021-11-09
--------------------------------------------------------------------------------