Releases: kspalaiologos/bzip3
Releases · kspalaiologos/bzip3
1.5.1
1.5.0
Update news in preparation for v1.5.0
1.4.0
NEWS for v1.4.0
1.3.2
Update NEWS
1.3.1
Fix Adam Borowski's patch to work on inflated blocks.
1.3.0
add a note on upgrades
1.2.3
Update NEWS
1.2.2
- safety fixes for the LZP pass.
- add the
-k
compatibility flag. - use
env
to detect the shell in bzip3 utility scripts - update
libtool
to v2.4.7, fixing an issue with macports and homebrew.
1.2.1
v1.2.1:
- fix a LZP decompression bug when a match occurred before block boundary.
- don't set rpath in the Makefile
- fix build warnings from -v
- add
most
support - windows binary mode fix
1.2.0
- alias
-z
to-e
(compatibility with bzip2). - version bzip3 library.
- dynamically link library to the tool (eliminating the libbz3.c duplication in tool and library).
- add verbose output (via
-v
). - add version information to the manual pages.
- set
rpath
in the Makefile to solve an issue with /usr/local/lib not being present in the dynamic linker search path.