Changeset 105469 in vbox for trunk/src/libs/libpng-1.6.43/CHANGES
- Timestamp:
- Jul 24, 2024 10:11:32 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libpng-1.6.43/CHANGES
r103316 r105469 6131 6131 6132 6132 Version 1.6.41 [January 24, 2024] 6133 Added SIMD-optimized code for the Loong arch LSX hardware.6133 Added SIMD-optimized code for the LoongArch LSX hardware. 6134 6134 (Contributed by GuXiWei, JinBo and ZhangLixia) 6135 6135 Fixed the run-time discovery of MIPS MSA hardware. … … 6166 6166 This was an API regression, introduced in libpng-1.6.41. 6167 6167 (Reported by Matthieu Darbois) 6168 Fixed and updated the libpng manual. 6169 6170 Version 1.6.43 [February 23, 2024] 6171 Fixed the row width check in png_check_IHDR(). 6172 This corrected a bug that was specific to the 16-bit platforms, 6173 and removed a spurious compiler warning from the 64-bit builds. 6174 (Reported by Jacek Caban; fixed by John Bowler) 6175 Added eXIf chunk support to the push-mode reader in pngpread.c. 6176 (Contributed by Chris Blume) 6177 Added contrib/pngexif for the benefit of the users who would like 6178 to inspect the content of eXIf chunks. 6179 Added contrib/conftest/basic.dfa, a basic build-time configuration. 6180 (Contributed by John Bowler) 6181 Fixed a preprocessor condition in pngread.c that broke build-time 6182 configurations like contrib/conftest/pngcp.dfa. 6183 (Contributed by John Bowler) 6184 Added CMake build support for LoongArch LSX. 6185 (Contributed by GuXiWei) 6186 Fixed a CMake build error that occurred under a peculiar state of the 6187 dependency tree. This was a regression introduced in libpng-1.6.41. 6188 (Contributed by Dan Rosser) 6189 Marked the installed libpng headers as system headers in CMake. 6190 (Contributed by Benjamin Buch) 6191 Updated the build support for RISCOS. 6192 (Contributed by Cameron Cawley) 6193 Updated the makefiles to allow cross-platform builds to initialize 6194 conventional make variables like AR and ARFLAGS. 6195 Added various improvements to the CI scripts in areas like version 6196 consistency verification and text linting. 6197 Added version consistency verification to pngtest.c also. 6168 6198 6169 6199 Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
Note:
See TracChangeset
for help on using the changeset viewer.