Opened 13 months ago
Closed 13 months ago
#19354 closed enhancement (fixed)
libpng-1.6.43
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (6)
follow-up: 3 comment:1 by , 13 months ago
comment:2 by , 13 months ago
Version 1.6.43 [February 23, 2024]
Fixed the row width check in png_check_IHDR().
This corrected a bug that was specific to the 16-bit platforms, and removed a spurious compiler warning from the 64-bit builds. (Reported by Jacek Caban; fixed by John Bowler)
Added eXIf chunk support to the push-mode reader in pngpread.c.
(Contributed by Chris Blume)
Added contrib/pngexif for the benefit of the users who would like to inspect the content of eXIf chunks. Added contrib/conftest/basic.dfa, a basic build-time configuration.
(Contributed by John Bowler)
Fixed a preprocessor condition in pngread.c that broke build-time configurations like contrib/conftest/pngcp.dfa.
(Contributed by John Bowler)
Added CMake build support for LoongArch LSX.
(Contributed by GuXiWei)
Fixed a CMake build error that occurred under a peculiar state of the dependency tree. This was a regression introduced in libpng-1.6.41.
(Contributed by Dan Rosser)
Marked the installed libpng headers as system headers in CMake.
(Contributed by Benjamin Buch)
Updated the build support for RISCOS.
(Contributed by Cameron Cawley)
Updated the makefiles to allow cross-platform builds to initialize conventional make variables like AR and ARFLAGS.
Added various improvements to the CI scripts in areas like version consistency verification and text linting.
Added version consistency verification to pngtest.c also.
comment:3 by , 13 months ago
Replying to Xi Ruoyao:
Oops, apng patch does not apply.
It seems trivial and can be manually corrected.
comment:4 by , 13 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 13 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commit dcf7fa27e14
Update to qpdf-11.9.0. Update to libunistring-1.2. Update to libpng-1.6.43.
Oops, apng patch does not apply.