aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-07-16 11:10:53 +0000
committermerakor <cem@ckyln.com>2020-07-16 11:10:53 +0000
commit52439d3cf7a543eca78ac9b4c93bf7cdd3e40f42 (patch)
tree401b204cab1302168a9d31b85e657dce78f10868
parent67cf0892972c56aeb6e079d3054c51dfc1ba7cd9 (diff)
downloadcpt-52439d3cf7a543eca78ac9b4c93bf7cdd3e40f42.tar.gz
kiss: bump to 2.3.02.3.0
FossilOrigin-Name: bcdab09e913688de7396b4884a5e91f1995a7cd6d1f0d9aa027f9319b737457d
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xkiss2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5227b50..a245ad8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
-UNRELEASED
+2.3.0 - 2020-07-16
--------------------------------------------------------------------------------
### Added
@@ -22,6 +22,9 @@ UNRELEASED
- `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.
+- hooks now default to `null` if no arguments are given
+- `*-pull` hooks have been renamed to `*-fetch` and is run only once instead of
+ for every single git repository.
### Fixed
- Fixed an issue where using `su` to install packages resulted in a wrong
diff --git a/kiss b/kiss
index 89d310a..60ab7e0 100755
--- a/kiss
+++ b/kiss
@@ -1570,7 +1570,7 @@ args() {
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
- v|version) log kiss 2.2.1 ;;
+ v|version) log kiss 2.3.0 ;;
h|help|-h|--help|'')
exec 2>&1