Changelog for
blosc-devel-1.21.5-1.3.i586.rpm :
* Mon Sep 04 2023 Dirk Müller
- update to 1.21.5:
* Fix SSE2/AVX2 build issue. Fixes #352.
* Fri Aug 04 2023 Matthias Eliasson - Update to 1.21.4
* Upgrade internal-complib zstd from 1.5.2 to 1.5.5.
* Zlib updated to 1.2.13.- remove fix of moving pkgconfig file to correct location, it have been fixed upstrem
* Fri Oct 22 2021 Ferdinand Thiessen - Update to 1.21.1
* Fix pthread on ppc64le.
* Updates in internal codecs, important performance improvements
* Fri Apr 16 2021 Ferdinand Thiessen - Update to 1.21.0:
* Updated internal codecs
* Fri Dec 18 2020 Martin Pluskal - Update to version 1.20.1 boo#1179914 CVE-2020-29367:
* More saftey checks have been implemented so that potential flaws discovered by new fuzzers in OSS-Fuzzer are fixed now
* BloscLZ updated to 2.3.0. Expect better compression ratios for faster codecs. For details, see our new blog post: https://blosc.org/posts/beast-release/
* Fixed the _xgetbv() collision. Thanks to Michał Górny (AATTmgorny).
* Fri Aug 28 2020 Dominique Leuenberger - Stop assuming that %{_libexecdir} == /usr/lib (boo#1174075).
* Tue Aug 11 2020 andy great - Enable support for SNAPPY compression.
* Tue Jun 23 2020 Martin Pluskal - Update to version 1.19.0:
* The length of automatic blocksizes for fast codecs (lz4, blosclz) has been incremented quite a bit (up to 256 KB) for better compression ratios.
* The performance in modern CPUs (with at least 256 KB in L2 cache) should be better too (for older CPUs the performance should stay roughly the same).
* For small buffers that cannot be compressed (typically < 128 bytes), blosc_compress() returns now a 0 (cannot compress) instead of a negative number (internal error). See #294.
* blosclz codec updated to 2.1.0. Expect better compression ratios and performance in a wider variety of scenarios.
* blosc_decompress_unsafe(), blosc_decompress_ctx_unsafe() and blosc_getitem_unsafe() have been removed because they are dangerous and after latest improvements, they should not be used in production.
* Tue Mar 31 2020 Martin Pluskal - Update to version 1.18.1:
* Fixed the copy of the leftovers of a chunk when its size is not a multiple of the typesize.
* Thu Feb 06 2020 Martin Pluskal - Update to version 1.17.1:
* BloscLZ codec updated to 2.0.0.