commit 4017827fb778901abe595b8a41a1c00693f473c3
parent 289a7793082379acc79924175fddf6b32abd38e1
Author: Cem Keylan <cem@ckyln.com>
Date: Mon, 11 May 2020 17:23:12 +0300
changelog: update
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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
-------------------