aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2022-02-02 11:17:31 +0000
committermerakor <cem@ckyln.com>2022-02-02 11:17:31 +0000
commitc39609e1d7b49c83b3f65047c9dbd8bd26c9d606 (patch)
tree0d8d0b5e2d304704c6c85c632dca9bc2a723f0be
parent629a1313a449157f46329c35ab996499507e13ff (diff)
downloadcpt-c39609e1d7b49c83b3f65047c9dbd8bd26c9d606.tar.gz
CHANGELOG: update
FossilOrigin-Name: a276abf9863528721a35ed9360d33c171abf6f9d8438ca59a297b0c53d34abfd
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 212b3e1..46e4977 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,22 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+[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
--------------------------------------------------------------------------------