Changelog for
libbabl-0_1-0-0.1.108-2.2.x86_64.rpm :
* Thu Feb 22 2024 Marcus Rueckert
- disable gi-docgen docs for now
* Thu Feb 22 2024 Marcus Rueckert - Update to 0.1.108: - \"double\" and \"half\" support in cli-tool, build fixes.
* Thu May 18 2023 Paolo Stivanin - Update to 0.1.106:
* Disable LUTs on big-endian, fix to 1bpp->4bpp LUTs, faster startup by caching balanced RGB to XYZ matrices.
* LUT code-paths re-enabled, some array overflow proofing.
* Thu Mar 09 2023 Paolo Stivanin - Build AVX2 enabled hwcaps library for x86_64-v3
* Wed Mar 01 2023 Paolo Stivanin - update to 0.1.102:
* LUT code-paths now disabled by default.
* Stop double processing with LUT+normal fishes.
* Support for non-ASCII characters in file paths on windows. Improved wrap build support.
* Tue Nov 22 2022 Petr Vorel - update to 0.1.98:
* More robust bounds protection in ICC handling, avoid garbage collecting lookup tables in-line with processing.
* Mon Aug 29 2022 Dirk Müller - update to 0.1.96:
* Minor changes from 0.1.94, fixing build.
* Fix of crash on non-aligned data for SIMD, add commandline tool, improve vala compatibility of introspection info.- drop patches 2dc7fc40.patch, b05b2826.patch (upstream)
* Tue May 03 2022 Dominique Leuenberger - Add patches, backported from git, to fix build with meson 0.62: + 2dc7fc40.patch + b05b2826.patch
* Sat Apr 09 2022 Dirk Müller - update to 0.1.92:
* Fixes for avoiding load of wrong SIMD extensions
* Tue Mar 01 2022 Paolo Stivanin - Update to version 0.1.90:
* Automatic LUT creation for conversions from <24bpp of colorant componants, SIMD builds for x86_64 micro-architecture levels and ARM neon, pre-defined CIE Lab u8 and CIE Lab u16 formats.
* Fix bug of an unlocked non-locked mutex, which started failing on some platforms.
* Tue Jul 13 2021 Dominique Leuenberger - Update to version 0.1.88: + Consistency fixes to format names, in particular for palettized formats.
* Tue Mar 16 2021 Dirk Müller - update to 0.1.86:
* input-class (scanner/RGB) ICC profiles are valid for creating RGB spaces.
* improved thread safety for babl_space_from_icc
* build: allow using babl a subproject in other meson projects.