1998-04-21 20:03:57 +00:00
|
|
|
|
2008-12-18 11:45:32 +00:00
|
|
|
Libpng 1.2.34 - December 18, 2008
|
1998-04-21 20:03:57 +00:00
|
|
|
|
2008-12-18 11:45:32 +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
|
|
|
|
|
2008-12-18 11:45:32 +00:00
|
|
|
libpng-1.2.34.tar.gz
|
|
|
|
libpng-1.2.34.tar.lzma
|
2008-02-01 03:27:55 +00:00
|
|
|
(Get the lzma codec from <http://tukaani.org/lzma>).
|
2008-12-18 11:45:32 +00:00
|
|
|
libpng-1.2.34.tar.bz2
|
2006-03-31 11:29:33 +00:00
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) without the
|
|
|
|
"configure" script
|
|
|
|
|
2008-12-18 11:45:32 +00:00
|
|
|
libpng-1.2.34-no-config.tar.gz
|
|
|
|
libpng-1.2.34-no-config.tar.lzma
|
|
|
|
libpng-1.2.34-no-config.tar.bz2
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2008-12-18 11:45:32 +00:00
|
|
|
lpng1234.zip
|
|
|
|
lpng1234.7z
|
|
|
|
lpng1234.tar.bz2
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Project files
|
|
|
|
|
2008-12-18 11:45:32 +00:00
|
|
|
libpng-1.2.34-project-netware.zip
|
|
|
|
libpng-1.2.34-project-wince.zip
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2008-12-18 11:45:32 +00:00
|
|
|
libpng-1.2.34-README.txt
|
|
|
|
libpng-1.2.34-KNOWNBUGS.txt
|
|
|
|
libpng-1.2.34-LICENSE.txt
|
|
|
|
libpng-1.2.34-Y2K-compliance.txt
|
|
|
|
libpng-1.2.34-[previous version]-diff.txt
|
2008-08-19 02:25:39 +00:00
|
|
|
|
2008-12-18 11:45:32 +00:00
|
|
|
Changes since the last public release (1.2.33):
|
2008-08-19 02:25:39 +00:00
|
|
|
|
2008-12-18 11:45:32 +00:00
|
|
|
version 1.2.34 [December 18, 2008]
|
2008-11-27 12:44:23 +00:00
|
|
|
|
2008-12-18 11:45:32 +00:00
|
|
|
version 1.2.34beta01 [December 18, 2008]
|
2008-11-27 12:44:23 +00:00
|
|
|
Revised png_warning() to write its message on standard output by default
|
2008-12-18 11:45:32 +00:00
|
|
|
when warning_fn is NULL. This was the behavior prior to libpng-1.2.9.
|
2008-11-27 12:44:23 +00:00
|
|
|
Fixed string vs pointer-to-string error in png_check_keyword().
|
|
|
|
Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c,
|
|
|
|
pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking.
|
|
|
|
Added check for zero-area RGB cHRM triange in png_check_cHRM_fixed().
|
|
|
|
In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant
|
|
|
|
check for all-zero coordinates that is detected by the triangle check.
|
|
|
|
Revised png_warning() to write its message on standard output by default
|
|
|
|
when warning_fn is NULL.
|
2008-11-28 19:18:28 +00:00
|
|
|
Corrected off-by-one error in bKGD validity check in png_write_bKGD()
|
|
|
|
and in png_handle_bKGD().
|
2008-12-01 14:58:57 +00:00
|
|
|
Merged with png_debug from libpng-1.4.0 to remove newlines.
|
2008-12-05 17:38:53 +00:00
|
|
|
Removed redundant check for key==NULL before calling png_check_keyword()
|
|
|
|
to ensure that new_key gets initialized and removed extra warning
|
|
|
|
(Arvan Pritchard).
|
2008-12-18 11:45:32 +00:00
|
|
|
Added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
|
2008-12-10 13:24:58 +00:00
|
|
|
PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated
|
|
|
|
PNG_TRANSFORM_STRIP_FILLER (Jim Barry).
|
|
|
|
|
2008-08-21 10:54:29 +00:00
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
2006-02-21 04:09:05 +00:00
|
|
|
(subscription required; visit
|
|
|
|
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
|