blob: 4f49eb0a763dc804110a3b3935b54f7b256634ce [file] [log] [blame]
Glenn Randers-Pehrsonb4ef9452014-09-19 07:55:12 -05001Libpng 1.6.14beta04 - September 19, 2014
Glenn Randers-Pehrson2b7d7302011-11-02 23:06:45 -05002
Glenn Randers-Pehrson17fba0f2014-08-21 07:17:37 -05003This is not intended to be a public release. It will be replaced
4within a few weeks by a public version or by another test version.
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05005
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -06006Files available for download:
7
8Source files with LF line endings (for Unix/Linux) and with a
9"configure" script
10
Glenn Randers-Pehrsonb4ef9452014-09-19 07:55:12 -050011 1.6.14beta04.tar.xz (LZMA-compressed, recommended)
12 1.6.14beta04.tar.gz
Glenn Randers-Pehrson3a512032006-03-31 05:29:33 -060013
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060014Source files with CRLF line endings (for Windows), without the
15"configure" script
16
Glenn Randers-Pehrsonb4ef9452014-09-19 07:55:12 -050017 lp1614b04.7z (LZMA-compressed, recommended)
18 lp1614b04.zip
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060019
20Other information:
21
Glenn Randers-Pehrsonb4ef9452014-09-19 07:55:12 -050022 1.6.14beta04-README.txt
23 1.6.14beta04-LICENSE.txt
24 libpng-1.6.14beta04-*.asc (armored detached GPG signatures)
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060025
Glenn Randers-Pehrson17fba0f2014-08-21 07:17:37 -050026Changes since the last public release (1.6.13):
Glenn Randers-Pehrson212fd572014-06-11 21:10:16 -050027
Glenn Randers-Pehrson0df31982014-09-14 14:16:48 -050028Version 1.6.14beta01 [September 14, 2014]
Glenn Randers-Pehrson36694672014-08-22 08:55:50 -050029 Guard usage of png_ptr->options with #ifdef PNG_SET_OPTION_SUPPORTED.
Glenn Randers-Pehrson3a05d2d2014-09-11 07:39:24 -050030 Do not build contrib/tools/pngfix.c when PNG_SETJMP_NOT_SUPPORTED,
31 to allow "make" to complete without setjmp support (bug report by
32 Claudio Fontana)
33 Add "#include <setjmp.h>" to contrib/tools/pngfix.c (John Bowler)
Glenn Randers-Pehrson83fb26e2014-08-07 19:56:10 -050034
Glenn Randers-Pehrsonbaa95a22014-09-18 09:23:45 -050035Version 1.6.14beta02 [September 18, 2014]
Glenn Randers-Pehrson996046a2014-09-14 16:34:09 -050036 Use nanosleep() instead of usleep() in contrib/gregbook/rpng2-x.c
37 because usleep() is deprecated.
Glenn Randers-Pehrsone4489f12014-09-14 14:53:09 -050038 Define usleep() in contrib/gregbook/rpng2-x.c if not already defined
Glenn Randers-Pehrson996046a2014-09-14 16:34:09 -050039 in unistd.h and nanosleep() is not available; fixes error introduced
40 in libpng-1.6.13.
Glenn Randers-Pehrsonbaa95a22014-09-18 09:23:45 -050041 Disable floating point exception handling in pngvalid.c when
42 PNG_FLOATING_ARITHMETIC is not supported (bug report by "zootus
43 at users.sourceforge.net").
Glenn Randers-Pehrson3fe16162014-09-14 14:20:37 -050044
Glenn Randers-Pehrsonaf557d92014-09-19 07:51:26 -050045Version 1.6.14beta03 [September 19, 2014]
Glenn Randers-Pehrson551019b2014-09-18 16:41:40 -050046 Define FE_DIVBYZERO, FE_INVALID, and FE_OVERFLOW in pngvalid.c if not
Glenn Randers-Pehrsonaf557d92014-09-19 07:51:26 -050047 already defined. Revert floating point exception handling in pngvalid.c
48 to version 1.6.14beta01 behavior.
Glenn Randers-Pehrson77145bf2014-09-18 09:53:50 -050049
Glenn Randers-Pehrsonb4ef9452014-09-19 07:55:12 -050050Version 1.6.14beta04 [September 19, 2014]
51
Glenn Randers-Pehrson37c3b082014-07-30 08:09:22 -050052Send comments/corrections/commendations to png-mng-implement at lists.sf.net
53(subscription required; visit
54https://lists.sourceforge.net/lists/listinfo/png-mng-implement
55to subscribe)
56or to glennrp at users.sourceforge.net
57
58Glenn R-P