Skip to content

Commit

Permalink
Update news in preparation for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Dec 15, 2024
1 parent 9af0f77 commit fd258cd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)

project(
bzip3
VERSION 1.4.1
VERSION 1.5.0
DESCRIPTION "A better and stronger spiritual successor to BZip2"
HOMEPAGE_URL "https://github.com/kspalaiologos/bzip3"
LANGUAGES C)
Expand Down
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,18 @@ v1.4.0:
* Wrap up all the changes from v1.3; bump up the minor version release.
* Various changes for CMake; bundle CMake files with the autotools dist tarball.
* Support for linking with C++.

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.

0 comments on commit fd258cd

Please sign in to comment.