diff options
author | merakor <cem@ckyln.com> | 2020-05-11 14:23:11 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-11 14:23:11 +0000 |
commit | dae674f2bd4331ddbf96fab7bf7c6a4465936f08 (patch) | |
tree | 71979be6bf3a21152b9fc73a64cebe5a12a53a25 | |
parent | 46f4f35e320015bbadcf3e2fbf130f8cbdb2a48e (diff) | |
download | cpt-dae674f2bd4331ddbf96fab7bf7c6a4465936f08.tar.gz |
changelog: update
FossilOrigin-Name: 868742dffd5ab298d5eecc157e166442610a509dacf4e580b439902a6eb2a145
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e61f79c..2a1207f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,12 +17,17 @@ UNRELEASED used to acquire a package's sources to build it later, or periodically downloading outdated package sources, so the user doesn't wait for the download when updating the system. +- kiss now understands `.txz` tarballs. ### Changed - Simplified tarball extraction method. - Removed the 'esc' function inside kiss. - Added a 'warn' function to standardize warnings inside kiss +### Fixed +- Removed the `sys_db` usage on `pkg_find()` where directories could clash with + external utilities. + 1.20.3 - 2020-05-09 ------------------- |