aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-15 17:42:38 +0000
committermerakor <cem@ckyln.com>2020-05-15 17:42:38 +0000
commit673485f1250b8e1ceef6ea11e94bd3bb1b95ee5a (patch)
treeebdeb5368186ff20cac7e58f4c499d81c1b6b6ee
parentfa1503e37b329602bd8679ba1989c8bc7580373b (diff)
downloadcpt-673485f1250b8e1ceef6ea11e94bd3bb1b95ee5a.tar.gz
kiss: bump version1.22.1
FossilOrigin-Name: 7257fbc081dbd50bf4f17b6365cd88bb1c3572910ca26accb4bd3c629930127c
-rw-r--r--CHANGELOG.md29
-rwxr-xr-xkiss2
2 files changed, 30 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f87195..9701f72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,35 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+1.22.1 - 2020-05-15
+-------------------
+
+**NOTE:** `1.22.x` is the last minor version before `2.0.0`, meaning I will not be doing any
+releases except for patches and fixes. My attention is now on implementing binary repositories.
+I will be doing some 'release candidates' before release, as binary repositories will need user
+feedback.
+
+### REMOVED
+- Removed some contrib scripts and moved them to [kiss-extra]
+- `kiss-cargo-urlgen`
+- `kiss-cargolock-urlgen`
+- `kiss-changelog`
+- `kiss-depends-finder`
+- `kiss-exec`
+- `kiss-message`
+- `kiss-orphans`
+- `kiss-reporevdepends`
+
+
+### Fixed
+- Fixed a `kiss-owns` typo that caused it to fail.
+- Fixed a `kiss-readlink` bug where it would fail if the last component wouldn't exist.
+- Fixed an error on tarball extraction where a file name containing spaces would be parsed as
+ two files.
+
+
+[kiss-extra]: https://github.com/carbslinux/kiss-extra
+
1.22.0 - 2020-05-14
-------------------
diff --git a/kiss b/kiss
index 39d1069..dc2def2 100755
--- a/kiss
+++ b/kiss
@@ -1504,7 +1504,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.0 ;;
+ v|version) log kiss 1.22.1 ;;
h|help|-h|--help|'')
exec 2>&1