From 8b0f7d805223ad1dd1b813eb1cfc7dfdb1dfc81d Mon Sep 17 00:00:00 2001 From: merakor Date: Tue, 26 May 2020 16:58:27 +0000 Subject: kiss: bump version FossilOrigin-Name: 5c110d7b9fcbe3f2873d1526ff530d27d546ced84a9db2fd0ac1d17ae2fa780a --- CHANGELOG.md | 14 +++++++++++++- kiss | 2 +- 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 -- cgit v1.2.3