Release libpng version 1.6.47

This commit is contained in:
Cosmin Truta
2025-02-18 11:18:30 +02:00
parent bb7e922914
commit 872555f4ba
17 changed files with 66 additions and 62 deletions

View File

@@ -1,13 +1,5 @@
libpng 1.6.47.git
=================
This is a development version, not intended to be a public release.
It will be replaced by a public release, or by another development
version, at a later time.
libpng 1.6.46 - January 23, 2025
================================
libpng 1.6.47 - February 18, 2025
=================================
This is a public release of libpng, intended for use in production code.
@@ -17,13 +9,13 @@ Files available for download
Source files with LF line endings (for Unix/Linux):
* libpng-1.6.46.tar.xz (LZMA-compressed, recommended)
* libpng-1.6.46.tar.gz (deflate-compressed)
* libpng-1.6.47.tar.xz (LZMA-compressed, recommended)
* libpng-1.6.47.tar.gz (deflate-compressed)
Source files with CRLF line endings (for Windows):
* lpng1646.7z (LZMA-compressed, recommended)
* lpng1646.zip (deflate-compressed)
* lpng1647.7z (LZMA-compressed, recommended)
* lpng1647.zip (deflate-compressed)
Other information:
@@ -33,17 +25,19 @@ Other information:
* TRADEMARK.md
Changes from version 1.6.45 to version 1.6.46
Changes from version 1.6.46 to version 1.6.47
---------------------------------------------
* Added support for the mDCV and cLLI chunks.
* Modified the behaviour of colorspace chunks in order to adhere
to the new precedence rules formulated in the latest draft of
the PNG Specification.
(Contributed by John Bowler)
* Fixed a build issue affecting C89 compilers.
This was a regression introduced in libpng-1.6.45.
(Contributed by John Bowler)
* Added makefile.c89, specifically for testing C89 compilers.
* Cleaned up contrib/pngminus: corrected an old typo, removed an old
workaround, and updated the CMake file.
* Fixed a latent bug in `png_write_iCCP`.
This would have been a read-beyond-end-of-malloc vulnerability,
introduced early in the libpng-1.6.0 development, yet (fortunately!)
it was inaccessible before the above-mentioned modification of the
colorspace precedence rules, due to pre-existing colorspace checks.
(Reported by Bob Friesenhahn; fixed by John Bowler)
Send comments/corrections/commendations to png-mng-implement at lists.sf.net.