- Support building unarr-test using CMake
- Build options for disabling system library usage/detection (bzip2, liblzma, zlib)
- Create CMake config-files for downstream integration
- New ar_entry_get_raw_name function for getting raw zip filenames (usefull for faulty zip archives with non-spec filename encodings)
- Support for Loongson CPUs (Liu Xiang)
- Update LZMA SDK code to version 19.00
- Restore support for 7z archive extraction (using an embedded subset of LZMA SDK 19.00)
- Convert source to LF line endings
- Increase UNARR_API_VERSION to 110
- Fixed a possible memleak in rar filter code found by clang static analyzer
- Fixed some edge cases that could lead to nullpointer dereferences and/or undefined behavior in rar extraction code
- Fixed out of bonds memmove in zip code
- Fixed memleak when trying to open an invalid 7z file
- Fix some minor problems with BZip2 and liblzma not added correctly to pkg-config
This is a bugfix release.
- Fixed typo in pkg-config.pc.cmake template
- Cmake based build system for library builds
- Support for pkg-config (libunarr.pc)
- Windows compatible export header for DLL builds
- xz utils / libLZMA can be used as decoder for LZMA1 and XZ (LZMA2) compressed ZIP archives.
- The internal LZMA1 decoder can be replaced with xz utils / libLZMA if present
- LZMA SDK code was updated to version 17.01 beta
- 7z extraction support is currently broken due to LZMA SDK api changes.
- Unarr sample application (unarr-test) and its makefile (legacy unarr build system) have been moved to the test folder
- Various small bugfixes related to compiler warnings