1998-04-21 16:03:57 -04:00
|
|
|
|
2013-12-19 10:04:52 -05:00
|
|
|
Libpng 1.6.8 - December 19, 2013
|
2011-11-03 00:06:45 -04:00
|
|
|
|
2013-12-19 10:04:52 -05:00
|
|
|
This is a public release of libpng, intended for use in production codes.
|
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
|
|
|
|
|
2013-12-19 10:04:52 -05:00
|
|
|
libpng-1.6.8.tar.xz (LZMA-compressed, recommended)
|
|
|
|
libpng-1.6.8.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
|
|
|
|
|
2013-12-19 10:04:52 -05:00
|
|
|
lpng168.7z (LZMA-compressed, recommended)
|
|
|
|
lpng168.zip
|
2006-02-22 10:19:25 -05:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2013-12-19 10:04:52 -05:00
|
|
|
libpng-1.6.8-README.txt
|
|
|
|
libpng-1.6.8-LICENSE.txt
|
2013-07-20 20:36:21 -04:00
|
|
|
Gnupg/*.asc (PGP armored detached signatures)
|
2013-03-02 15:58:22 -05:00
|
|
|
|
2013-11-17 12:01:31 -05:00
|
|
|
Changes since the last public release (1.6.7):
|
2013-11-18 12:35:32 -05:00
|
|
|
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.
|
2013-11-18 18:07:26 -05:00
|
|
|
Added "-Wall" to CFLAGS in contrib/pngminim/*/makefile
|
2013-12-19 10:04:52 -05:00
|
|
|
Conditionally compile some unused functions reported by -Wall in
|
|
|
|
pngminim.
|
2013-11-22 15:58:04 -05:00
|
|
|
Fixed 'minimal' builds. Various obviously useful minimal configurations
|
2013-11-25 11:38:21 -05:00
|
|
|
don't build because of missing contrib/libtests test programs and
|
|
|
|
overly complex dependencies in scripts/pnglibconf.dfa. This change
|
|
|
|
adds contrib/conftest/*.dfa files that can be used in automatic build
|
2013-11-22 15:58:04 -05:00
|
|
|
scripts to ensure that these configurations continue to build.
|
2013-11-22 16:16:04 -05:00
|
|
|
Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder.
|
2013-11-22 19:49:58 -05:00
|
|
|
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().
|
2013-11-25 11:38:21 -05:00
|
|
|
Removed or marked PNG_UNUSED some harmless "dead assignments" reported
|
|
|
|
by clang scan-build.
|
2013-11-28 15:00:04 -05:00
|
|
|
Changed tabs to 3 spaces in png_debug macros and changed '"%s"m'
|
|
|
|
to '"%s" m' to improve portability among compilers.
|
2013-11-28 14:41:10 -05:00
|
|
|
Changed png_free_default() to free() in pngtest.c
|
2013-12-01 16:07:09 -05:00
|
|
|
Tidied up pngfix inits and fixed pngtest no-write builds.
|
2013-12-14 13:36:28 -05:00
|
|
|
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
|
2013-12-19 10:04:52 -05:00
|
|
|
(png_ptr->palette) in png_do_expand_palette(). This is CVE-2013-6954
|
|
|
|
and VU#650142.
|
2013-12-14 13:36:28 -05:00
|
|
|
|
2011-12-15 11:18:33 -05: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
|