CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/12/18 06:50:20
Modified files:
archivers/bzip3: Makefile distinfo
Log message:
archivers/bzip3: update to 1.5.1
Changes:
v1.5.0:
* Add `--rm` option that removes the original files after successful operation.
* `bz3grep`: display the correct program name on invalid invocation.
* Improve the docstrings regarding the use of `bz3_bound` with block
decompression.
* Tighter LZP/RLE bounds in the decoder => slightly improved compression with no
observable format change.
* Improve the documentation and available tooling for fuzzing.
* Rewritten the file format documentation.
* Add the `bz3_min_memory_needed` API.
* BREAKING: Change the signature of `bz3_decode_block` and `bz3_encode_block`.
Refer to the documentation for the new usage. This version is not ABI-compatible
with the previous versions of the package.
* Fix: the file `$dir.bz3` being created when invoked as `bzip3 -e $dir` where
`$dir` is a directory.
v1.5.1:
* Replace getopt-based parsing with `yarg`.
* Change the soname to indicate a difference in the ABI.
Tweaks and OK: kn@