diff options
author | merakor <cem@ckyln.com> | 2020-06-25 08:01:16 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-06-25 08:01:16 +0000 |
commit | 2e07c66013073065dde6d19cd5da62a642ca2117 (patch) | |
tree | 285ba92d6e8d2b9de4c016e780a23a096b9cf056 | |
parent | 0b8280d311c1770872a4c985928885acfe174863 (diff) | |
download | cpt-2e07c66013073065dde6d19cd5da62a642ca2117.tar.gz |
changelog: update
FossilOrigin-Name: 002d0ac10b974fb2bfcb775ff7632ae3671ac29d110a4354edc3f686cf138283
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ef7c7..5227b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,25 @@ to [Semantic Versioning]. [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +UNRELEASED +-------------------------------------------------------------------------------- + +### Added +- Added `KISS_FETCH` to optionally disable repository fetches while performing + a system update. You can now run `KISS_FETCH=0 kiss u` in order to update + your system without syncing repositories. + +### Changed +- Changed usage outputs for kiss and contrib utilities. +- `rsync` repositories are now synced based on checksums rather than timestamps. +- `kiss-chroot` now uses system flags if available. +- `kiss-chbuild` now installs extra packages if specified. + +### Fixed +- Fixed an issue where using `su` to install packages resulted in a wrong + package ownership. + + 2.2.1 - 2020-06-11 -------------------------------------------------------------------------------- |