Releases: intel/QATzip
Releases · intel/QATzip
QATzip 1.2.0 Release
The 1.2.0 release including the following change:
- Implement the Software fallback when Hardware down
- Improve Software fallback's performance
- Fix file permission change after decompression
- Add more instance capability check
- Limit LZ4s format to only support compression direction.
- QATzip API update
- Rename test app to qatzip-test and add it into package
- Update Document and Manual
- Fix Coverity issues
- Fix bugs
QATzip 1.1.2 Release
Release v1.1.2 contains the following changes:
- Test: fix overflow on large files #76 -2879617
- Test: fix crash when perf test with svm #78 -666d229
- Fix Clang compile error - 4458223
- Fix MiniMatch bug #77 -29b323d
- Fix compile error on QAT1.7 - 6f88bd4
- Update QAT1.7 / QAT2.0 config files - #74 #73 5b3489f
- Update README -542c3e4
- Update year in copyright information to 2023 -0836c48
- Remove QAT device ID dependency - 73e8a23
- Update version, spec file, API PDF - aa379ef
- Add missing QZ_PARAMS return code - 39adbbe
QATzip 1.1.1 Release
The 1.1.1 release including the following change:
- Add support for pkg-config in QATzip
- Fix Coverity issues
- Change lz4s with frame header to lz4s block
- Move lz4(s) related functions to qatzip_lz4.c
- Move functions outputHeader* outputFooter* to qatzip_utils.c
- Fix bugs
QATzip 1.1.0 Release
The 1.1.0 release including the following change:
- Add dependancy update tool file
- Updated New "Crc" series API
- Bug fix
QATzip 1.0.9 dev_evnoy branch Release
The QATzip 1.0.9 dev_envoy branch release including the following change:
- Enable static link QATzip into Envoy
QATzip 1.0.9 Release
The 1.0.9 release including the following change:
- Added support for LZ4 with frame header
- Added support for LZ4S with frame header
- Added new APIs for deflate/LZ4/LZ4s compression algorithms
- Updated QATzip RPM spec for QATlib22.07
- Bug fix
QATzip 1.0.8 Release
The 1.0.8 release including the following change:
- Support autoconf & automake to build QATzip
- Change the API for ABI/API compatibility
- Change the default installation directory of QATzip lib to /usr/local/lib
- Bug fix