2016-10-07 18:33:50 +00:00
|
|
|
Libpng 1.6.26beta06 - October 7, 2016
|
2011-11-03 04:06:45 +00:00
|
|
|
|
2016-09-01 04:14:03 +00: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 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
|
|
|
|
|
2016-10-06 00:38:49 +00:00
|
|
|
1.6.26beta06.tar.xz (LZMA-compressed, recommended)
|
|
|
|
1.6.26beta06.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
|
|
|
|
|
2016-10-06 00:38:49 +00:00
|
|
|
lp1626b06.7z (LZMA-compressed, recommended)
|
|
|
|
lp1626b06.zip
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2016-10-06 00:38:49 +00:00
|
|
|
1.6.26beta06-README.txt
|
|
|
|
1.6.26beta06-LICENSE.txt
|
|
|
|
libpng-1.6.26beta06-*.asc (armored detached GPG signatures)
|
2016-06-07 13:22:18 +00:00
|
|
|
|
2016-09-01 04:14:03 +00:00
|
|
|
Changes since the last public release (1.6.25):
|
2016-08-29 15:46:27 +00:00
|
|
|
|
2016-09-26 13:09:44 +00:00
|
|
|
Version 1.6.26beta01 [September 26, 2016]
|
2016-09-01 22:28:08 +00:00
|
|
|
Fixed handling zero length IDAT in pngfix (bug report by Agostino Sarubbo,
|
|
|
|
bugfix by John Bowler).
|
2016-09-03 16:51:29 +00:00
|
|
|
Do not issue a png_error() on read in png_set_pCAL() because png_handle_pCAL
|
|
|
|
has allocated memory that libpng needs to free.
|
2016-09-12 03:02:05 +00:00
|
|
|
Conditionally compile png_set_benign_errors() in pngread.c and pngtest.c
|
|
|
|
Issue a png_benign_error instead of a png_error on ADLER32 mismatch
|
|
|
|
while decoding compressed data chunks.
|
2016-09-19 21:46:54 +00:00
|
|
|
Changed PNG_ZLIB_VERNUM to ZLIB_VERNUM in pngpriv.h, pngstruct.h, and
|
|
|
|
pngrutil.c.
|
2016-09-25 22:42:15 +00:00
|
|
|
If CRC handling of critical chunks has been set to PNG_CRC_QUIET_USE,
|
|
|
|
ignore the ADLER32 checksum in the IDAT chunk as well as the chunk CRCs.
|
2016-09-26 13:09:44 +00:00
|
|
|
Issue png_benign_error() on ADLER32 checksum mismatch instead of png_error().
|
|
|
|
Add tests/badcrc.png and tests/badadler.png to tests/pngtest.
|
|
|
|
Merged pngtest.c with libpng-1.7.0beta84/pngtest.c
|
2016-09-01 04:14:03 +00:00
|
|
|
|
2016-10-02 22:08:46 +00:00
|
|
|
Version 1.6.26beta02 [October 1, 2016]
|
2016-09-26 15:32:24 +00:00
|
|
|
Updated the documentation about CRC and ADLER32 handling.
|
2016-10-01 02:54:06 +00:00
|
|
|
Quieted 117 warnings from clang-3.8 in pngtrans.c, pngread.c,
|
|
|
|
pngwrite.c, pngunknown.c, and pngvalid.c.
|
2016-10-02 22:08:46 +00:00
|
|
|
Quieted 58 (out of 144) -Wconversion compiler warnings by changing
|
2016-09-30 22:19:12 +00:00
|
|
|
flag definitions in pngpriv.h from 0xnnnn to 0xnnnnU and trivial changes
|
|
|
|
in png.c, pngread.c, and pngwutil.c.
|
2016-09-26 13:44:52 +00:00
|
|
|
|
2016-10-03 01:07:22 +00:00
|
|
|
Version 1.6.26beta03 [October 2, 2016]
|
2016-10-03 00:03:57 +00:00
|
|
|
Removed contrib/libtests/*.orig and *.rej that slipped into the tarballs.
|
2016-10-02 23:46:35 +00:00
|
|
|
Quieted the 86 remaining -Wconversion compiler warnings by
|
2016-10-02 22:08:46 +00:00
|
|
|
revising the png_isaligned() macro and trivial changes in png.c,
|
2016-10-02 23:46:35 +00:00
|
|
|
pngerror.c, pngget.c, pngmem.c, pngset.c, pngrtran.c, pngrutil.c,
|
|
|
|
pngwtran.c, pngwrite.c, and pngwutil.c.
|
2016-10-02 00:40:18 +00:00
|
|
|
|
2016-10-03 00:13:34 +00:00
|
|
|
Version 1.6.26beta04 [October 3, 2016]
|
2016-10-03 17:20:28 +00:00
|
|
|
Quieted (bogus?) clang warnings about "absolute value has no effect"
|
|
|
|
when PNG_USE_ABS is defined.
|
2016-10-03 01:07:22 +00:00
|
|
|
Fixed offsets in contrib/intel/intel_sse.patch
|
2016-10-03 00:13:34 +00:00
|
|
|
|
2016-10-06 00:34:09 +00:00
|
|
|
Version 1.6.26beta05 [October 6, 2016]
|
2016-10-05 14:23:08 +00:00
|
|
|
Changed integer constant 4294967294 to unsigned 4294967294U in pngconf.h
|
|
|
|
to avoid a signed/unsigned compare in the preprocessor.
|
2016-10-03 17:25:55 +00:00
|
|
|
|
2016-10-07 18:33:50 +00:00
|
|
|
Version 1.6.26beta05 [October 7, 2016]
|
|
|
|
Use zlib-1.2.8.1 inflateValidate() instead of inflateReset2() to
|
|
|
|
avoid ADLER32 evaluation.
|
2016-10-06 00:38:49 +00:00
|
|
|
|
2016-09-01 04:14:03 +00:00
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
2014-07-30 13:09:22 +00:00
|
|
|
(subscription required; visit
|
|
|
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
|
|
|
to subscribe)
|
|
|
|
or to glennrp at users.sourceforge.net
|
|
|
|
|
|
|
|
Glenn R-P
|