Changelog for
libaws-checksums1-0.1.20-8.1.i586.rpm :
* Tue Sep 17 2024 John Paul Adrian Glaubitz
- Update to version 0.1.20
* Add crc helpers for writing to large buffers. by AATTDmitriyMusatkin in (#93)
* Fix builds on clang 16+ by AATTDmitriyMusatkin in (#96)- from version 0.1.19
* Rebase CRC32DATA32VALUE by AATTjmklix in (#87)
* clang-format 18 by AATTgraebm in (#91)
* Update MacOS to arm64 by AATTwaahm7 in (#92)
* Better vectorization and crc64 by AATTJonathanHenson in (#79)- Add new aws-checksums-bin binary package- Refresh patches for new version
* ac_fix-cmake-modules-path.patch
* ac_re-add-so-version.patch
* Tue Feb 20 2024 Dominique Leuenberger - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN.
* Mon Feb 19 2024 John Paul Adrian Glaubitz - Update to version 0.1.18
* Added workflow for handling answerable discussions by AATTyasminetalby in (#75)
* Remove unused source/arm/asm directory include by AATTwaahm7 in (#78)
* BUILDER_VERSION: v0.9.55 by AATTgraebm in (#80)
* Mon Jul 17 2023 John Paul Adrian Glaubitz - Update to version 0.1.17
* Refactor CPU_EXTENSIONS logic for MSVC with Clang by AATTwaahm7 in (#69)
* Wed Jun 07 2023 John Paul Adrian Glaubitz - Update to version 0.1.16
* Add Github templates and bots by AATTjmklix in (#64)
* Fix use of inline ASM labels by AATTjamesbornholt in (#65)
* Tue May 16 2023 John Paul Adrian Glaubitz - Update to version 0.1.15
* Add to .gitignore by AATTgraebm in (#62)
* Fix warnings in public headers by AATTwaahm7 in (#63)
* Wed Jan 18 2023 John Paul Adrian Glaubitz - Update to version 0.1.14
* Add AppVerifier to CI by AATTTwistedTwigleg in (#58)
* Update CI to fix downstream build by AATTwaahm7 in (#59)
* Fixed gcc and clang constraint error due to improper input operands and clobbers via suggestion from AATTtopperc by AATTJonathanHenson in (#57)
* Thu Sep 01 2022 John Paul Adrian Glaubitz - Update to version 0.1.13 + Allow mix of static and shared libs
* Load cmake target fallback by AATTTingDaoK in (#56)- Use cmake() macro in BuildRequires
* Mon Oct 11 2021 John Paul Adrian Glaubitz - Update to version 0.1.12 + Support new build flag: USE_CPU_EXTENSIONS
* If -DUSE_CPU_EXTENSIONS=OFF then do not use function implementations that are optimized for specific CPU architectures, only use the generic implementation
* Mon Feb 15 2021 John Paul Adrian Glaubitz - Update to version 0.1.11 + Improved ARM support
* Updated feature test compilation flags to properly detect/fail Cortex features