From 2e07c66013073065dde6d19cd5da62a642ca2117 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 25 Jun 2020 08:01:16 +0000 Subject: changelog: update FossilOrigin-Name: 002d0ac10b974fb2bfcb775ff7632ae3671ac29d110a4354edc3f686cf138283 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 -------------------------------------------------------------------------------- -- cgit v1.2.3