aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-06-25 08:01:16 +0000
committermerakor <cem@ckyln.com>2020-06-25 08:01:16 +0000
commit2e07c66013073065dde6d19cd5da62a642ca2117 (patch)
tree285ba92d6e8d2b9de4c016e780a23a096b9cf056 /CHANGELOG.md
parent0b8280d311c1770872a4c985928885acfe174863 (diff)
downloadcpt-2e07c66013073065dde6d19cd5da62a642ca2117.tar.gz
changelog: update
FossilOrigin-Name: 002d0ac10b974fb2bfcb775ff7632ae3671ac29d110a4354edc3f686cf138283
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
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
--------------------------------------------------------------------------------