2014-10-23 00:28:06 +00:00
|
|
|
Libpng 1.6.14 - October 23, 2014
|
2011-11-03 04:06:45 +00:00
|
|
|
|
2014-10-23 00:28:06 +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
|
|
|
|
|
2014-10-23 00:28:06 +00:00
|
|
|
libpng-1.6.14.tar.xz (LZMA-compressed, recommended)
|
|
|
|
libpng-1.6.14.tar.gz
|
2006-03-31 11:29:33 +00:00
|
|
|
|
2006-02-22 15:19:25 +00:00
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2014-10-23 00:28:06 +00:00
|
|
|
lpng1614.7z (LZMA-compressed, recommended)
|
|
|
|
lpng1614.zip
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2014-10-23 00:28:06 +00:00
|
|
|
libpng-1.6.14-README.txt
|
|
|
|
libpng-1.6.14-LICENSE.txt
|
|
|
|
libpng-1.6.14-*.asc (armored detached GPG signatures)
|
2014-08-21 12:17:37 +00:00
|
|
|
|
|
|
|
Changes since the last public release (1.6.13):
|
2014-08-22 13:55:50 +00:00
|
|
|
Guard usage of png_ptr->options with #ifdef PNG_SET_OPTION_SUPPORTED.
|
2014-09-11 12:39:24 +00:00
|
|
|
Do not build contrib/tools/pngfix.c when PNG_SETJMP_NOT_SUPPORTED,
|
|
|
|
to allow "make" to complete without setjmp support (bug report by
|
|
|
|
Claudio Fontana)
|
|
|
|
Add "#include <setjmp.h>" to contrib/tools/pngfix.c (John Bowler)
|
2014-09-14 21:34:09 +00:00
|
|
|
Use nanosleep() instead of usleep() in contrib/gregbook/rpng2-x.c
|
|
|
|
because usleep() is deprecated.
|
2014-09-14 19:53:09 +00:00
|
|
|
Define usleep() in contrib/gregbook/rpng2-x.c if not already defined
|
2014-09-14 21:34:09 +00:00
|
|
|
in unistd.h and nanosleep() is not available; fixes error introduced
|
|
|
|
in libpng-1.6.13.
|
2014-09-18 21:41:40 +00:00
|
|
|
Define FE_DIVBYZERO, FE_INVALID, and FE_OVERFLOW in pngvalid.c if not
|
2014-10-23 00:28:06 +00:00
|
|
|
already defined (bug report by "zootus at users.sourceforge.net").
|
2014-09-27 14:37:50 +00:00
|
|
|
Fixed incorrect handling of the iTXt compression flag in pngrutil.c
|
|
|
|
(bug report by Shunsaku Hirata). Bug was introduced in libpng-1.6.0.
|
2014-10-01 15:03:57 +00:00
|
|
|
Added "option READ_iCCP enables READ_COMPRESSED_TEXT" to pnglibconf.dfa
|
2014-10-03 22:00:38 +00:00
|
|
|
Removed unused "text_len" parameter from private function png_write_zTXt().
|
2014-10-03 22:14:39 +00:00
|
|
|
Conditionally compile some code in png_deflate_claim(), when
|
|
|
|
PNG_WARNINGS_SUPPORTED and PNG_ERROR_TEXT_SUPPORTED are disabled.
|
2014-10-04 15:28:58 +00:00
|
|
|
Replaced repeated code in pngpread.c with PNG_PUSH_SAVE_BUFFER_IF_FULL.
|
2014-10-04 17:38:47 +00:00
|
|
|
Added "chunk iTXt enables TEXT" and "chunk zTXt enables TEXT"
|
|
|
|
to pnglibconf.dfa.
|
2014-10-05 18:45:38 +00:00
|
|
|
Removed "option READ_COMPRESSED_TEXT enables READ_TEXT" from pnglibconf.dfa,
|
|
|
|
to make it possible to configure a libpng that supports iCCP but not TEXT.
|
|
|
|
Removed "option WRITE_COMPRESSED_TEXT enables WRITE_TEXT" from pnglibconf.dfa
|
|
|
|
Only mark text chunks as written after successfully writing them.
|
2014-10-15 13:32:19 +00:00
|
|
|
Fixed some typos in comments.
|
2014-10-17 14:00:48 +00:00
|
|
|
Changed png_convert_to_rfc_1123() to png_convert_to_rfc_1123_buffer()
|
|
|
|
in the manual, to reflect the change made in libpng-1.6.0.
|
2014-10-17 14:12:40 +00:00
|
|
|
Updated README file to explain that direct access to the png_struct
|
|
|
|
and info_struct members has not been permitted since libpng-1.5.0.
|
|
|
|
|
2014-07-30 13:09:22 +00:00
|
|
|
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
|