From 340f3b125a04b8f97d24ef8ccf12aa3b441d80db Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 12 Mar 2021 14:14:50 +0000 Subject: CHANGELOG: update FossilOrigin-Name: 0b113e46e4f18af00d2a372af54e06c21e3721091fe0896f8c0456f0f082b8fd --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0038676..89fc901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,23 +15,30 @@ UNRELEASED ### Added - Added unit tests using `shellspec`. - Added support for `pax` for tarball extraction. -- Added `-p` flag for specifying package when using `cpt-link` +- [ssu] support has been added for privilege escalation. +- Added `-p` flag for specifying package when using `cpt-link`. +- Added manual pages for all `cpt-contrib` scripts. +- Added `lz` compression/decompression support to `$CPT_COMPRESS`. ### Changed - Moved `cpt-lib` to `cpt-lib.in`. - All `src` scripts now exit with success after being called with `--help`. -- Minor optimizations on `contrib` scripts. +- Minor optimisations on `contrib` scripts. - Huge speed improvement on `cpt-export`. -- Updated the `getoptions` library to version `2.5.0` +- Updated the `getoptions` library to version `2.5.0`. ### Fixed - Fixed `cpt-cat` not using the `CPT_ROOT` value. +- Fixed an error with the usage of `sbase grep` that resulted in exit when + removing packages. ### Removed - Removed C binaries `cpt-readlink` and `cpt-stat` and instead replaced them with `_readlink()` and `_stat()` library functions. +[ssu]: https://github.com/illiliti/ssu + 5.1.2 - 2021-01-04 -------------------------------------------------------------------------------- -- cgit v1.2.3