aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-26 16:58:27 +0000
committermerakor <cem@ckyln.com>2020-05-26 16:58:27 +0000
commit8b0f7d805223ad1dd1b813eb1cfc7dfdb1dfc81d (patch)
treebeec5536cbbad3d9881136116a96b1b9eebe42fa
parentf111e9dac688a11bf706ccf124e0531c93566d04 (diff)
downloadcpt-1.22.4.tar.gz
kiss: bump version1.22.4
FossilOrigin-Name: 5c110d7b9fcbe3f2873d1526ff530d27d546ced84a9db2fd0ac1d17ae2fa780a
-rw-r--r--CHANGELOG.md14
-rwxr-xr-xkiss2
2 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index daebd71..0391bdb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
-1.22.3 - 2020-05-18
+1.22.4 - 2020-05-26
-------------------
**NOTE:** `1.22.x` is the last minor version before `2.0.0`, meaning I will not be doing any
@@ -16,6 +16,18 @@ releases except for patches and fixes. My attention is now on implementing binar
I will be doing some 'release candidates' before release, as binary repositories will need user
feedback.
+### Added
+- Added new documents.
+- Added `post-package` hook.
+
+### Changed
+- Renamed the `hashcheck` function to `sh256` for compatibility.
+- Enabled the usage of glob characters for `kiss-bin`.
+
+
+1.22.3 - 2020-05-18
+-------------------
+
### SECURITY
- Fixed a bug regarding privilige escalation using `$KISS_HOOK`. `kiss` will now use
`$KISS_ROOT/etc/kiss-hook` on installation operations (which are run by root) so that the hooks
diff --git a/kiss b/kiss
index b688966..21c8760 100755
--- a/kiss
+++ b/kiss
@@ -1526,7 +1526,7 @@ args() {
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
- v|version) log kiss 1.22.3 ;;
+ v|version) log kiss 1.22.4 ;;
h|help|-h|--help|'')
exec 2>&1