aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-28 11:50:08 +0000
committermerakor <cem@ckyln.com>2020-05-28 11:50:08 +0000
commit3e750af24018ea910ef2c04f4eccfe03ec405a55 (patch)
tree946de93efe1d3ba7df659355692a47bec0d74210 /CHANGELOG.md
parentadd2e2d920c30bbb0bb2832dd6923739e494389d (diff)
downloadcpt-3e750af24018ea910ef2c04f4eccfe03ec405a55.tar.gz
changelog: update
FossilOrigin-Name: ac61a3426917e3ff8705989971a4fb4e89d36089843b2b8c3f953779d967a88c
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 0391bdb..3b473f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,25 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+UNRELEASED
+----------
+
+### Added
+- Rsync repository support.
+- pre/post hooks for package removal (pre-remove, post-remove).
+- pre/post hooks for git pulls (pre-pull, post-pull).
+
+### Changed
+- `kiss` no longer removes empty directories if they are defined on a different package.
+- `$KISS_NOPROMPT` has been renamed to `$KISS_PROMPT` and must be set to 0 in order to disable
+ prompts.
+- `kiss-chbuild` now checks tarball digest.
+- `kiss-chbuild` now downloads tarballs according to arch (x86_64 or i686 currently).
+- Submodule repository fetching has been modified to match compatibility.
+
+
+
+
1.22.4 - 2020-05-26
-------------------