2015-06-10 08:05:18 -04:00
|
|
|
Libpng 1.6.18beta08 - June 10, 2015
|
2011-11-03 00:06:45 -04:00
|
|
|
|
2015-03-26 09:52:12 -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
|
|
|
|
|
2015-06-06 17:35:48 -04:00
|
|
|
1.6.18beta08.tar.xz (LZMA-compressed, recommended)
|
|
|
|
1.6.18beta08.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-06-06 17:35:48 -04:00
|
|
|
lp1618b08.7z (LZMA-compressed, recommended)
|
|
|
|
lp1618b08.zip
|
2006-02-22 10:19:25 -05:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2015-06-06 17:35:48 -04:00
|
|
|
1.6.18beta08-README.txt
|
|
|
|
1.6.18beta08-LICENSE.txt
|
|
|
|
libpng-1.6.18beta08-*.asc (armored detached GPG signatures)
|
2014-12-21 23:53:15 -05:00
|
|
|
|
2015-03-26 09:52:12 -04:00
|
|
|
Changes since the last public release (1.6.17):
|
2014-12-21 23:53:15 -05:00
|
|
|
|
2015-04-26 11:10:42 -04:00
|
|
|
Version 1.6.18beta01 [April 1, 2015]
|
2015-03-27 09:58:32 -04:00
|
|
|
Removed PNG_SET_CHUNK_[CACHE|MALLOC]_LIMIT_SUPPORTED macros. They
|
|
|
|
have been combined with PNG_SET_USER_LIMITS_SUPPORTED (resolves
|
|
|
|
bug report by Andrew Church).
|
2015-04-01 09:17:02 -04:00
|
|
|
Fixed rgb_to_gray checks and added tRNS checks to pngvalid.c. This
|
|
|
|
fixes some arithmetic errors that caused some tests to fail on
|
2015-04-01 13:06:01 -04:00
|
|
|
some 32-bit platforms (Bug reports by Peter Breitenlohner [i686]
|
|
|
|
and Petr Gajdos [i586]).
|
2015-03-21 13:07:40 -04:00
|
|
|
|
2015-04-26 11:10:42 -04:00
|
|
|
Version 1.6.18beta02 [April 26, 2015]
|
2015-04-01 13:06:01 -04:00
|
|
|
Suppressed some warnings from the Borland C++ 5.5.1/5.82 compiler
|
|
|
|
(Bug report by Viktor Szaka'ts).
|
2015-04-01 09:20:56 -04:00
|
|
|
|
2015-05-06 15:57:02 -04:00
|
|
|
Version 1.6.18beta03 [May 6, 2015]
|
2015-04-29 12:29:31 -04:00
|
|
|
Replaced "unexpected" with an integer (0xabadca11) in pngset.c
|
|
|
|
where a long was expected, to avoid a compiler warning when PNG_DEBUG > 1.
|
2015-05-02 20:53:40 -04:00
|
|
|
Added contrib/examples/simpleover.c, to demonstrate how to handle
|
|
|
|
alpha compositing of multiple images, using the "simplified API"
|
2015-05-04 20:58:41 -04:00
|
|
|
and an example PNG generation tool, contrib/examples/genpng.c
|
2015-05-02 20:53:40 -04:00
|
|
|
(John Bowler).
|
2015-04-26 11:14:24 -04:00
|
|
|
|
2015-05-20 14:21:53 -04:00
|
|
|
Version 1.6.18beta04 [May 20, 2015]
|
2015-05-06 21:03:14 -04:00
|
|
|
PNG_RELEASE_BUILD replaces tests where the code depended on the build base
|
2015-05-09 22:47:00 -04:00
|
|
|
type and can be defined on the command line, allowing testing in beta
|
|
|
|
builds (John Bowler).
|
|
|
|
Avoid Coverity issue 80858 (REVERSE NULL) in pngtest.c
|
2015-05-30 12:54:45 -04:00
|
|
|
Avoid a harmless potential integer overflow in png_XYZ_from_xy() (Bug
|
|
|
|
report from Christopher Ferris).
|
2015-05-06 17:20:24 -04:00
|
|
|
|
2015-05-30 23:57:33 -04:00
|
|
|
Version 1.6.18beta05 [May 31, 2015]
|
2015-05-30 12:54:45 -04:00
|
|
|
Backport filter selection code from libpng-1.7.0beta51, to combine
|
|
|
|
sub_row, up_row, avg_row, and paeth_row into try_row and tst_row.
|
2015-05-30 23:57:33 -04:00
|
|
|
Changed png_voidcast(), etc., to voidcast(), etc., in contrib/tools/pngfix.c
|
|
|
|
to avoid confusion with the libpng private macros.
|
2015-05-30 23:58:54 -04:00
|
|
|
Fixed old cut&paste bug in the weighted filter selection code in
|
|
|
|
pngwutil.c, introduced in libpng-0.95, March 1997.
|
2015-05-29 12:32:12 -04:00
|
|
|
|
2015-05-31 23:40:36 -04:00
|
|
|
Version 1.6.18beta06 [June 1, 2015]
|
|
|
|
Removed WRITE_WEIGHTED_FILTERED code, to save a few kbytes of the
|
|
|
|
compiled library size. It never worked properly and as far as we can
|
|
|
|
tell, no one uses it. The png_set_filter_heuristics() and
|
|
|
|
png_set_filter_heuristics_fixed() APIs are retained but deprecated
|
|
|
|
and do nothing.
|
2015-05-31 11:13:46 -04:00
|
|
|
|
2015-06-06 17:31:52 -04:00
|
|
|
Version 1.6.18beta07 [June 6, 2015]
|
2015-06-03 15:31:08 -04:00
|
|
|
Removed non-working progressive reader 'skip' function. This
|
|
|
|
function has apparently never been used. It was implemented
|
|
|
|
to support back-door modification of png_struct in libpng-1.4.x
|
2015-06-03 15:58:18 -04:00
|
|
|
but (because it does nothing and cannot do anything) was apparently
|
|
|
|
never tested (John Bowler).
|
2015-06-03 15:46:34 -04:00
|
|
|
Fixed cexcept.h in which GCC 5 now reports that one of the auto
|
|
|
|
variables in the Try macro needs to be volatile to prevent value
|
2015-06-03 15:58:18 -04:00
|
|
|
being lost over the setjmp (John Bowler).
|
|
|
|
Fixed NO_WRITE_FILTER and -Wconversion build breaks (John Bowler).
|
2015-06-03 16:04:03 -04:00
|
|
|
Fix g++ build breaks (John Bowler).
|
2015-06-06 17:31:52 -04:00
|
|
|
Quieted some Coverity issues in pngfix.c, png-fix-itxt.c, pngvalid.c,
|
2015-06-03 17:07:01 -04:00
|
|
|
pngstest.c, and pngimage.c. Most seem harmless, but png-fix-itxt
|
|
|
|
would only work with iTXt chunks with length 255 or less.
|
2015-06-06 17:31:52 -04:00
|
|
|
Added #ifdef's to contrib/examples programs so people don't try
|
|
|
|
to compile them without the minimum required support enabled
|
|
|
|
(suggested by Flavio Medeiros).
|
2015-06-01 09:41:59 -04:00
|
|
|
|
2015-06-10 08:05:18 -04:00
|
|
|
Version 1.6.18beta08 [June 10, 2015]
|
|
|
|
Eliminated the final two Coverity defects (insecure temporary file
|
|
|
|
handling in contrib/libtests/pngstest.c; possible overflow of
|
|
|
|
unsigned char in contrib/tools/png-fix-itxt.c). To use the "secure"
|
|
|
|
file handling, define PNG_USE_MKSTEMP, otherwise "tmpfile()" will
|
|
|
|
be used.
|
2015-06-10 08:06:42 -04:00
|
|
|
Removed some unused WEIGHTED_FILTER macros from png.h and pngstruct.h
|
2015-06-06 17:35:48 -04: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
|