1998-04-21 20:03:57 +00:00
|
|
|
|
2011-07-10 11:30:51 +00:00
|
|
|
Libpng 1.2.46 - July 10, 2011
|
1998-04-21 20:03:57 +00:00
|
|
|
|
2011-07-09 10:30:39 +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
|
|
|
|
|
2011-07-09 10:30:39 +00:00
|
|
|
libpng-1.2.46.tar.xz (LZMA-compressed, recommended)
|
|
|
|
libpng-1.2.46.tar.gz
|
|
|
|
libpng-1.2.46.tar.bz2
|
2009-11-12 18:20:41 +00:00
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) without the
|
|
|
|
"configure" script
|
|
|
|
|
2011-07-09 10:30:39 +00:00
|
|
|
libpng-1.2.46-no-config.tar.xz (LZMA-compressed, recommended)
|
|
|
|
libpng-1.2.46-no-config.tar.gz
|
|
|
|
libpng-1.2.46-no-config.tar.bz2
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2011-07-09 10:30:39 +00:00
|
|
|
lpng1246.zip
|
|
|
|
lpng1246.7z
|
|
|
|
lpng1246.tar.bz2
|
2009-11-12 18:20:41 +00:00
|
|
|
|
|
|
|
Project files
|
|
|
|
|
2011-07-09 10:30:39 +00:00
|
|
|
libpng-1.2.46-project-netware.zip
|
|
|
|
libpng-1.2.46-project-wince.zip
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2011-07-09 10:30:39 +00:00
|
|
|
libpng-1.2.46-README.txt
|
|
|
|
libpng-1.2.46-KNOWNBUGS.txt
|
|
|
|
libpng-1.2.46-LICENSE.txt
|
|
|
|
libpng-1.2.46-Y2K-compliance.txt
|
|
|
|
libpng-1.2.46-[previous version]-diff.txt
|
2010-01-02 00:28:50 +00:00
|
|
|
|
2011-07-10 11:30:51 +00:00
|
|
|
Changes since the last public release (1.2.44):
|
2011-06-07 20:17:35 +00:00
|
|
|
|
2011-06-08 00:47:10 +00:00
|
|
|
Fixed uninitialized memory read in png_format_buffer() (Bug
|
2011-06-07 20:17:35 +00:00
|
|
|
report by Frank Busse, related to CVE-2004-0421).
|
|
|
|
Pass "" instead of '\0' to png_default_error() in png_err(). This mistake
|
|
|
|
was introduced in libpng-1.2.20beta01.
|
2011-06-07 20:35:48 +00:00
|
|
|
Check for up->location !PNG_AFTER_IDAT when writing unknown chunks
|
|
|
|
before IDAT.
|
2011-06-07 20:36:54 +00:00
|
|
|
Ported bugfix in pngrtran.c from 1.5.3: when expanding a paletted image,
|
|
|
|
always expand to RGBA if transparency is present.
|
2011-06-07 20:56:02 +00:00
|
|
|
Check for integer overflow in png_set_rgb_to_gray().
|
2011-06-18 19:54:22 +00:00
|
|
|
Check for sCAL chunk too short.
|
2011-07-10 11:30:51 +00:00
|
|
|
Updated "last changed" dates and copyright year.
|
|
|
|
Reverted changes to Makefile.am and Makefile.in to libpng-1.2.44 versions.
|
2011-07-08 23:30:20 +00:00
|
|
|
|
2011-07-09 10:30:39 +00:00
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
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
|