aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-03-12 14:14:50 +0000
committermerakor <cem@ckyln.com>2021-03-12 14:14:50 +0000
commit340f3b125a04b8f97d24ef8ccf12aa3b441d80db (patch)
tree033e49c378e70080b05faefdebe2a0a0f714de1b /CHANGELOG.md
parent257ba31f390a04fd69aaea452243bd21fc448d2f (diff)
downloadcpt-340f3b125a04b8f97d24ef8ccf12aa3b441d80db.tar.gz
CHANGELOG: update
FossilOrigin-Name: 0b113e46e4f18af00d2a372af54e06c21e3721091fe0896f8c0456f0f082b8fd
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files 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
--------------------------------------------------------------------------------