[libpng16] Imported from libpng-1.6.8.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-12-19 09:04:52 -06:00
parent 67f101e6c9
commit be3977de2c
41 changed files with 92 additions and 94 deletions

View File

@@ -1,39 +1,37 @@
Libpng 1.6.8rc02 - December 14, 2013
Libpng 1.6.8 - December 19, 2013
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.
This is a public release of libpng, intended for use in production codes.
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
1.6.8rc02.tar.xz (LZMA-compressed, recommended)
1.6.8rc02.tar.gz
libpng-1.6.8.tar.xz (LZMA-compressed, recommended)
libpng-1.6.8.tar.gz
Source files with CRLF line endings (for Windows), without the
"configure" script
lp168r02.7z (LZMA-compressed, recommended)
lp168r02.zip
lpng168.7z (LZMA-compressed, recommended)
lpng168.zip
Other information:
1.6.8rc02-README.txt
1.6.8rc02-LICENSE.txt
libpng-1.6.8-README.txt
libpng-1.6.8-LICENSE.txt
Gnupg/*.asc (PGP armored detached signatures)
Changes since the last public release (1.6.7):
Version 1.6.8beta01 [November 24, 2013]
Changed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpread.c to
#ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED to be consistent with
what is in pngpriv.h.
Moved prototype for png_handle_unknown() in pngpriv.h outside of
the #ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED/#endif block.
Added "-Wall" to CFLAGS in contrib/pngminim/*/makefile
Conditionally compile some unused functions reported by -Wall in pngminim.
Conditionally compile some unused functions reported by -Wall in
pngminim.
Fixed 'minimal' builds. Various obviously useful minimal configurations
don't build because of missing contrib/libtests test programs and
overly complex dependencies in scripts/pnglibconf.dfa. This change
@@ -43,22 +41,17 @@ Version 1.6.8beta01 [November 24, 2013]
Fixed pngvalid 'fail' function declaration on the Intel C Compiler.
This reverts to the previous 'static' implementation and works round
the 'unused static function' warning by using PNG_UNUSED().
Version 1.6.8beta02 [November 30, 2013]
Removed or marked PNG_UNUSED some harmless "dead assignments" reported
by clang scan-build.
Changed tabs to 3 spaces in png_debug macros and changed '"%s"m'
to '"%s" m' to improve portability among compilers.
Changed png_free_default() to free() in pngtest.c
Version 1.6.8rc01 [December 12, 2013]
Tidied up pngfix inits and fixed pngtest no-write builds.
Version 1.6.8rc02 [December 14, 2013]
Handle zero-length PLTE chunk or NULL palette with png_error()
instead of png_chunk_report(), which by default issues a warning
rather than an error, leading to later reading from a NULL pointer
(png_ptr->palette) in png_do_expand_palette().
(png_ptr->palette) in png_do_expand_palette(). This is CVE-2013-6954
and VU#650142.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit