mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
53 lines
1.5 KiB
Plaintext
53 lines
1.5 KiB
Plaintext
libpng 1.6.49.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.48 - April 30, 2025
|
|
==============================
|
|
|
|
This is a public release of libpng, intended for use in production code.
|
|
|
|
|
|
Files available for download
|
|
----------------------------
|
|
|
|
Source files with LF line endings (for Unix/Linux):
|
|
|
|
* libpng-1.6.48.tar.xz (LZMA-compressed, recommended)
|
|
* libpng-1.6.48.tar.gz (deflate-compressed)
|
|
|
|
Source files with CRLF line endings (for Windows):
|
|
|
|
* lpng1648.7z (LZMA-compressed, recommended)
|
|
* lpng1648.zip (deflate-compressed)
|
|
|
|
Other information:
|
|
|
|
* README.md
|
|
* LICENSE.md
|
|
* AUTHORS.md
|
|
* TRADEMARK.md
|
|
|
|
|
|
Changes from version 1.6.47 to version 1.6.48
|
|
---------------------------------------------
|
|
|
|
* Fixed the floating-point version of the mDCv setter `png_set_mDCv`.
|
|
(Reported by Mohit Bakshi; fixed by John Bowler)
|
|
* Added #error directives to discourage the inclusion of private
|
|
libpng implementation header files in PNG-supporting applications.
|
|
* Added the CMake build option `PNG_LIBCONF_HEADER`, to be used as an
|
|
alternative to `DFA_XTRA`.
|
|
* Removed the Travis CI configuration files, with heartfelt thanks for
|
|
their generous support of our project over the past five years!
|
|
|
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
|
|
Subscription is required; visit
|
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
|
to subscribe.
|