diff --git a/qatzip.changes b/qatzip.changes index 133b112..9aafa06 100644 --- a/qatzip.changes +++ b/qatzip.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat May 11 02:17:16 UTC 2024 - jun wang + +- Update to version 1.2.0 + * 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 + ------------------------------------------------------------------- Thu Oct 19 07:58:04 UTC 2023 - ming li diff --git a/qatzip.spec b/qatzip.spec index ead21d4..9608bc9 100644 --- a/qatzip.spec +++ b/qatzip.spec @@ -1,7 +1,7 @@ # # spec file for package qatzip # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: qatzip -Version: 1.1.2 +Version: 1.2.0 Release: 0 Summary: Intel QuickAssist Technology (QAT) QATzip Library License: BSD-3-Clause @@ -82,6 +82,7 @@ rm -vf %{buildroot}%{_libdir}/*.{la,a} %license LICENSE* %{_mandir}/man1/qzip.1%{?ext_man} %{_bindir}/qzip +%{_bindir}/qatzip-test %files -n libqatzip3 %license LICENSE* diff --git a/v1.1.2.tar.gz b/v1.1.2.tar.gz deleted file mode 100644 index 3bc69af..0000000 --- a/v1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31419fa4b42d217b3e55a70a34545582cbf401a4f4d44738d21b4a3944b1e1ef -size 459335 diff --git a/v1.2.0.tar.gz b/v1.2.0.tar.gz new file mode 100644 index 0000000..ad61c87 --- /dev/null +++ b/v1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345a37a7e5b70635cadf9b9e581a9affec09e837ac1abac04d38355b672b3304 +size 497525