2015-03-07 11:35:03 -05:00
|
|
|
Libpng 1.6.17rc02 - March 7, 2015
|
2011-11-03 00:06:45 -04:00
|
|
|
|
2014-12-21 23:53:15 -05: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
|
|
|
|
|
2015-03-05 21:50:56 -05:00
|
|
|
1.6.17rc02.tar.xz (LZMA-compressed, recommended)
|
|
|
|
1.6.17rc02.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
|
|
|
|
|
2015-03-05 21:50:56 -05:00
|
|
|
lp1617r02.7z (LZMA-compressed, recommended)
|
|
|
|
lp1617r02.zip
|
2006-02-22 10:19:25 -05:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2015-03-05 21:50:56 -05:00
|
|
|
1.6.17rc02-README.txt
|
|
|
|
1.6.17rc02-LICENSE.txt
|
|
|
|
libpng-1.6.17rc02-*.asc (armored detached GPG signatures)
|
2014-12-21 23:53:15 -05:00
|
|
|
|
|
|
|
Changes since the last public release (1.6.16):
|
|
|
|
|
2015-01-28 20:17:27 -05:00
|
|
|
Version 1.6.17beta01 [January 29, 2015]
|
2014-12-23 15:18:36 -05:00
|
|
|
Removed duplicate PNG_SAFE_LIMITS_SUPPORTED handling from pngconf.h
|
2014-12-23 15:33:02 -05:00
|
|
|
Corrected the width limit calculation in png_check_IHDR().
|
2014-12-24 19:54:08 -05:00
|
|
|
Removed user limits from pngfix. Also pass NULL pointers to
|
|
|
|
png_read_row to skip the unnecessary row de-interlace stuff.
|
2014-12-27 20:10:04 -05:00
|
|
|
Added testing of png_set_packing() to pngvalid.c
|
2014-12-29 17:24:33 -05:00
|
|
|
Regenerated configure scripts in the *.tar distributions with libtool-2.4.4
|
2014-12-29 17:31:58 -05:00
|
|
|
Implement previously untested cases of libpng transforms in pngvalid.c
|
2014-12-29 17:24:33 -05:00
|
|
|
Fixed byte order in 2-byte filler, in png_do_read_filler().
|
2015-01-13 10:25:48 -05:00
|
|
|
Made the check for out-of-range values in png_set_tRNS() detect
|
|
|
|
values that are exactly 2^bit_depth, and work on 16-bit platforms.
|
2015-01-27 07:53:56 -05:00
|
|
|
Merged some parts of libpng-1.6.17beta01 and libpng-1.7.0beta47.
|
|
|
|
Added #ifndef __COVERITY__ where needed in png.c, pngrutil.c and
|
|
|
|
pngset.c to avoid warnings about dead code.
|
2014-12-21 18:11:33 -05:00
|
|
|
|
2015-02-07 10:03:30 -05:00
|
|
|
Version 1.6.17beta02 [February 7, 2015]
|
|
|
|
Work around one more Coverity-scan dead-code warning.
|
|
|
|
Do not build png_product2() when it is unused.
|
2015-01-28 20:17:27 -05:00
|
|
|
|
2015-02-16 23:52:07 -05:00
|
|
|
Version 1.6.17beta03 [February 17, 2015]
|
|
|
|
Display user limits in the output from pngtest.
|
|
|
|
Eliminated the PNG_SAFE_LIMITS macro and restored the 1-million-column
|
|
|
|
and 1-million-row default limits in pnglibconf.dfa, that can be reset
|
|
|
|
by the user at build time or run time. This provides a more robust
|
|
|
|
defense against DOS and as-yet undiscovered overflows.
|
2015-02-07 10:08:38 -05:00
|
|
|
|
2015-02-21 13:29:36 -05:00
|
|
|
Version 1.6.17beta04 [February 21, 2015]
|
2015-02-17 22:06:23 -05:00
|
|
|
Added PNG_WRITE_CUSTOMIZE_COMPRESSION_SUPPORTED macro, on by default.
|
2015-02-18 13:24:46 -05:00
|
|
|
Allow user to call png_get_IHDR() with NULL arguments (Reuben Hawkins).
|
2015-02-21 13:29:36 -05:00
|
|
|
Rebuilt configure scripts with automake-1.15 and libtool-2.4.6
|
2015-02-17 11:44:26 -05:00
|
|
|
|
2015-02-25 16:29:28 -05:00
|
|
|
Version 1.6.17beta05 [February 25, 2015]
|
|
|
|
Restored compiling of png_reciprocal2 with PNG_NO_16BIT.
|
|
|
|
|
2015-02-27 20:04:36 -05:00
|
|
|
Version 1.6.17beta06 [February 27, 2015]
|
2015-02-27 19:47:43 -05:00
|
|
|
Moved png_set_filter() prototype into a PNG_WRITE_SUPPORTED block
|
|
|
|
of png.h.
|
|
|
|
Avoid runtime checks when converting integer to png_byte with
|
|
|
|
Visual Studio (Sergey Kosarevsky)
|
2015-02-21 13:33:32 -05:00
|
|
|
|
2015-03-05 21:59:31 -05:00
|
|
|
Version 1.6.17rc01 [March 4, 2015]
|
2015-03-04 10:45:57 -05:00
|
|
|
No changes.
|
2015-02-27 20:04:36 -05:00
|
|
|
|
2015-03-07 11:35:03 -05:00
|
|
|
Version 1.6.17rc02 [March 7, 2015]
|
2015-03-05 21:59:31 -05:00
|
|
|
Removed some comments that the configure script did not handle
|
|
|
|
properly from scripts/pnglibconf.dfa and pnglibconf.h.prebuilt.
|
2015-03-07 11:35:03 -05:00
|
|
|
Stopped a potential memory leak in png_set_unknown_chunks(). Breaks
|
|
|
|
tests/pngunknown-sAPI so it's temporarily marked SKIP.
|
2015-03-05 21:50:56 -05:00
|
|
|
|
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
|