commit 15da174a701726894bc1a0e9da740ab9acb5a23d parent ca57d77585dcd9b18f62aba1c0989e3d1c3ec1c5 Author: Cem Keylan <cem@ckyln.com> Date: Tue, 5 May 2020 23:36:14 +0300 changelog: update Diffstat:
M | CHANGELOG.md | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -7,6 +7,17 @@ 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 +UNRELEASED +---------- + +### Changed +- Removed the `-p` flag from tar while installing packages. busybox ignores it and we + don't need it. +- Replaced tar flags with keys for historical compatibility. +- `kiss` now decompresses a tarball once and uses the decompressed tarball for listing + and extraction + + 1.18.0 - 2020-05-04 -------------------