1998-04-21 15:03:57 -05:00
|
|
|
|
2008-12-18 05:45:32 -06:00
|
|
|
Libpng 1.2.34 - December 18, 2008
|
1998-04-21 15:03:57 -05:00
|
|
|
|
2008-12-18 05:45:32 -06:00
|
|
|
This is a public release of libpng, intended for use in production codes.
|
1998-04-21 15:03:57 -05:00
|
|
|
|
2006-02-22 09:19:25 -06:00
|
|
|
Files available for download:
|
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) and with a
|
|
|
|
"configure" script
|
|
|
|
|
2008-12-18 05:45:32 -06:00
|
|
|
libpng-1.2.34.tar.gz
|
|
|
|
libpng-1.2.34.tar.lzma
|
2008-01-31 21:27:55 -06:00
|
|
|
(Get the lzma codec from <http://tukaani.org/lzma>).
|
2008-12-18 05:45:32 -06:00
|
|
|
libpng-1.2.34.tar.bz2
|
2006-03-31 05:29:33 -06:00
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) without the
|
|
|
|
"configure" script
|
|
|
|
|
2008-12-18 05:45:32 -06: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 09:19:25 -06:00
|
|
|
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2008-12-18 05:45:32 -06:00
|
|
|
lpng1234.zip
|
|
|
|
lpng1234.7z
|
|
|
|
lpng1234.tar.bz2
|
2006-02-22 09:19:25 -06:00
|
|
|
|
|
|
|
Project files
|
|
|
|
|
2008-12-18 05:45:32 -06:00
|
|
|
libpng-1.2.34-project-netware.zip
|
|
|
|
libpng-1.2.34-project-wince.zip
|
2006-02-22 09:19:25 -06:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2008-12-18 05:45:32 -06: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-18 21:25:39 -05:00
|
|
|
|
2008-12-18 05:45:32 -06:00
|
|
|
Changes since the last public release (1.2.33):
|
2008-08-18 21:25:39 -05:00
|
|
|
|
2008-12-18 05:45:32 -06:00
|
|
|
version 1.2.34 [December 18, 2008]
|
2008-11-27 06:44:23 -06:00
|
|
|
|
2008-12-18 05:45:32 -06:00
|
|
|
version 1.2.34beta01 [December 18, 2008]
|
2008-11-27 06:44:23 -06:00
|
|
|
Revised png_warning() to write its message on standard output by default
|
2008-12-18 05:45:32 -06:00
|
|
|
when warning_fn is NULL. This was the behavior prior to libpng-1.2.9.
|
2008-11-27 06:44:23 -06: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 13:18:28 -06:00
|
|
|
Corrected off-by-one error in bKGD validity check in png_write_bKGD()
|
|
|
|
and in png_handle_bKGD().
|
2008-12-01 08:58:57 -06:00
|
|
|
Merged with png_debug from libpng-1.4.0 to remove newlines.
|
2008-12-05 11:38:53 -06: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 05:45:32 -06:00
|
|
|
Added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
|
2008-12-10 07:24:58 -06:00
|
|
|
PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated
|
|
|
|
PNG_TRANSFORM_STRIP_FILLER (Jim Barry).
|
|
|
|
|
2008-08-21 05:54:29 -05:00
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
2006-02-20 22:09:05 -06: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 15:03:57 -05:00
|
|
|
|
1998-12-29 11:47:59 -06:00
|
|
|
Glenn R-P
|