1998-04-21 20:03:57 +00:00
|
|
|
|
2010-02-25 11:56:07 +00:00
|
|
|
Libpng 1.2.43 - February 25, 2010
|
1998-04-21 20:03:57 +00:00
|
|
|
|
2010-02-25 11:56:07 +00:00
|
|
|
This is a public release of libpng, intended for use in production codes.
|
1998-04-21 20:03:57 +00:00
|
|
|
|
2006-02-22 15:19:25 +00:00
|
|
|
Files available for download:
|
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) and with a
|
|
|
|
"configure" script
|
|
|
|
|
2010-02-25 11:56:07 +00:00
|
|
|
libpng-1.2.43.tar.xz (LZMA-compressed, recommended)
|
|
|
|
libpng-1.2.43.tar.gz
|
|
|
|
libpng-1.2.43.tar.bz2
|
2009-11-12 18:20:41 +00:00
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) without the
|
|
|
|
"configure" script
|
|
|
|
|
2010-02-25 11:56:07 +00:00
|
|
|
libpng-1.2.43-no-config.tar.xz (LZMA-compressed, recommended)
|
|
|
|
libpng-1.2.43-no-config.tar.gz
|
|
|
|
libpng-1.2.43-no-config.tar.bz2
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2010-02-25 11:56:07 +00:00
|
|
|
lpng1243.zip
|
|
|
|
lpng1243.7z
|
|
|
|
lpng1243.tar.bz2
|
2009-11-12 18:20:41 +00:00
|
|
|
|
|
|
|
Project files
|
|
|
|
|
2010-02-25 11:56:07 +00:00
|
|
|
libpng-1.2.43-project-netware.zip
|
|
|
|
libpng-1.2.43-project-wince.zip
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2010-02-25 11:56:07 +00:00
|
|
|
libpng-1.2.43-README.txt
|
|
|
|
libpng-1.2.43-KNOWNBUGS.txt
|
|
|
|
libpng-1.2.43-LICENSE.txt
|
|
|
|
libpng-1.2.43-Y2K-compliance.txt
|
|
|
|
libpng-1.2.43-[previous version]-diff.txt
|
2010-01-02 00:28:50 +00:00
|
|
|
|
2010-01-03 23:22:35 +00:00
|
|
|
Changes since the last public release (1.2.42):
|
|
|
|
|
2010-02-25 11:56:07 +00:00
|
|
|
version 1.2.43 [February 25, 2010]
|
|
|
|
|
2010-01-04 16:06:38 +00:00
|
|
|
Updated CMakeLists.txt for consistent indentation and to avoid an
|
|
|
|
unclosed if-statement warning (Philip Lowman).
|
2010-01-14 15:50:54 +00:00
|
|
|
Removed "#ifdef PNG_1_0_X / #endif" surrounding
|
|
|
|
PNG_READ_16_TO_8_SUPPORTED and PNG_READ_GRAY_TO_RGB_SUPPORTED
|
|
|
|
in pngconf.h. These were added in libpng-1.2.41beta08 and libpng-1.0.51,
|
|
|
|
which introduced a binary incompatibility with libpng-1.0.50.
|
2010-02-01 15:28:01 +00:00
|
|
|
Backported two-pass png_decompress_chunk() algorithm from libpng-1.4.1
|
2010-02-08 12:18:54 +00:00
|
|
|
Removed PNGAPI declaration of png_calloc() and png_write_sig() in
|
|
|
|
1ibpng-1.2.X, introduced by mistake in libpng-1.2.41.
|
2010-02-13 03:05:33 +00:00
|
|
|
Return allocated "old_buffer" in png_push_save_buffer() before png_error(),
|
|
|
|
to avoid a potential memory leak.
|
|
|
|
Ported rewritten png_decompress_chunk() by John Bowler from libpng-1.4.1.
|
2010-02-20 02:01:05 +00:00
|
|
|
Define _ALL_SOURCE in configure.ac, makefile.aix, and CMakeLists.txt
|
|
|
|
when using AIX compiler.
|
2010-02-22 05:14:03 +00:00
|
|
|
Removed unused gzio.c from contrib/pngminim gather and makefile scripts
|
|
|
|
|
2009-07-16 10:58:49 +00:00
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
2009-11-12 18:20:41 +00:00
|
|
|
|
2009-06-16 01:50:00 +00:00
|
|
|
(subscription required; visit
|
2006-02-21 04:09:05 +00:00
|
|
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
|
|
|
to subscribe) or to glennrp at users.sourceforge.net
|
1998-04-21 20:03:57 +00:00
|
|
|
|
1998-12-29 17:47:59 +00:00
|
|
|
Glenn R-P
|