mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
|
|
Libpng 1.5.8 - February 1, 2012
|
|
|
|
This is a public release of libpng, intended for use in production codes.
|
|
|
|
Files available for download:
|
|
|
|
Source files with LF line endings (for Unix/Linux) and with a
|
|
"configure" script
|
|
|
|
libpng-1.5.8.tar.xz (LZMA-compressed, recommended)
|
|
libpng-1.5.8.tar.gz
|
|
libpng-1.5.8.tar.bz2
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
"configure" script
|
|
|
|
lpng158.7z (LZMA-compressed, recommended)
|
|
lpng158.zip
|
|
|
|
Other information:
|
|
|
|
libpng-1.5.8-README.txt
|
|
libpng-1.5.8-LICENSE.txt
|
|
|
|
Changes since the last public release (1.5.7):
|
|
Removed '#include config.h"' from contrib/libtests/pngvalid.c. It's not
|
|
needed and causes trouble for VPATH building.
|
|
Moved AC_MSG_CHECKING([if libraries can be versioned]) later to the proper
|
|
location in configure.ac (Gilles Espinasse).
|
|
Fix bug in pngerror.c: some long warnings were being improperly truncated
|
|
(bug introduced in libpng-1.5.4).
|
|
Fixed Min/GW uninstall to remove libpng.dll.a
|
|
Conditionalize the install rules for MINGW and CYGWIN in CMakeLists.txt
|
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
|
(subscription required; visit
|
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
|
to subscribe)
|
|
or to glennrp at users.sourceforge.net
|
|
|
|
Glenn R-P
|