aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-29 19:02:48 +0000
committermerakor <cem@ckyln.com>2020-05-29 19:02:48 +0000
commit414cf8ac051cd3eab49b147e0e6823373e072985 (patch)
treeecd3d6d79aaaff6871ab6a6a5d32fac0f02912dc
parentf6ec1228301eed7aedeed564526074b57aaf7796 (diff)
downloadcpt-414cf8ac051cd3eab49b147e0e6823373e072985.tar.gz
kiss: bump version2.1.0
FossilOrigin-Name: edebc48269d96aabe9dbce1293400a3dbf97afb67b44b82c3b683a2a59cc2d29
-rw-r--r--CHANGELOG.md14
-rwxr-xr-xkiss2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2baa9b6..4939ac4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,20 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+2.1.0 - 2020-05-29
+------------------
+
+### Added
+- Added '$2' '$3' for build scripts which specifies version and architecture information.
+
+### Changed
+- `kiss-chroot` now sets architecture based on the system
+- Updated documentation
+
+### Removed
+- Removed strip messages
+
+
2.0.0 - 2020-05-28
------------------
diff --git a/kiss b/kiss
index d2adfe4..4442b62 100755
--- a/kiss
+++ b/kiss
@@ -1562,7 +1562,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.0.0 ;;
+ v|version) log kiss 2.1.0 ;;
h|help|-h|--help|'')
exec 2>&1