2014-10-17 10:00:48 -04:00
|
|
|
Libpng 1.6.14rc02 - October 17, 2014
|
2011-11-03 00:06:45 -04:00
|
|
|
|
2014-08-21 08:17:37 -04:00
|
|
|
This is not intended to be a public release. It will be replaced
|
|
|
|
within a few weeks by a public version or by another test version.
|
1998-04-21 16:03:57 -04:00
|
|
|
|
2006-02-22 10:19:25 -05:00
|
|
|
Files available for download:
|
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) and with a
|
|
|
|
"configure" script
|
|
|
|
|
2014-10-17 10:00:48 -04:00
|
|
|
1.6.14rc02.tar.xz (LZMA-compressed, recommended)
|
|
|
|
1.6.14rc02.tar.gz
|
2006-03-31 06:29:33 -05:00
|
|
|
|
2006-02-22 10:19:25 -05:00
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2014-10-17 10:00:48 -04:00
|
|
|
lp1614r02.7z (LZMA-compressed, recommended)
|
|
|
|
lp1614r02.zip
|
2006-02-22 10:19:25 -05:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2014-10-17 10:00:48 -04:00
|
|
|
1.6.14rc02-README.txt
|
|
|
|
1.6.14rc02-LICENSE.txt
|
|
|
|
libpng-1.6.14rc02-*.asc (armored detached GPG signatures)
|
2014-08-21 08:17:37 -04:00
|
|
|
|
|
|
|
Changes since the last public release (1.6.13):
|
|
|
|
|
2014-09-14 15:16:48 -04:00
|
|
|
Version 1.6.14beta01 [September 14, 2014]
|
2014-08-22 09:55:50 -04:00
|
|
|
Guard usage of png_ptr->options with #ifdef PNG_SET_OPTION_SUPPORTED.
|
2014-09-11 08:39:24 -04: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-08-07 20:56:10 -04:00
|
|
|
|
2014-09-18 10:23:45 -04:00
|
|
|
Version 1.6.14beta02 [September 18, 2014]
|
2014-09-14 17:34:09 -04:00
|
|
|
Use nanosleep() instead of usleep() in contrib/gregbook/rpng2-x.c
|
|
|
|
because usleep() is deprecated.
|
2014-09-14 15:53:09 -04:00
|
|
|
Define usleep() in contrib/gregbook/rpng2-x.c if not already defined
|
2014-09-14 17:34:09 -04:00
|
|
|
in unistd.h and nanosleep() is not available; fixes error introduced
|
|
|
|
in libpng-1.6.13.
|
2014-09-18 10:23:45 -04:00
|
|
|
Disable floating point exception handling in pngvalid.c when
|
|
|
|
PNG_FLOATING_ARITHMETIC is not supported (bug report by "zootus
|
|
|
|
at users.sourceforge.net").
|
2014-09-14 15:20:37 -04:00
|
|
|
|
2014-09-19 08:51:26 -04:00
|
|
|
Version 1.6.14beta03 [September 19, 2014]
|
2014-09-18 17:41:40 -04:00
|
|
|
Define FE_DIVBYZERO, FE_INVALID, and FE_OVERFLOW in pngvalid.c if not
|
2014-09-19 08:51:26 -04:00
|
|
|
already defined. Revert floating point exception handling in pngvalid.c
|
|
|
|
to version 1.6.14beta01 behavior.
|
2014-09-18 10:53:50 -04:00
|
|
|
|
2014-09-27 10:37:50 -04:00
|
|
|
Version 1.6.14beta04 [September 27, 2014]
|
|
|
|
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-09-19 08:55:12 -04:00
|
|
|
|
2014-10-01 11:03:57 -04:00
|
|
|
Version 1.6.14beta05 [October 1, 2014]
|
|
|
|
Added "option READ_iCCP enables READ_COMPRESSED_TEXT" to pnglibconf.dfa
|
2014-09-27 11:33:09 -04:00
|
|
|
|
2014-10-05 08:41:57 -04:00
|
|
|
Version 1.6.14beta06 [October 5, 2014]
|
2014-10-03 18:00:38 -04:00
|
|
|
Removed unused "text_len" parameter from private function png_write_zTXt().
|
2014-10-03 18:14:39 -04:00
|
|
|
Conditionally compile some code in png_deflate_claim(), when
|
|
|
|
PNG_WARNINGS_SUPPORTED and PNG_ERROR_TEXT_SUPPORTED are disabled.
|
2014-10-04 11:28:58 -04:00
|
|
|
Replaced repeated code in pngpread.c with PNG_PUSH_SAVE_BUFFER_IF_FULL.
|
2014-10-04 13:38:47 -04:00
|
|
|
Added "chunk iTXt enables TEXT" and "chunk zTXt enables TEXT"
|
|
|
|
to pnglibconf.dfa.
|
2014-10-05 14:45:38 -04: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.
|
2014-10-01 11:39:18 -04:00
|
|
|
|
2014-10-07 19:46:53 -04:00
|
|
|
Version 1.6.14beta07 [October 7, 2014]
|
2014-10-05 14:45:38 -04:00
|
|
|
Removed "option WRITE_COMPRESSED_TEXT enables WRITE_TEXT" from pnglibconf.dfa
|
|
|
|
Only mark text chunks as written after successfully writing them.
|
2014-10-05 08:45:35 -04:00
|
|
|
|
2014-10-15 09:49:00 -04:00
|
|
|
Version 1.6.14rc01 [October 15, 2014]
|
2014-10-15 09:32:19 -04:00
|
|
|
Fixed some typos in comments.
|
2014-10-07 19:52:00 -04:00
|
|
|
|
2014-10-17 10:00:48 -04:00
|
|
|
Version 1.6.14rc02 [October 17, 2014]
|
|
|
|
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-07-30 09:09:22 -04: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
|