diff options
author | merakor <cem@ckyln.com> | 2020-06-09 23:59:29 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-06-09 23:59:29 +0000 |
commit | cb7e1c515d1f7d73ca221fa041cf9d93113accd8 (patch) | |
tree | 9db3d240ed33eaec55b1328ffa8e429863dbf2a8 | |
parent | 24b52d0b289a6ca1e5b7a135273230d4ecbf1635 (diff) | |
download | cpt-cb7e1c515d1f7d73ca221fa041cf9d93113accd8.tar.gz |
kiss: bump version2.2.0
FossilOrigin-Name: ec7893008f787984b60d0c8d3c1af809e0c08e08aca348eee50e82d7998fc44a
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rwxr-xr-x | kiss | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 258c22b..982a77b 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.2.0 - 2020-06-10 -------------------------------------------------------------------------------- ### Added @@ -25,6 +25,8 @@ UNRELEASED ### Fixed - `C89` compatibility on C programs. +- Fixed an alternatives issue where a file containing special regular expression + characters (such as `/usr/bin/[`) would result in a manifest deletion. 2.1.2 - 2020-06-03 @@ -1569,7 +1569,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.1.2 ;; + v|version) log kiss 2.2.0 ;; h|help|-h|--help|'') exec 2>&1 |