aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xkiss2
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
diff --git a/kiss b/kiss
index 6835f09..5a24518 100755
--- a/kiss
+++ b/kiss
@@ -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