diff options
author | merakor <cem@ckyln.com> | 2020-05-14 14:22:55 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-14 14:22:55 +0000 |
commit | eb3d0f5358796be34ff5327740c236e669dec48c (patch) | |
tree | 7a2839d168c204a81944e5a7bfe4af777fbfc352 | |
parent | 4a4255350812f1ecebb6f6e22d9300ad5eb0ce2e (diff) | |
download | cpt-eb3d0f5358796be34ff5327740c236e669dec48c.tar.gz |
changelog: update
FossilOrigin-Name: 3e0798753f0ca13c93d701380c78bb856b8b8959b80cfea4fe7f30de5f62ecb3
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f0667..59a4eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ UNRELEASED ### Changed - Replaced `KISS_COLOUR` with `KISS_COLOR` to match upstream. - Renamed `colour` variable to `color` for consistency. +- The package manager no longer needs root priviliges if the `KISS_ROOT` is writable + by the user. +- `kiss` now uses the host cache regardless of `KISS_ROOT`. + +### Fixed +- Fixed an issue where `kiss-owns` would output the wrong package because of symbolic links. + The script now reads the link of the directory instead of the full file. 1.21.1 - 2020-05-14 |